From 0bb7a1e600a23967200f4ca8059658d68721d6eb Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 4 Jul 2026 09:55:26 +0200 Subject: [PATCH] Release v7.27.0 --- CHANGELOG | 6 ++++++ CMakeLists.txt | 4 ++-- debian/changelog | 6 ++++++ gitdiff.sh | 2 +- plugins/channelrx/demodmeshcore/meshcoreplugin.cpp | 2 +- plugins/channeltx/modmeshcore/meshcoremodplugin.cpp | 2 +- plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp | 2 +- plugins/samplesource/fobos/fobosplugin.cpp | 2 +- 8 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eecca048b..41957ba2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +sdrangel (7.27.0-1) unstable; urgency=medium + + * See Github release + + -- Edouard Griffiths, F4EXB Sat, 04 Jul 2026 07:54:28 +0200 + sdrangel (7.26.1-1) unstable; urgency=medium * See Github release diff --git a/CMakeLists.txt b/CMakeLists.txt index bcfc693ad..3fe93225c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "26") -set(sdrangel_VERSION_PATCH "1") +set(sdrangel_VERSION_MINOR "27") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index ec24e35f6..9dab56d9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sdrangel (7.27.0-1) unstable; urgency=medium + + * See Github release + + -- Edouard Griffiths, F4EXB Sat, 04 Jul 2026 07:54:28 +0200 + sdrangel (7.26.1-1) unstable; urgency=medium * See Github release diff --git a/gitdiff.sh b/gitdiff.sh index 4c52fa0db..e40794676 100755 --- a/gitdiff.sh +++ b/gitdiff.sh @@ -5,5 +5,5 @@ for plugin in $PLUGINS do FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp") echo $FILE - sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.26\.0\"\)/" $FILE + sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.27\.0\"\)/" $FILE done diff --git a/plugins/channelrx/demodmeshcore/meshcoreplugin.cpp b/plugins/channelrx/demodmeshcore/meshcoreplugin.cpp index 7569a140b..c5d252286 100644 --- a/plugins/channelrx/demodmeshcore/meshcoreplugin.cpp +++ b/plugins/channelrx/demodmeshcore/meshcoreplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor MeshcorePlugin::m_pluginDescriptor = { MeshcoreDemod::m_channelId, QStringLiteral("MeshCore Demodulator"), - QStringLiteral("7.24.0"), + QStringLiteral("7.27.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/modmeshcore/meshcoremodplugin.cpp b/plugins/channeltx/modmeshcore/meshcoremodplugin.cpp index 036d1008e..fbd29d5b3 100644 --- a/plugins/channeltx/modmeshcore/meshcoremodplugin.cpp +++ b/plugins/channeltx/modmeshcore/meshcoremodplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor MeshcoreModPlugin::m_pluginDescriptor = { MeshcoreMod::m_channelId, QStringLiteral("MeshCore Modulator"), - QStringLiteral("7.24.0"), + QStringLiteral("7.27.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp b/plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp index 8c9d89d7d..7a0ba6ae9 100644 --- a/plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp +++ b/plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp @@ -34,7 +34,7 @@ const PluginDescriptor SoapySDROutputPlugin::m_pluginDescriptor = { QStringLiteral("SoapySDR"), QStringLiteral("SoapySDR Output"), - QStringLiteral("7.25.0"), + QStringLiteral("7.27.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/fobos/fobosplugin.cpp b/plugins/samplesource/fobos/fobosplugin.cpp index 555f580df..832aac598 100644 --- a/plugins/samplesource/fobos/fobosplugin.cpp +++ b/plugins/samplesource/fobos/fobosplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor FOBOSPlugin::m_pluginDescriptor = { QStringLiteral("FOBOS"), QStringLiteral("Fobos SDR input"), - QStringLiteral("7.26.0"), + QStringLiteral("7.27.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,