From dc7232ee4f47e66509237843c00b1fc34621ef12 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 4 Oct 2021 21:04:17 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 13 +++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 13 +++++++++++++ plugins/feature/ais/aisplugin.cpp | 2 +- .../gs232controller/gs232controllerplugin.cpp | 2 +- .../satellitetracker/satellitetrackerplugin.cpp | 2 +- 6 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 298225534..48634b4cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +sdrangel (6.16.6-1) unstable; urgency=medium + + * DeviceSet: Fixed pointer initialization. Fixes #1000 + * ValueDialZ: removed set value to 0 code if value is in range. Fixes #1004 + * GS232 Controller API: added serial devices to report + fixes + * SatelliteTracker: API: added rotator data + * SatelliteTracker: use device set index. API: fixed doppler channels + * AIS Feature: fixed feature set index and feature index in API + * API: Features: correct feature set and feature indexes + * API: added index in FeatureSet structure + + -- Edouard Griffiths, F4EXB Mon, 04 Oct 2021 19:03:07 +0200 + sdrangel (6.16.5-1) unstable; urgency=medium * API: added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset. Issue #998. diff --git a/CMakeLists.txt b/CMakeLists.txt index 16fda6247..51055182b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "6") set(sdrangel_VERSION_MINOR "16") -set(sdrangel_VERSION_PATCH "5") +set(sdrangel_VERSION_PATCH "6") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index b4a9f147f..b33cd2955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +sdrangel (6.16.6-1) unstable; urgency=medium + + * DeviceSet: Fixed pointer initialization. Fixes #1000 + * ValueDialZ: removed set value to 0 code if value is in range. Fixes #1004 + * GS232 Controller API: added serial devices to report + fixes + * SatelliteTracker: API: added rotator data + * SatelliteTracker: use device set index. API: fixed doppler channels + * AIS Feature: fixed feature set index and feature index in API + * API: Features: correct feature set and feature indexes + * API: added index in FeatureSet structure + + -- Edouard Griffiths, F4EXB Mon, 04 Oct 2021 19:03:07 +0200 + sdrangel (6.16.5-1) unstable; urgency=medium * API: added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset. Issue #998. diff --git a/plugins/feature/ais/aisplugin.cpp b/plugins/feature/ais/aisplugin.cpp index 1891dc44d..0338c31c7 100644 --- a/plugins/feature/ais/aisplugin.cpp +++ b/plugins/feature/ais/aisplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor AISPlugin::m_pluginDescriptor = { AIS::m_featureId, QStringLiteral("AIS"), - QStringLiteral("6.12.1"), + QStringLiteral("6.16.6"), 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 464829d06..ef0912638 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.14.0"), + QStringLiteral("6.16.6"), 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 161296a0b..8b7557585 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.16.5"), + QStringLiteral("6.16.6"), QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,