From b12e2822fcc72aebd25817ff92f08b7d6a9f9f5a Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 24 May 2023 08:43:50 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 7 +++++++ CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ plugins/channelrx/radioastronomy/radioastronomyplugin.cpp | 2 +- plugins/feature/gs232controller/gs232controllerplugin.cpp | 2 +- .../feature/satellitetracker/satellitetrackerplugin.cpp | 2 +- plugins/feature/startracker/startrackerplugin.cpp | 2 +- 7 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b0eee235d..004ddf5a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +sdrangel (7.14.1-1) unstable; urgency=medium + + * Fix Sat Tracker crash in previous release. Fixes #1682. PR #1696. + * Add support for tracking Satellites in the Star Tracker. PR #1696. + + -- Edouard Griffiths, F4EXB Wed, 24 May 2023 06:40:43 +0200 + sdrangel (7.14.0-1) unstable; urgency=medium * New DSC channel Rx plugin (PR #1693) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dcfa188b..6a465fa3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") set(sdrangel_VERSION_MINOR "14") -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 12b05a1a5..11f1fa6d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sdrangel (7.14.1-1) unstable; urgency=medium + + * Fix Sat Tracker crash in previous release. Fixes #1682. PR #1696. + * Add support for tracking Satellites in the Star Tracker. PR #1696. + + -- Edouard Griffiths, F4EXB Wed, 24 May 2023 06:40:43 +0200 + sdrangel (7.14.0-1) unstable; urgency=medium * New DSC channel Rx plugin (PR #1693) diff --git a/plugins/channelrx/radioastronomy/radioastronomyplugin.cpp b/plugins/channelrx/radioastronomy/radioastronomyplugin.cpp index c791b4134..d361a02b6 100644 --- a/plugins/channelrx/radioastronomy/radioastronomyplugin.cpp +++ b/plugins/channelrx/radioastronomy/radioastronomyplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = { RadioAstronomy::m_channelId, QStringLiteral("Radio Astronomy"), - QStringLiteral("7.12.0"), + QStringLiteral("7.14.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp index a6a5a6f05..cf4257bd9 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("Rotator Controller"), - QStringLiteral("7.14.0"), + QStringLiteral("7.14.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp index 32350c320..94c284d07 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("7.12.0"), + QStringLiteral("7.14.1"), QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/startracker/startrackerplugin.cpp b/plugins/feature/startracker/startrackerplugin.cpp index c8b3f147e..8597d1c53 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("7.12.0"), + QStringLiteral("7.14.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,