Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 4, 2021
1 parent 00b3ae2 commit dc7232e
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 <f4exb06@gmail.com> 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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <f4exb06@gmail.com> 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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/ais/aisplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/gs232controller/gs232controllerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc7232e

Please sign in to comment.