From ffd09710204f40e38642df1e1e1d8293e91b3f42 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 9 Nov 2020 14:10:17 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 12 ++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 12 ++++++++++++ plugins/channelrx/demodadsb/adsbplugin.cpp | 2 +- plugins/channelrx/demodnfm/nfmplugin.cpp | 2 +- plugins/channeltx/modnfm/nfmmodplugin.cpp | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e1a8e560b..9a36faf88 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +sdrangel (4.21.3-1) unstable; urgency=medium + + * Package SoapySDR modules for Windows. PR #687 + * CI: Add docker build. PR #673 + * Add an option to hide console on Windows. PR #694 + * ADS-B Demodulator updates. PR #688 + * ADS-B Sync correlation threshold rework. Issue #696 + * NFMDemod: rewirk filters. PR #690 + * NFM: full control of RF, AF filters and FM deviation, Issue #691 + + -- Edouard Griffiths, F4EXB Mon, 09 Nov 2020 13:07:51 +0100 + sdrangel (4.21.2-1) unstable; urgency=medium * Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b1cb3521..c32708778 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "21") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_PATCH "3") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 3f3c03b01..5933bd409 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +sdrangel (4.21.3-1) unstable; urgency=medium + + * Package SoapySDR modules for Windows. PR #687 + * CI: Add docker build. PR #673 + * Add an option to hide console on Windows. PR #694 + * ADS-B Demodulator updates. PR #688 + * ADS-B Sync correlation threshold rework. Issue #696 + * NFMDemod: rewirk filters. PR #690 + * NFM: full control of RF, AF filters and FM deviation, Issue #691 + + -- Edouard Griffiths, F4EXB Mon, 09 Nov 2020 13:07:51 +0100 + sdrangel (4.21.2-1) unstable; urgency=medium * Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683 diff --git a/plugins/channelrx/demodadsb/adsbplugin.cpp b/plugins/channelrx/demodadsb/adsbplugin.cpp index e15b69b7a..2a60b74fe 100644 --- a/plugins/channelrx/demodadsb/adsbplugin.cpp +++ b/plugins/channelrx/demodadsb/adsbplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { ADSBDemod::m_channelId, QString("ADS-B Demodulator"), - QString("4.21.1"), + QString("4.21.3"), QString("(c) Jon Beniston, M7RCE"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodnfm/nfmplugin.cpp b/plugins/channelrx/demodnfm/nfmplugin.cpp index c130c1b0a..83a0ade91 100644 --- a/plugins/channelrx/demodnfm/nfmplugin.cpp +++ b/plugins/channelrx/demodnfm/nfmplugin.cpp @@ -12,7 +12,7 @@ const PluginDescriptor NFMPlugin::m_pluginDescriptor = { NFMDemod::m_channelId, QString("NFM Demodulator"), - QString("4.21.2"), + QString("4.21.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/modnfm/nfmmodplugin.cpp b/plugins/channeltx/modnfm/nfmmodplugin.cpp index 96e9f824f..80d962bb9 100644 --- a/plugins/channeltx/modnfm/nfmmodplugin.cpp +++ b/plugins/channeltx/modnfm/nfmmodplugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor NFMModPlugin::m_pluginDescriptor = { NFMMod::m_channelId, QString("NFM Modulator"), - QString("4.21.2"), + QString("4.21.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true,