Updated versions and changelogs

pull/1178/head
f4exb 2022-03-05 04:58:19 +01:00
rodzic 1ef45efc4a
commit 0715fc5d69
11 zmienionych plików z 34 dodań i 10 usunięć

Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (6.20.0-1) unstable; urgency=medium
* New radiosonde plugin. PR #1170. Implements #1081.
* Message pipes rework. Partially implements #1154
* Lime SDR inout: fix antenna names in GUI combobox. PR #1162
* HttpDownloadManager - Fix Google Drive downloads. PR #1164
* Rotator controller: Open/close serial ports in worker thread. Issue #1153. PR #1171
* SDRPlayV2 and USRP: Ensure decimation length is power of two. Issue #1161, PR #1172
* ValueDialZ: fix find exponent. Issue #1158
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 05 Mar 2022 03:56:54 +0100
sdrangel (6.19.1-1) unstable; urgency=medium
* Fix stereo sound in DAB demod. PR #1150.

Wyświetl plik

@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "19")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_MINOR "20")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

12
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (6.20.0-1) unstable; urgency=medium
* New radiosonde plugin. PR #1170. Implements #1081.
* Message pipes rework. Partially implements #1154
* Lime SDR inout: fix antenna names in GUI combobox. PR #1162
* HttpDownloadManager - Fix Google Drive downloads. PR #1164
* Rotator controller: Open/close serial ports in worker thread. Issue #1153. PR #1171
* SDRPlayV2 and USRP: Ensure decimation length is power of two. Issue #1161, PR #1172
* ValueDialZ: fix find exponent. Issue #1158
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 05 Mar 2022 03:56:54 +0100
sdrangel (6.19.1-1) unstable; urgency=medium
* Fix stereo sound in DAB demod. PR #1150.

Wyświetl plik

@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QString("DATV Demodulator"),
QString("6.19.1"),
QString("6.20.0"),
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QString("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor VORDemodSCPlugin::m_pluginDescriptor = {
VORDemodSC::m_channelId,
QStringLiteral("VOR Single Channel Demodulator"),
QStringLiteral("6.18.0"),
QStringLiteral("6.20.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
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.18.0"),
QStringLiteral("6.20.0"),
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("Rotator Controller"),
QStringLiteral("6.18.0"),
QStringLiteral("6.20.0"),
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.18.0"),
QStringLiteral("6.20.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -35,7 +35,7 @@
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.20.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("6.19.0"),
QStringLiteral("6.20.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -35,7 +35,7 @@
const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
QStringLiteral("USRP"),
QStringLiteral("USRP Input"),
QStringLiteral("4.21.0"),
QStringLiteral("6.20.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,