From 528c28b0a806dc5245ee91ec498bf6b9ed838f93 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 18 Jul 2022 11:37:17 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 12 ++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 12 ++++++++++++ plugins/channelrx/demodm17/m17demodplugin.cpp | 2 +- plugins/channeltx/modm17/m17modplugin.cpp | 2 +- 5 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 64b734258..8485d7e32 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +sdrangel (7.5.0-1) unstable; urgency=medium + + * M17 mode implementation (mod and demod plugins). Issue #1259 + * AIS: NMEA sentences must end with CR/LF. Issue #1333. PR #1342 + * Darken ValueDials when disabled. PR #1331 + * Map: Fix capitalisation of Radiosonde so settings are found. Fixes #1318. PR #1320 + * USRP: Catch all exceptions from set_rx_agc. PR #1315 + * GLScope and GLSpectrum removed extraneous call to cleanup method. Fixes #1295 + * Update to sdrangel-windows-libraries with UHD 4.2.0. PR #1314 + + -- Edouard Griffiths, F4EXB Mon, 18 Jul 2022 09:36:28 +0200 + sdrangel (7.4.0-1) unstable; urgency=medium * 3D Spectrogram and OpenGL code fixes. PR #1291 diff --git a/CMakeLists.txt b/CMakeLists.txt index 013512f82..a65354a4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "4") +set(sdrangel_VERSION_MINOR "5") set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") diff --git a/debian/changelog b/debian/changelog index e9e637e9a..b102f058c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +sdrangel (7.5.0-1) unstable; urgency=medium + + * M17 mode implementation (mod and demod plugins). Issue #1259 + * AIS: NMEA sentences must end with CR/LF. Issue #1333. PR #1342 + * Darken ValueDials when disabled. PR #1331 + * Map: Fix capitalisation of Radiosonde so settings are found. Fixes #1318. PR #1320 + * USRP: Catch all exceptions from set_rx_agc. PR #1315 + * GLScope and GLSpectrum removed extraneous call to cleanup method. Fixes #1295 + * Update to sdrangel-windows-libraries with UHD 4.2.0. PR #1314 + + -- Edouard Griffiths, F4EXB Mon, 18 Jul 2022 09:36:28 +0200 + sdrangel (7.4.0-1) unstable; urgency=medium * 3D Spectrogram and OpenGL code fixes. PR #1291 diff --git a/plugins/channelrx/demodm17/m17demodplugin.cpp b/plugins/channelrx/demodm17/m17demodplugin.cpp index 78e4a8e18..0cdbbc506 100644 --- a/plugins/channelrx/demodm17/m17demodplugin.cpp +++ b/plugins/channelrx/demodm17/m17demodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = { M17Demod::m_channelId, QStringLiteral("M17 Demodulator"), - QStringLiteral("7.4.0"), + QStringLiteral("7.5.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/modm17/m17modplugin.cpp b/plugins/channeltx/modm17/m17modplugin.cpp index 795f63e1d..afba9f45f 100644 --- a/plugins/channeltx/modm17/m17modplugin.cpp +++ b/plugins/channeltx/modm17/m17modplugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor M17ModPlugin::m_pluginDescriptor = { M17Mod::m_channelId, QStringLiteral("M17 Modulator"), - QStringLiteral("7.4.0"), + QStringLiteral("7.5.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,