From ed4a1532d46bc8ebca5787173edd7f053b346f63 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 16 Oct 2021 23:28:25 +0200 Subject: [PATCH] Updated versions and changelogs --- .github/workflows/sdrangel.yml | 4 +--- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ plugins/channelrx/demodapt/aptdemodplugin.cpp | 2 +- plugins/samplemimo/metismiso/metismisoplugin.cpp | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 976a57893..b6f2959a5 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -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: diff --git a/CHANGELOG b/CHANGELOG index b8d66d184..8ffc191c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Sat, 16 Oct 2021 21:25:21s +0200 + sdrangel (6.17.0-1) unstable; urgency=medium * New Radioastronomy plugin. PR #1011. Implements #191. diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b22f3a4..abf7fd025 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 72d283f0b..fa5e2642f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 16 Oct 2021 21:25:21s +0200 + sdrangel (6.17.0-1) unstable; urgency=medium * New Radioastronomy plugin. PR #1011. Implements #191. diff --git a/plugins/channelrx/demodapt/aptdemodplugin.cpp b/plugins/channelrx/demodapt/aptdemodplugin.cpp index e8d5c8544..67c23bf4c 100644 --- a/plugins/channelrx/demodapt/aptdemodplugin.cpp +++ b/plugins/channelrx/demodapt/aptdemodplugin.cpp @@ -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, diff --git a/plugins/samplemimo/metismiso/metismisoplugin.cpp b/plugins/samplemimo/metismiso/metismisoplugin.cpp index bd7d6c27e..53ce38407 100644 --- a/plugins/samplemimo/metismiso/metismisoplugin.cpp +++ b/plugins/samplemimo/metismiso/metismisoplugin.cpp @@ -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,