From ea59f8b35e56c83e270f5b73b01f9cd72d9f4824 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 22 Nov 2020 20:10:39 +0100 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 11 +++++++++++ CMakeLists.txt | 4 ++-- debian/changelog | 11 +++++++++++ plugins/channeltx/modam/ammodplugin.cpp | 2 +- plugins/channeltx/modfreedv/freedvmodplugin.cpp | 2 +- plugins/channeltx/modnfm/nfmmodplugin.cpp | 2 +- plugins/channeltx/modssb/ssbmodplugin.cpp | 2 +- plugins/channeltx/modwfm/wfmmodplugin.cpp | 2 +- 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 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 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,