summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2020-11-22 20:10:39 +0100
committerf4exb <f4exb06@gmail.com>2020-11-22 20:10:39 +0100
commitea59f8b35e56c83e270f5b73b01f9cd72d9f4824 (patch)
tree05e316ee9c402b017d14d33008ecc51e0a1726a6
parent4b583cda75ec1a9c3405b35aee6d18ff422b258e (diff)
Updated version and changelogsv6.1.0
-rw-r--r--CHANGELOG11
-rw-r--r--CMakeLists.txt4
-rw-r--r--debian/changelog11
-rw-r--r--plugins/channeltx/modam/ammodplugin.cpp2
-rw-r--r--plugins/channeltx/modfreedv/freedvmodplugin.cpp2
-rw-r--r--plugins/channeltx/modnfm/nfmmodplugin.cpp2
-rw-r--r--plugins/channeltx/modssb/ssbmodplugin.cpp2
-rw-r--r--plugins/channeltx/modwfm/wfmmodplugin.cpp2
8 files changed, 29 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cd1089ac..753f18323 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+sdrangel (6.1.0-1) unstable; urgency=medium
+
+ * Fixes for clang-cl build and LTO optimization. PR #717
+ * Cmake arch detection and compilation options rework. PR #714 and #715
+ * Audio output plugin. Issue #496
+ * Fixed Rest API UDPSinkSettings key mismapping. Issue #713
+ * Compile SigMF plugins only with GCC. Issue #712
+ * Modulators audio input rework. Issue #495 and more
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 Nov 2020 19:06:29 +0100
+
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b7b121772..6e9efbffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
-set(sdrangel_VERSION_MINOR "0")
-set(sdrangel_VERSION_PATCH "2")
+set(sdrangel_VERSION_MINOR "1")
+set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index 5282176ac..af2c4dff4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+sdrangel (6.1.0-1) unstable; urgency=medium
+
+ * Fixes for clang-cl build and LTO optimization. PR #717
+ * Cmake arch detection and compilation options rework. PR #714 and #715
+ * Audio output plugin. Issue #496
+ * Fixed Rest API UDPSinkSettings key mismapping. Issue #713
+ * Compile SigMF plugins only with GCC. Issue #712
+ * Modulators audio input rework. Issue #495 and more
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 Nov 2020 19:06:29 +0100
+
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609
diff --git a/plugins/channeltx/modam/ammodplugin.cpp b/plugins/channeltx/modam/ammodplugin.cpp
index 7bc4bfc7e..c3cff4cb4 100644
--- a/plugins/channeltx/modam/ammodplugin.cpp
+++ b/plugins/channeltx/modam/ammodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor AMModPlugin::m_pluginDescriptor = {
AMMod::m_channelId,
QStringLiteral("AM Modulator"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channeltx/modfreedv/freedvmodplugin.cpp b/plugins/channeltx/modfreedv/freedvmodplugin.cpp
index a6e4f337d..91da2ba32 100644
--- a/plugins/channeltx/modfreedv/freedvmodplugin.cpp
+++ b/plugins/channeltx/modfreedv/freedvmodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
FreeDVMod::m_channelId,
QStringLiteral("FreeDV Modulator"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channeltx/modnfm/nfmmodplugin.cpp b/plugins/channeltx/modnfm/nfmmodplugin.cpp
index 6bd4e0859..0c5bb4c82 100644
--- a/plugins/channeltx/modnfm/nfmmodplugin.cpp
+++ b/plugins/channeltx/modnfm/nfmmodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
NFMMod::m_channelId,
QStringLiteral("NFM Modulator"),
- QStringLiteral("6.0.0"),
+ QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channeltx/modssb/ssbmodplugin.cpp b/plugins/channeltx/modssb/ssbmodplugin.cpp
index b23320071..807732653 100644
--- a/plugins/channeltx/modssb/ssbmodplugin.cpp
+++ b/plugins/channeltx/modssb/ssbmodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
SSBMod::m_channelId,
QStringLiteral("SSB Modulator"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channeltx/modwfm/wfmmodplugin.cpp b/plugins/channeltx/modwfm/wfmmodplugin.cpp
index ae88251bc..509497362 100644
--- a/plugins/channeltx/modwfm/wfmmodplugin.cpp
+++ b/plugins/channeltx/modwfm/wfmmodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
WFMMod::m_channelId,
QStringLiteral("WFM Modulator"),
- QStringLiteral("4.19.0"),
+ QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,