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 24, 2021
1 parent fee2c50 commit 54d880a
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 16 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
sdrangel (6.17.2-1) unstable; urgency=medium

* DATV modulator: API enhancements and GUI cosmetic fixes
* Implemented run action API in relevant feature plugins
* API: report running state for feature plugins with run action

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 24 Oct 2021 08:05:33 +0200

sdrangel (6.17.1-1) unstable; urgency=medium

* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
* Moved CI/CD MSVC build to Github Actions

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 16 Oct 2021 21:25:21s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Sat, 16 Oct 2021 21:25:21 +0200

sdrangel (6.17.0-1) unstable; urgency=medium

Expand All @@ -15,7 +23,7 @@ sdrangel (6.17.0-1) unstable; urgency=medium
* StarTracker updates for Radioastronomy plugin
* ValueDialZ: when setting range fix zero display initial value

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 12 Oct 2021 21:23:16s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Tue, 12 Oct 2021 21:23:16 +0200

sdrangel (6.16.7-1) unstable; urgency=medium

Expand All @@ -25,7 +33,7 @@ sdrangel (6.16.7-1) unstable; urgency=medium
* Only copy file if different to avoid unnecessary rebuilds. PR #1009
* Use on premises BYOC for Ubuntu image build

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 07 Oct 2021 19:29:51s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Thu, 07 Oct 2021 19:29:51 +0200

sdrangel (6.16.6-1) unstable; urgency=medium

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 "17")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
14 changes: 11 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
sdrangel (6.17.2-1) unstable; urgency=medium

* DATV modulator: API enhancements and GUI cosmetic fixes
* Implemented run action API in relevant feature plugins
* API: report running state for feature plugins with run action

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 24 Oct 2021 08:05:33 +0200

sdrangel (6.17.1-1) unstable; urgency=medium

* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
* Moved CI/CD MSVC build to Github Actions

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 16 Oct 2021 21:25:21s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Sat, 16 Oct 2021 21:25:21 +0200

sdrangel (6.17.0-1) unstable; urgency=medium

Expand All @@ -15,7 +23,7 @@ sdrangel (6.17.0-1) unstable; urgency=medium
* StarTracker updates for Radioastronomy plugin
* ValueDialZ: when setting range fix zero display initial value

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 12 Oct 2021 21:23:16s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Tue, 12 Oct 2021 21:23:16 +0200

sdrangel (6.16.7-1) unstable; urgency=medium

Expand All @@ -25,7 +33,7 @@ sdrangel (6.16.7-1) unstable; urgency=medium
* Only copy file if different to avoid unnecessary rebuilds. PR #1009
* Use on premises BYOC for Ubuntu image build

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 07 Oct 2021 19:29:51s +0200
-- Edouard Griffiths, F4EXB <[email protected]> Thu, 07 Oct 2021 19:29:51 +0200

sdrangel (6.16.6-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/moddatv/datvmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
DATVMod::m_channelId,
QStringLiteral("DATV Modulator"),
QStringLiteral("6.16.2"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/afc/afcplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
AFC::m_featureId,
QStringLiteral("AFC"),
QStringLiteral("6.4.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
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.17.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/pertester/pertesterplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
PERTester::m_featureId,
QStringLiteral("Packet Error Rate Tester"),
QStringLiteral("6.8.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/rigctlserver/rigctlserverplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = {
RigCtlServer::m_featureId,
QStringLiteral("RigCtl Server"),
QStringLiteral("4.19.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
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.6"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/simpleptt/simplepttplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("6.5.1"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/startracker/startrackerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
QStringLiteral("6.17.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/vorlocalizer/vorlocalizerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
VORLocalizer::m_featureId,
QStringLiteral("VOR Localizer"),
QStringLiteral("6.10.0"),
QStringLiteral("6.17.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 54d880a

Please sign in to comment.