From 0a713e4d3019ad00da91f6ababc2723a7cff6451 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 29 Mar 2021 21:21:32 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 15 +++++++++++++++ CMakeLists.txt | 4 ++-- debian/changelog | 15 +++++++++++++++ plugins/channelrx/chanalyzer/chanalyzerplugin.cpp | 2 +- plugins/channelrx/demodatv/atvdemodplugin.cpp | 2 +- .../channelrx/demodchirpchat/chirpchatplugin.cpp | 2 +- plugins/channelrx/demoddatv/datvdemodplugin.cpp | 2 +- plugins/channelrx/demoddsd/dsddemodplugin.cpp | 2 +- plugins/channelrx/demodssb/ssbplugin.cpp | 2 +- .../feature/demodanalyzer/demodanalyzerplugin.cpp | 2 +- .../satellitetracker/satellitetrackerplugin.cpp | 2 +- .../hackrfoutput/hackrfoutputplugin.cpp | 2 +- .../samplesource/fileinput/fileinputplugin.cpp | 2 +- .../hackrfinput/hackrfinputplugin.cpp | 2 +- 14 files changed, 43 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d52b089da..3b442fa69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +sdrangel (6.7.0-1) unstable; urgency=medium + + * New DATV modulator plugin: DVB-S modulator. PR #810 + * FileInput: Sample rate fixes, PR #803 + * Set depending objects to nullptr before deleting GUI. Fixes #806 + * SSB demod: increase audio volume range to -10 to +40 dB. + * Fix impulse response of FIR filter. PR #811 + * HackRF: auto baseband filter and hardware LO correction PR #812, 824 + * DATV demod: many fixes to improve stabilty of DVB-S2 + * ChirpChat demod: LoRa APRS support. PR #814, 815 + * SatTracker: Fixed Doppler timing interval. PR #818 + * DemodAnalyzer: Support Packer demod. PR #820 + + -- Edouard Griffiths, F4EXB Mon, 29 Mar 2021 19:09:55 +0200 + sdrangel (6.6.2-1) unstable; urgency=medium * FileSink: File name handling in settings and API. PR #798 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2276fcd02..b6bde2726 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 "6") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_MINOR "7") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 340596e34..3e2f72a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +sdrangel (6.7.0-1) unstable; urgency=medium + + * New DATV modulator plugin: DVB-S modulator. PR #810 + * FileInput: Sample rate fixes, PR #803 + * Set depending objects to nullptr before deleting GUI. Fixes #806 + * SSB demod: increase audio volume range to -10 to +40 dB. + * Fix impulse response of FIR filter. PR #811 + * HackRF: auto baseband filter and hardware LO correction PR #812, 824 + * DATV demod: many fixes to improve stabilty of DVB-S2 + * ChirpChat demod: LoRa APRS support. PR #814, 815 + * SatTracker: Fixed Doppler timing interval. PR #818 + * DemodAnalyzer: Support Packer demod. PR #820 + + -- Edouard Griffiths, F4EXB Mon, 29 Mar 2021 19:09:55 +0200 + sdrangel (6.6.2-1) unstable; urgency=medium * FileSink: File name handling in settings and API. PR #798 diff --git a/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp b/plugins/channelrx/chanalyzer/chanalyzerplugin.cpp index e60477b55..5aa4e303a 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.6.2"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodatv/atvdemodplugin.cpp b/plugins/channelrx/demodatv/atvdemodplugin.cpp index 7959151b1..25b5705eb 100644 --- a/plugins/channelrx/demodatv/atvdemodplugin.cpp +++ b/plugins/channelrx/demodatv/atvdemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor = { ATVDemod::m_channelId, QString("ATV Demodulator"), - QString("6.3.1"), + QString("6.7.0"), QString("(c) F4HKW for F4EXB / SDRAngel"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp b/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp index 9f78ac0e5..30f5ef8fd 100644 --- a/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp +++ b/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp @@ -27,7 +27,7 @@ const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = { ChirpChatDemod::m_channelId, QStringLiteral("ChirpChat Demodulator"), - QStringLiteral("6.3.3"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demoddatv/datvdemodplugin.cpp b/plugins/channelrx/demoddatv/datvdemodplugin.cpp index 4be70034d..28eee1cee 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.6.2"), + QString("6.7.0"), QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demoddsd/dsddemodplugin.cpp b/plugins/channelrx/demoddsd/dsddemodplugin.cpp index 0eb27039a..bcd1e46cd 100644 --- a/plugins/channelrx/demoddsd/dsddemodplugin.cpp +++ b/plugins/channelrx/demoddsd/dsddemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = { DSDDemod::m_channelId, QStringLiteral("DSD Demodulator"), - QStringLiteral("6.6.1"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodssb/ssbplugin.cpp b/plugins/channelrx/demodssb/ssbplugin.cpp index 6c0559dec..3ec4bb37b 100644 --- a/plugins/channelrx/demodssb/ssbplugin.cpp +++ b/plugins/channelrx/demodssb/ssbplugin.cpp @@ -12,7 +12,7 @@ const PluginDescriptor SSBPlugin::m_pluginDescriptor = { SSBDemod::m_channelId, QStringLiteral("SSB Demodulator"), - QStringLiteral("6.6.1"), + QStringLiteral("6.7.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 a5ccf291a..4d1b9f56f 100644 --- a/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp +++ b/plugins/feature/demodanalyzer/demodanalyzerplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = { DemodAnalyzer::m_featureId, QStringLiteral("Demod Analyzer"), - QStringLiteral("6.4.0"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp index c1f2706b2..a60a93475 100644 --- a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp +++ b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = { SatelliteTracker::m_featureId, QStringLiteral("Satellite Tracker"), - QStringLiteral("6.6.1"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesink/hackrfoutput/hackrfoutputplugin.cpp b/plugins/samplesink/hackrfoutput/hackrfoutputplugin.cpp index 01c8529ef..00d5b93da 100644 --- a/plugins/samplesink/hackrfoutput/hackrfoutputplugin.cpp +++ b/plugins/samplesink/hackrfoutput/hackrfoutputplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor HackRFOutputPlugin::m_pluginDescriptor = { QStringLiteral("HackRF"), QStringLiteral("HackRF Output"), - QStringLiteral("4.19.0"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/fileinput/fileinputplugin.cpp b/plugins/samplesource/fileinput/fileinputplugin.cpp index 43b56e9be..ae32fe71a 100644 --- a/plugins/samplesource/fileinput/fileinputplugin.cpp +++ b/plugins/samplesource/fileinput/fileinputplugin.cpp @@ -31,7 +31,7 @@ const PluginDescriptor FileInputPlugin::m_pluginDescriptor = { QStringLiteral("FileInput"), QStringLiteral("File device input"), - QStringLiteral("4.19.0"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/hackrfinput/hackrfinputplugin.cpp b/plugins/samplesource/hackrfinput/hackrfinputplugin.cpp index 8874123a0..d1ea03413 100644 --- a/plugins/samplesource/hackrfinput/hackrfinputplugin.cpp +++ b/plugins/samplesource/hackrfinput/hackrfinputplugin.cpp @@ -33,7 +33,7 @@ const PluginDescriptor HackRFInputPlugin::m_pluginDescriptor = { QStringLiteral("HackRF"), QStringLiteral("HackRF Input"), - QStringLiteral("4.19.0"), + QStringLiteral("6.7.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,