From 308ffcad54fe6c5eb7c93ab1eeb7ec77135e28f9 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 20 Feb 2022 22:37:25 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 16 ++++++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 16 ++++++++++++++++ .../channelrx/chanalyzer/chanalyzerplugin.cpp | 2 +- plugins/channelrx/demodadsb/adsbplugin.cpp | 2 +- plugins/channelrx/demodais/aisdemodplugin.cpp | 2 +- plugins/channelrx/demoddab/dabdemodplugin.cpp | 2 +- plugins/channelrx/demoddatv/datvdemodplugin.cpp | 2 +- .../channelrx/demodpager/pagerdemodplugin.cpp | 2 +- plugins/channeltx/moddatv/datvmodplugin.cpp | 2 +- plugins/feature/map/mapplugin.cpp | 2 +- plugins/samplemimo/metismiso/metismisoplugin.cpp | 2 +- 12 files changed, 42 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e912dd529..c289cd9e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +sdrangel (6.19.1-1) unstable; urgency=medium + + * Fix stereo sound in DAB demod. PR #1150. + * Make Channel API inherit from QObject. Issue #1147 + * Channel Analyzer: fixed reverse API handling and a few other things. Fixes #1144 + * Metis MISO: set spectrum sink input back in GUI. Fixes #1145 + * DATV Demod - Increase max RF bandwidth in GUI to 50MHz. PR #1142. Issue #1136. + * DATV Mod - Increase RF bandwidth slider to 50M. PR #1137. Issue #1136 + * Spectrum markers update. PR #1141 + * Pager demod: fixed typo in POCSAG. Fixes #1138 + * Metis MISO: save stream and spectrum stream indices in settings. Fixes #1126 + * Map feature, ADSB and AIS demods updates. PR #1135 + * Do not write tail audio samples and write to sample buffer only if necessary. Issue #1132 + + -- Edouard Griffiths, F4EXB Sun, 20 Feb 2022 21:31:55 +0100 + sdrangel (6.19.0-1) unstable; urgency=medium * Map: added 3D to map feature. PR #1127 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a876e29d..872b50002 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 "19") -set(sdrangel_VERSION_PATCH "0") +set(sdrangel_VERSION_PATCH "1") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 12b39e501..4d23fef38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +sdrangel (6.19.1-1) unstable; urgency=medium + + * Fix stereo sound in DAB demod. PR #1150. + * Make Channel API inherit from QObject. Issue #1147 + * Channel Analyzer: fixed reverse API handling and a few other things. Fixes #1144 + * Metis MISO: set spectrum sink input back in GUI. Fixes #1145 + * DATV Demod - Increase max RF bandwidth in GUI to 50MHz. PR #1142. Issue #1136. + * DATV Mod - Increase RF bandwidth slider to 50M. PR #1137. Issue #1136 + * Spectrum markers update. PR #1141 + * Pager demod: fixed typo in POCSAG. Fixes #1138 + * Metis MISO: save stream and spectrum stream indices in settings. Fixes #1126 + * Map feature, ADSB and AIS demods updates. PR #1135 + * Do not write tail audio samples and write to sample buffer only if necessary. Issue #1132 + + -- Edouard Griffiths, F4EXB Sun, 20 Feb 2022 21:31:55 +0100 + sdrangel (6.19.0-1) unstable; urgency=medium * Map: added 3D to map feature. PR #1127 diff --git a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp index 2f2a7fca4..84c7488d5 100644 --- a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp +++ b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp @@ -26,7 +26,7 @@ const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = { ChannelAnalyzer::m_channelId, QStringLiteral("Channel Analyzer"), - QStringLiteral("6.18.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodadsb/adsbplugin.cpp b/plugins/channelrx/demodadsb/adsbplugin.cpp index b117e060e..e74330437 100644 --- a/plugins/channelrx/demodadsb/adsbplugin.cpp +++ b/plugins/channelrx/demodadsb/adsbplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { ADSBDemod::m_channelId, QStringLiteral("ADS-B Demodulator"), - QStringLiteral("6.19.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodais/aisdemodplugin.cpp b/plugins/channelrx/demodais/aisdemodplugin.cpp index b094b625f..4cd54198b 100644 --- a/plugins/channelrx/demodais/aisdemodplugin.cpp +++ b/plugins/channelrx/demodais/aisdemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = { AISDemod::m_channelId, QStringLiteral("AIS Demodulator"), - QStringLiteral("6.19.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demoddab/dabdemodplugin.cpp b/plugins/channelrx/demoddab/dabdemodplugin.cpp index 0261b8caf..bfdc743cf 100644 --- a/plugins/channelrx/demoddab/dabdemodplugin.cpp +++ b/plugins/channelrx/demoddab/dabdemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = { DABDemod::m_channelId, QStringLiteral("DAB Demodulator"), - QStringLiteral("6.18.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demoddatv/datvdemodplugin.cpp b/plugins/channelrx/demoddatv/datvdemodplugin.cpp index b28bf9d98..af9f5691d 100644 --- a/plugins/channelrx/demoddatv/datvdemodplugin.cpp +++ b/plugins/channelrx/demoddatv/datvdemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor = { DATVDemod::m_channelId, QString("DATV Demodulator"), - QString("6.19.0"), + QString("6.19.1"), QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodpager/pagerdemodplugin.cpp b/plugins/channelrx/demodpager/pagerdemodplugin.cpp index fcfce031b..f41b13a14 100644 --- a/plugins/channelrx/demodpager/pagerdemodplugin.cpp +++ b/plugins/channelrx/demodpager/pagerdemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor PagerDemodPlugin::m_pluginDescriptor = { PagerDemod::m_channelId, QStringLiteral("Pager Demodulator"), - QStringLiteral("6.18.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/moddatv/datvmodplugin.cpp b/plugins/channeltx/moddatv/datvmodplugin.cpp index 3d9b6a851..e004b01a9 100644 --- a/plugins/channeltx/moddatv/datvmodplugin.cpp +++ b/plugins/channeltx/moddatv/datvmodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor DATVModPlugin::m_pluginDescriptor = { DATVMod::m_channelId, QStringLiteral("DATV Modulator"), - QStringLiteral("6.18.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/map/mapplugin.cpp b/plugins/feature/map/mapplugin.cpp index 6548ef9b7..68c81c5fe 100644 --- a/plugins/feature/map/mapplugin.cpp +++ b/plugins/feature/map/mapplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor MapPlugin::m_pluginDescriptor = { Map::m_featureId, QStringLiteral("Map"), - QStringLiteral("6.19.0"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplemimo/metismiso/metismisoplugin.cpp b/plugins/samplemimo/metismiso/metismisoplugin.cpp index 45712c9c8..208f89252 100644 --- a/plugins/samplemimo/metismiso/metismisoplugin.cpp +++ b/plugins/samplemimo/metismiso/metismisoplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = { QStringLiteral("MetisMISO"), QStringLiteral("Metis MISO"), - QStringLiteral("6.18.1"), + QStringLiteral("6.19.1"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,