From ddcc72cb24a3fedf24cf4adf8ea8de0a74039dff Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 14 Jan 2021 23:36:55 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 9 +++++++++ CMakeLists.txt | 2 +- debian/changelog | 9 +++++++++ plugins/channelrx/demodpacket/packetdemodplugin.cpp | 2 +- plugins/feature/aprs/aprsplugin.cpp | 2 +- plugins/feature/map/mapplugin.cpp | 2 +- plugins/feature/startracker/startrackerplugin.cpp | 2 +- 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f22f4e4a2..0746d2ee3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +sdrangel (6.5.0-1) unstable; urgency=medium + + * New PacketDemod Rx channel plugin. PR #746 + * New APRS feature plugin. PR #746 + * New Map feature plugin. PR #746 + * Star tracker plugin. PR #746 + + -- Edouard Griffiths, F4EXB Thu, 14 Jan 2021 22:32:52 +0100 + sdrangel (6.4.0-1) unstable; urgency=medium * New demodulation analyzer feature plugin. Implements #695 diff --git a/CMakeLists.txt b/CMakeLists.txt index ec7e299ac..04bd5add2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "6") -set(sdrangel_VERSION_MINOR "4") +set(sdrangel_VERSION_MINOR "5") set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") diff --git a/debian/changelog b/debian/changelog index 285a32790..a9d228959 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sdrangel (6.5.0-1) unstable; urgency=medium + + * New PacketDemod Rx channel plugin. PR #746 + * New APRS feature plugin. PR #746 + * New Map feature plugin. PR #746 + * Star tracker plugin. PR #746 + + -- Edouard Griffiths, F4EXB Thu, 14 Jan 2021 22:32:52 +0100 + sdrangel (6.4.0-1) unstable; urgency=medium * New demodulation analyzer feature plugin. Implements #695 diff --git a/plugins/channelrx/demodpacket/packetdemodplugin.cpp b/plugins/channelrx/demodpacket/packetdemodplugin.cpp index 27bfe534e..5a9d7e84e 100644 --- a/plugins/channelrx/demodpacket/packetdemodplugin.cpp +++ b/plugins/channelrx/demodpacket/packetdemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = { PacketDemod::m_channelId, QStringLiteral("Packet Demodulator"), - QStringLiteral("6.4.0"), + QStringLiteral("6.5.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/aprs/aprsplugin.cpp b/plugins/feature/aprs/aprsplugin.cpp index 737089aaa..8cd34bdd1 100644 --- a/plugins/feature/aprs/aprsplugin.cpp +++ b/plugins/feature/aprs/aprsplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor APRSPlugin::m_pluginDescriptor = { APRS::m_featureId, QStringLiteral("APRS"), - QStringLiteral("6.4.0"), + QStringLiteral("6.5.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/map/mapplugin.cpp b/plugins/feature/map/mapplugin.cpp index 774be51e1..3ec3b10e0 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.4.0"), + QStringLiteral("6.5.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/startracker/startrackerplugin.cpp b/plugins/feature/startracker/startrackerplugin.cpp index a96d68484..494a5cb81 100644 --- a/plugins/feature/startracker/startrackerplugin.cpp +++ b/plugins/feature/startracker/startrackerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = { StarTracker::m_featureId, QStringLiteral("Star Tracker"), - QStringLiteral("6.4.0"), + QStringLiteral("6.5.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,