From 166089a8bd3ce2bd883c170bdf5cdcbd6225e5ac Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 13 Feb 2021 12:26:19 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 9 +++++++++ CMakeLists.txt | 2 +- debian/changelog | 9 +++++++++ plugins/channelrx/demodssb/ssbplugin.cpp | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bd444868d..421cebb3d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +sdrangel (6.5.4-1) unstable; urgency=medium + + * Spectrum: more FPS capping options. Implements #772 + * Spectrum: autoscaling. Implements #771 + * Spectrum: overlap control. Implements #770 + * SSB demod: corrections to spanLog2 processing + + -- Edouard Griffiths, F4EXB Sat, 13 Feb 2021 09:05:18 +0100 + sdrangel (6.5.3-1) unstable; urgency=medium * More Star Tracker updates. PR #762 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6adacae61..34ec2a887 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 "5") -set(sdrangel_VERSION_PATCH "3") +set(sdrangel_VERSION_PATCH "4") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 5f6f8d6aa..423ea1eac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sdrangel (6.5.4-1) unstable; urgency=medium + + * Spectrum: more FPS capping options. Implements #772 + * Spectrum: autoscaling. Implements #771 + * Spectrum: overlap control. Implements #770 + * SSB demod: corrections to spanLog2 processing + + -- Edouard Griffiths, F4EXB Sat, 13 Feb 2021 09:05:18 +0100 + sdrangel (6.5.3-1) unstable; urgency=medium * More Star Tracker updates. PR #762 diff --git a/plugins/channelrx/demodssb/ssbplugin.cpp b/plugins/channelrx/demodssb/ssbplugin.cpp index a4e79f62c..b4343a2c9 100644 --- a/plugins/channelrx/demodssb/ssbplugin.cpp +++ b/plugins/channelrx/demodssb/ssbplugin.cpp @@ -12,7 +12,7 @@ const PluginDescriptor SSBPlugin::m_pluginDescriptor = { SSBDemod::m_channelId, QStringLiteral("SSB Demodulator"), - QStringLiteral("6.4.0"), + QStringLiteral("6.5.4"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,