From 625463a428e5cb1bc88130722676ba9e360eb1b2 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 21 Jul 2020 08:41:39 +0200 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 10 ++++++++++ CMakeLists.txt | 2 +- debian/changelog | 10 ++++++++++ plugins/channelrx/chanalyzer/chanalyzerplugin.cpp | 2 +- plugins/channelrx/demodatv/atvdemodplugin.cpp | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 98d6d596d..9a75fb771 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +sdrangel (4.14.18-1) unstable; urgency=medium + + * ATV Demod: improvements of HSync and VSync algorithms. Fixes #459 + * ATV Demod: further bug fixes and performance improvements + * Set correct output directories for RelWithDebInfo build + * ChannelAnalyzer: use complex decimator for decimation by power of two value + * ChannelAnalyzer: fixed rational downsampler + + -- Edouard Griffiths, F4EXB Tue, 21 Jul 2020 06:40:13 +0200 + sdrangel (4.14.17-1) unstable; urgency=medium * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570 diff --git a/CMakeLists.txt b/CMakeLists.txt index c15a58bd9..0e563e27f 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 "17") +set(sdrangel_VERSION_PATCH "18") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 17ed437ab..c66d1e5e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sdrangel (4.14.18-1) unstable; urgency=medium + + * ATV Demod: improvements of HSync and VSync algorithms. Fixes #459 + * ATV Demod: further bug fixes and performance improvements + * Set correct output directories for RelWithDebInfo build + * ChannelAnalyzer: use complex decimator for decimation by power of two value + * ChannelAnalyzer: fixed rational downsampler + + -- Edouard Griffiths, F4EXB Tue, 21 Jul 2020 06:40:13 +0200 + sdrangel (4.14.17-1) unstable; urgency=medium * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570 diff --git a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp index ffbcd16cd..6380df44f 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.17"), + QString("4.14.18"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodatv/atvdemodplugin.cpp b/plugins/channelrx/demodatv/atvdemodplugin.cpp index c359feac4..0f4d7ce30 100644 --- a/plugins/channelrx/demodatv/atvdemodplugin.cpp +++ b/plugins/channelrx/demodatv/atvdemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor = { ATVDemod::m_channelId, QString("ATV Demodulator"), - QString("4.14.16"), + QString("4.14.18"), QString("(c) F4HKW for F4EXB / SDRAngel"), QString("https://github.com/f4exb/sdrangel"), true,