summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2021-02-07 11:09:43 +0100
committerf4exb <f4exb06@gmail.com>2021-02-07 11:09:43 +0100
commit19f3c284ba40f9608638444078636ce878439cb4 (patch)
tree726f938bd6fc7ea8e419e7dd06673d9d240d5f3b
parentdfb149d267ab9efde12173cabf6242e712609e9c (diff)
Updated versions and changelogsv6.5.3
-rw-r--r--CHANGELOG14
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog14
-rw-r--r--plugins/channelrx/demodnfm/nfmplugin.cpp2
-rw-r--r--plugins/samplesource/rtlsdr/rtlsdrplugin.cpp2
-rw-r--r--plugins/samplesource/soapysdrinput/soapysdrinputplugin.cpp2
6 files changed, 32 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3e7f704cb..bd444868d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+sdrangel (6.5.3-1) unstable; urgency=medium
+
+ * More Star Tracker updates. PR #762
+ * AirspyHF: added decimation by 128 and 256. PR #764
+ * SSB demod: use log (dB) for volume setting
+ * CW keyer: revised the WPM calculation
+ * SoapySDR: a few fixes. PR #766
+ * RTLSDR: changed BW setting limits. PR #766
+ * Various changes in build and compiler warning fixes. PR #766
+ * NFM demod: cosmetic changes. PR #766
+ * Removed FPS limitation in WSSpectrum. Implements #767
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 07 Feb 2021 10:00:23 +0100
+
sdrangel (6.5.2-1) unstable; urgency=medium
* StarTracker feature: more updates. PR #761
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa3d0133a..6adacae61 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 "2")
+set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index 3f82342da..5f6f8d6aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+sdrangel (6.5.3-1) unstable; urgency=medium
+
+ * More Star Tracker updates. PR #762
+ * AirspyHF: added decimation by 128 and 256. PR #764
+ * SSB demod: use log (dB) for volume setting
+ * CW keyer: revised the WPM calculation
+ * SoapySDR: a few fixes. PR #766
+ * RTLSDR: changed BW setting limits. PR #766
+ * Various changes in build and compiler warning fixes. PR #766
+ * NFM demod: cosmetic changes. PR #766
+ * Removed FPS limitation in WSSpectrum. Implements #767
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 07 Feb 2021 10:00:23 +0100
+
sdrangel (6.5.2-1) unstable; urgency=medium
* StarTracker feature: more updates. PR #761
diff --git a/plugins/channelrx/demodnfm/nfmplugin.cpp b/plugins/channelrx/demodnfm/nfmplugin.cpp
index e8eabc0ca..fe9b499a8 100644
--- a/plugins/channelrx/demodnfm/nfmplugin.cpp
+++ b/plugins/channelrx/demodnfm/nfmplugin.cpp
@@ -12,7 +12,7 @@
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
NFMDemod::m_channelId,
QStringLiteral("NFM Demodulator"),
- QStringLiteral("6.4.0"),
+ QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/samplesource/rtlsdr/rtlsdrplugin.cpp b/plugins/samplesource/rtlsdr/rtlsdrplugin.cpp
index be74fd8ca..0e66b34a5 100644
--- a/plugins/samplesource/rtlsdr/rtlsdrplugin.cpp
+++ b/plugins/samplesource/rtlsdr/rtlsdrplugin.cpp
@@ -15,7 +15,7 @@
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
QStringLiteral("RTLSDR"),
QStringLiteral("RTL-SDR Input"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/samplesource/soapysdrinput/soapysdrinputplugin.cpp b/plugins/samplesource/soapysdrinput/soapysdrinputplugin.cpp
index 1ebe90a5a..081b97ea7 100644
--- a/plugins/samplesource/soapysdrinput/soapysdrinputplugin.cpp
+++ b/plugins/samplesource/soapysdrinput/soapysdrinputplugin.cpp
@@ -32,7 +32,7 @@
const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("SoapySDR"),
QStringLiteral("SoapySDR Input"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,