summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2024-05-24 00:24:50 +0200
committerf4exb <f4exb06@gmail.com>2024-05-24 00:24:50 +0200
commit1d87e1e0515ece527e5e9b94afb3f926262e3040 (patch)
treec46c7af4cf8e854c0e88753c5f91334222548c5b
parent4d5958f6304a1eefe231bdbafc90920b4b67e9d3 (diff)
Updated versions and changelogsv7.21.0
-rw-r--r--CHANGELOG13
-rw-r--r--CMakeLists.txt4
-rw-r--r--debian/changelog13
-rw-r--r--plugins/channelrx/demodssb/ssbplugin.cpp2
-rw-r--r--plugins/feature/afc/afcplugin.cpp2
-rw-r--r--plugins/feature/demodanalyzer/demodanalyzerplugin.cpp2
-rw-r--r--plugins/feature/gs232controller/gs232controllerplugin.cpp2
-rw-r--r--plugins/feature/map/mapplugin.cpp2
-rw-r--r--plugins/feature/pertester/pertesterplugin.cpp2
-rw-r--r--plugins/feature/satellitetracker/satellitetrackerplugin.cpp2
-rw-r--r--plugins/feature/sid/sidplugin.cpp2
-rw-r--r--plugins/feature/skymap/skymapplugin.cpp2
-rw-r--r--plugins/feature/startracker/startrackerplugin.cpp2
13 files changed, 38 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 358b54289..a6cce8bb5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+sdrangel (7.21.0-1) unstable; urgency=medium
+
+ * Morse decoder feature. Implements #2112
+ * Fix crash quitting sdrangel when the SID window is open. PR #2121. Fixes #2119
+ * SSB demod: apply clamping also when squelch opens
+ * Remove unneeded calls to disconnect signals. PR #2120
+ * Fix memleaks. PR #2120 PR #2058.
+ * Do not create objects if there is no message queue to send to. PR #2058.
+ * Do not create a Message if there is no worker to send to. PT #2058
+ * Add cmake option to optionally compile with LeakSanitizer. PR #2058
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 23 May 2024 22:18:08 +0200
+
sdrangel (7.20.1-1) unstable; urgency=medium
* Fix Qt6 build. PR #2069
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89491cf0c..c09a01261 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,8 +19,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
-set(sdrangel_VERSION_MINOR "20")
-set(sdrangel_VERSION_PATCH "1")
+set(sdrangel_VERSION_MINOR "21")
+set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index 9d9e4c91c..1438f4d9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+sdrangel (7.21.0-1) unstable; urgency=medium
+
+ * Morse decoder feature. Implements #2112
+ * Fix crash quitting sdrangel when the SID window is open. PR #2121. Fixes #2119
+ * SSB demod: apply clamping also when squelch opens
+ * Remove unneeded calls to disconnect signals. PR #2120
+ * Fix memleaks. PR #2120 PR #2058.
+ * Do not create objects if there is no message queue to send to. PR #2058.
+ * Do not create a Message if there is no worker to send to. PT #2058
+ * Add cmake option to optionally compile with LeakSanitizer. PR #2058
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 23 May 2024 22:18:08 +0200
+
sdrangel (7.20.1-1) unstable; urgency=medium
* Fix Qt6 build. PR #2069
diff --git a/plugins/channelrx/demodssb/ssbplugin.cpp b/plugins/channelrx/demodssb/ssbplugin.cpp
index cffc3e6a8..6c3f6f793 100644
--- a/plugins/channelrx/demodssb/ssbplugin.cpp
+++ b/plugins/channelrx/demodssb/ssbplugin.cpp
@@ -33,7 +33,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
SSBDemod::m_channelId,
QStringLiteral("SSB Demodulator"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/afc/afcplugin.cpp b/plugins/feature/afc/afcplugin.cpp
index 89a0dafdf..c5548d154 100644
--- a/plugins/feature/afc/afcplugin.cpp
+++ b/plugins/feature/afc/afcplugin.cpp
@@ -31,7 +31,7 @@
const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
AFC::m_featureId,
QStringLiteral("AFC"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp b/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp
index afcc9d05c..0c4194230 100644
--- a/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp
+++ b/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp
@@ -31,7 +31,7 @@
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
DemodAnalyzer::m_featureId,
QStringLiteral("Demod Analyzer"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp
index 808c817f9..7bb193a2d 100644
--- a/plugins/feature/gs232controller/gs232controllerplugin.cpp
+++ b/plugins/feature/gs232controller/gs232controllerplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QStringLiteral("Rotator Controller"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/map/mapplugin.cpp b/plugins/feature/map/mapplugin.cpp
index 67ab0bb61..80df8e64d 100644
--- a/plugins/feature/map/mapplugin.cpp
+++ b/plugins/feature/map/mapplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/pertester/pertesterplugin.cpp b/plugins/feature/pertester/pertesterplugin.cpp
index 9c68220c5..685344bd9 100644
--- a/plugins/feature/pertester/pertesterplugin.cpp
+++ b/plugins/feature/pertester/pertesterplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
PERTester::m_featureId,
QStringLiteral("Packet Error Rate Tester"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp
index def9d542c..4497e8c13 100644
--- a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp
+++ b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/sid/sidplugin.cpp b/plugins/feature/sid/sidplugin.cpp
index dd22bdf9a..85948847d 100644
--- a/plugins/feature/sid/sidplugin.cpp
+++ b/plugins/feature/sid/sidplugin.cpp
@@ -29,7 +29,7 @@
const PluginDescriptor SIDPlugin::m_pluginDescriptor = {
SIDMain::m_featureId,
QStringLiteral("SID"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/skymap/skymapplugin.cpp b/plugins/feature/skymap/skymapplugin.cpp
index 4b6fb8c57..c6ddc04f9 100644
--- a/plugins/feature/skymap/skymapplugin.cpp
+++ b/plugins/feature/skymap/skymapplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor SkyMapPlugin::m_pluginDescriptor = {
SkyMap::m_featureId,
QStringLiteral("Sky Map"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/startracker/startrackerplugin.cpp b/plugins/feature/startracker/startrackerplugin.cpp
index 143043343..e59ec186a 100644
--- a/plugins/feature/startracker/startrackerplugin.cpp
+++ b/plugins/feature/startracker/startrackerplugin.cpp
@@ -34,7 +34,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
- QStringLiteral("7.20.0"),
+ QStringLiteral("7.21.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,