Updated versions and changelogs

pull/1073/head v6.17.2
f4exb 2021-10-24 10:08:22 +02:00
rodzic fee2c5065d
commit 54d880ac56
12 zmienionych plików z 32 dodań i 16 usunięć

Wyświetl plik

@ -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 <f4exb06@gmail.com> 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 <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21 +0200
sdrangel (6.17.0-1) unstable; urgency=medium
@ -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 <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16 +0200
sdrangel (6.16.7-1) unstable; urgency=medium
@ -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 <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51 +0200
sdrangel (6.16.6-1) unstable; urgency=medium

Wyświetl plik

@ -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

14
debian/changelog vendored
Wyświetl plik

@ -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 <f4exb06@gmail.com> 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 <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21 +0200
sdrangel (6.17.0-1) unstable; urgency=medium
@ -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 <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16 +0200
sdrangel (6.16.7-1) unstable; urgency=medium
@ -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 <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51s +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51 +0200
sdrangel (6.16.6-1) unstable; urgency=medium

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,

Wyświetl plik

@ -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,