From 445b7c57e21f3aba8a5913fa2a16cbbc23404daa Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 26 Nov 2020 07:12:01 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 9 +++++++++ CMakeLists.txt | 2 +- debian/changelog | 9 +++++++++ plugins/channelrx/demodvor/vordemodplugin.cpp | 2 +- plugins/channeltx/modssb/ssbmodplugin.cpp | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 753f18323..ee67cd68e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +sdrangel (6.2.0-1) unstable; urgency=medium + + * New VOR demodulator plugin. PR #723 + * Remote plugins build fix on ARM64. Fixes #720 + * SSB modulator: fixed audio compressor. Fixes #719 + * Fixed narrowing error or warning when Rx sample size is 16 bits + + -- Edouard Griffiths, F4EXB Thu, 26 Nov 2020 05:49:14 +0100 + sdrangel (6.1.0-1) unstable; urgency=medium * Fixes for clang-cl build and LTO optimization. PR #717 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e9efbffb..847005459 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "6") -set(sdrangel_VERSION_MINOR "1") +set(sdrangel_VERSION_MINOR "2") set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") diff --git a/debian/changelog b/debian/changelog index af2c4dff4..b614b8808 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sdrangel (6.2.0-1) unstable; urgency=medium + + * New VOR demodulator plugin. PR #723 + * Remote plugins build fix on ARM64. Fixes #720 + * SSB modulator: fixed audio compressor. Fixes #719 + * Fixed narrowing error or warning when Rx sample size is 16 bits + + -- Edouard Griffiths, F4EXB Thu, 26 Nov 2020 05:49:14 +0100 + sdrangel (6.1.0-1) unstable; urgency=medium * Fixes for clang-cl build and LTO optimization. PR #717 diff --git a/plugins/channelrx/demodvor/vordemodplugin.cpp b/plugins/channelrx/demodvor/vordemodplugin.cpp index c7382e118..955eaed7a 100644 --- a/plugins/channelrx/demodvor/vordemodplugin.cpp +++ b/plugins/channelrx/demodvor/vordemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = { VORDemod::m_channelId, QStringLiteral("VOR Demodulator"), - QStringLiteral("6.1.0"), + QStringLiteral("6.2.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/modssb/ssbmodplugin.cpp b/plugins/channeltx/modssb/ssbmodplugin.cpp index 807732653..f57f60d45 100644 --- a/plugins/channeltx/modssb/ssbmodplugin.cpp +++ b/plugins/channeltx/modssb/ssbmodplugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor SSBModPlugin::m_pluginDescriptor = { SSBMod::m_channelId, QStringLiteral("SSB Modulator"), - QStringLiteral("6.1.0"), + QStringLiteral("6.2.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,