mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-24 00:48:41 -05:00
Updated versions and changelogs
This commit is contained in:
parent
dad546eb2e
commit
ed4a1532d4
4
.github/workflows/sdrangel.yml
vendored
4
.github/workflows/sdrangel.yml
vendored
@ -2,7 +2,7 @@
|
||||
# https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
|
||||
name: SDRangel CI/CD
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -21,8 +21,6 @@ jobs:
|
||||
QT_ARCH: win64_msvc2019_64,
|
||||
boost_dl: "${{ github.workspace }}\\downloads\\boost",
|
||||
lib_dir: "C:\\Libraries",
|
||||
build_type: "Release",
|
||||
archiver: "7z a",
|
||||
generators: Ninja
|
||||
}
|
||||
steps:
|
||||
|
@ -1,3 +1,11 @@
|
||||
sdrangel (6.17.1-1) unstable; urgency=medium
|
||||
|
||||
* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
|
||||
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
|
||||
* Moved CI/CD MSVC build to Github Actions
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
|
||||
|
||||
sdrangel (6.17.0-1) unstable; urgency=medium
|
||||
|
||||
* New Radioastronomy plugin. PR #1011. Implements #191.
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "17")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (6.17.1-1) unstable; urgency=medium
|
||||
|
||||
* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
|
||||
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
|
||||
* Moved CI/CD MSVC build to Github Actions
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
|
||||
|
||||
sdrangel (6.17.0-1) unstable; urgency=medium
|
||||
|
||||
* New Radioastronomy plugin. PR #1011. Implements #191.
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
|
||||
APTDemod::m_channelId,
|
||||
QStringLiteral("APT Demodulator"),
|
||||
QStringLiteral("6.16.5"),
|
||||
QStringLiteral("6.17.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("MetisMISO"),
|
||||
QStringLiteral("Metis MISO"),
|
||||
QStringLiteral("6.16.3"),
|
||||
QStringLiteral("6.17.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user