From 995b8040842c67b4a10ff860f9071ad07055a3d1 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 12 Oct 2021 23:25:14 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 11 +++++++++++ CMakeLists.txt | 4 ++-- debian/changelog | 11 +++++++++++ plugins/channelrx/filesink/filesinkplugin.cpp | 2 +- .../channelrx/sigmffilesink/sigmffilesinkplugin.cpp | 2 +- .../feature/gs232controller/gs232controllerplugin.cpp | 2 +- plugins/feature/startracker/startrackerplugin.cpp | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 07b082c47..b8d66d184 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +sdrangel (6.17.0-1) unstable; urgency=medium + + * New Radioastronomy plugin. PR #1011. Implements #191. + * GS232 Controller fix for Mac O/S compilation. Fixes #1010. + * FileSink API updates + * SigMFFileSink API updates + * StarTracker updates for Radioastronomy plugin + * ValueDialZ: when setting range fix zero display initial value + + -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16s +0200 + sdrangel (6.16.7-1) unstable; urgency=medium * Antenna Tools update. PR #1005 diff --git a/CMakeLists.txt b/CMakeLists.txt index 520cf9477..17b22f3a4 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 "16") -set(sdrangel_VERSION_PATCH "7") +set(sdrangel_VERSION_MINOR "17") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 394dadb4c..72d283f0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +sdrangel (6.17.0-1) unstable; urgency=medium + + * New Radioastronomy plugin. PR #1011. Implements #191. + * GS232 Controller fix for Mac O/S compilation. Fixes #1010. + * FileSink API updates + * SigMFFileSink API updates + * StarTracker updates for Radioastronomy plugin + * ValueDialZ: when setting range fix zero display initial value + + -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16s +0200 + sdrangel (6.16.7-1) unstable; urgency=medium * Antenna Tools update. PR #1005 diff --git a/plugins/channelrx/filesink/filesinkplugin.cpp b/plugins/channelrx/filesink/filesinkplugin.cpp index a3d9cb2ad..8e80c7161 100644 --- a/plugins/channelrx/filesink/filesinkplugin.cpp +++ b/plugins/channelrx/filesink/filesinkplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = { FileSink::m_channelId, QStringLiteral("File Sink"), - QStringLiteral("6.16.2"), + QStringLiteral("6.17.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/sigmffilesink/sigmffilesinkplugin.cpp b/plugins/channelrx/sigmffilesink/sigmffilesinkplugin.cpp index d1ec7746f..e206da72c 100644 --- a/plugins/channelrx/sigmffilesink/sigmffilesinkplugin.cpp +++ b/plugins/channelrx/sigmffilesink/sigmffilesinkplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = { SigMFFileSink::m_channelId, QStringLiteral("SigMF File Sink"), - QStringLiteral("6.6.0"), + QStringLiteral("6.17.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp index b9d8eaf75..42995e0c3 100644 --- a/plugins/feature/gs232controller/gs232controllerplugin.cpp +++ b/plugins/feature/gs232controller/gs232controllerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = { GS232Controller::m_featureId, QStringLiteral("GS-232 Rotator Controller"), - QStringLiteral("6.16.7"), + QStringLiteral("6.17.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 dd752512b..af3149609 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.16.7"), + QStringLiteral("6.17.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,