From 77f825d980f4606082068dde09e139e9eca124d0 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 18 Sep 2022 10:51:03 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 11 +++++++++++ CMakeLists.txt | 4 ++-- debian/changelog | 11 +++++++++++ plugins/feature/aprs/aprsplugin.cpp | 2 +- .../samplesink/limesdroutput/limesdroutputplugin.cpp | 2 +- .../samplesource/limesdrinput/limesdrinputplugin.cpp | 2 +- 6 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a3ee54690..ce3f06979 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +sdrangel (7.7.0-1) unstable; urgency=medium + + * Remote control feature plugin. PR #1414 + * Stop status timer, so updateTimer isn't called on deleted objects. PR #1408 + * APRS feature: Detect Packet Demods in MIMO device sets. Fixes #1409. PR #1410 + * Fixed some cmake warnings. PR #1411 #1412 + * Replace deprecated QMutex(Recursive) in Qt 5.14 with QRecursiveMutex. PR #1413 + * Upgrade Ubuntu package to 22.04 and therefore Qt 5.15. Issue #1416 + + -- Edouard Griffiths, F4EXB Sun, 18 Sep 2022 08:48:24 +0200 + sdrangel (7.6.4-1) unstable; urgency=medium * M17: fixed build for Windows so now available in Windows. PR #1404 diff --git a/CMakeLists.txt b/CMakeLists.txt index bd47c9989..06eef1788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "6") -set(sdrangel_VERSION_PATCH "4") +set(sdrangel_VERSION_MINOR "7") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index b8234b3cd..f32969f1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +sdrangel (7.7.0-1) unstable; urgency=medium + + * Remote control feature plugin. PR #1414 + * Stop status timer, so updateTimer isn't called on deleted objects. PR #1408 + * APRS feature: Detect Packet Demods in MIMO device sets. Fixes #1409. PR #1410 + * Fixed some cmake warnings. PR #1411 #1412 + * Replace deprecated QMutex(Recursive) in Qt 5.14 with QRecursiveMutex. PR #1413 + * Upgrade Ubuntu package to 22.04 and therefore Qt 5.15. Issue #1416 + + -- Edouard Griffiths, F4EXB Sun, 18 Sep 2022 08:48:24 +0200 + sdrangel (7.6.4-1) unstable; urgency=medium * M17: fixed build for Windows so now available in Windows. PR #1404 diff --git a/plugins/feature/aprs/aprsplugin.cpp b/plugins/feature/aprs/aprsplugin.cpp index a848ac872..d78c02fe0 100644 --- a/plugins/feature/aprs/aprsplugin.cpp +++ b/plugins/feature/aprs/aprsplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor APRSPlugin::m_pluginDescriptor = { APRS::m_featureId, QStringLiteral("APRS"), - QStringLiteral("7.0.0"), + QStringLiteral("7.7.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesink/limesdroutput/limesdroutputplugin.cpp b/plugins/samplesink/limesdroutput/limesdroutputplugin.cpp index cd10e9c30..947dc6137 100644 --- a/plugins/samplesink/limesdroutput/limesdroutputplugin.cpp +++ b/plugins/samplesink/limesdroutput/limesdroutputplugin.cpp @@ -35,7 +35,7 @@ const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = { QStringLiteral("LimeSDR"), QStringLiteral("LimeSDR Output"), - QStringLiteral("7.6.3"), + QStringLiteral("7.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp b/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp index de5e749e0..d06549bfd 100644 --- a/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp +++ b/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp @@ -35,7 +35,7 @@ const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = { QStringLiteral("LimeSDR"), QStringLiteral("LimeSDR Input"), - QStringLiteral("7.6.3"), + QStringLiteral("7.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,