From 9508e8b88a7384549e6ea65fd98dd57b936f7ee9 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 20 Jun 2020 10:02:23 +0200 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 9 +++++++++ CMakeLists.txt | 2 +- debian/changelog | 9 +++++++++ plugins/channelrx/chanalyzer/chanalyzerplugin.cpp | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 510484565..8ca83e6d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +sdrangel (4.14.10-1) unstable; urgency=medium + + * Fixed Soapy SDR find module. Implements issue #519 + * Added SWSCALE to the list of required FFMpeg modules. Implements issue #437 + * Channel analyzer: fixed scope vis feed regression. Fixes issue #547 + * Sepectrum GUI: use spin boxes for spectrum range. Implements issue #546 + + -- Edouard Griffiths, F4EXB Sat, 20 Jun 2020 04:12:35 +0200 + sdrangel (4.14.9-1) unstable; urgency=medium * DSD demod: implemented DMR basic privacy (dsdcc 1.8.7) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2865e12af..2f2986786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "14") -set(sdrangel_VERSION_PATCH "9") +set(sdrangel_VERSION_PATCH "10") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 6f2c5f028..0df72d749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sdrangel (4.14.10-1) unstable; urgency=medium + + * Fixed Soapy SDR find module. Implements issue #519 + * Added SWSCALE to the list of required FFMpeg modules. Implements issue #437 + * Channel analyzer: fixed scope vis feed regression. Fixes issue #547 + * Sepectrum GUI: use spin boxes for spectrum range. Implements issue #546 + + -- Edouard Griffiths, F4EXB Sat, 20 Jun 2020 04:12:35 +0200 + sdrangel (4.14.9-1) unstable; urgency=medium * DSD demod: implemented DMR basic privacy (dsdcc 1.8.7) diff --git a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp index a66a2467e..ff96daea2 100644 --- a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp +++ b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp @@ -26,7 +26,7 @@ const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = { ChannelAnalyzer::m_channelId, QString("Channel Analyzer"), - QString("4.14.6"), + QString("4.14.10"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true,