Updated versions and changelogs

This commit is contained in:
f4exb 2022-02-07 21:47:25 +01:00
parent 86880102c0
commit 590c4ef352
12 changed files with 51 additions and 11 deletions

View File

@ -1,3 +1,23 @@
sdrangel (6.19.0-1) unstable; urgency=medium
* Map: added 3D to map feature. PR #1127
* APT demod: many updates see PR #1127
* ADS-B demod: many updates see PR #1127
* AIS: many updates see PR #1127
* AIS: remove vessels afer some idle time. Issue #1086. PR #1127
* Satellite tracker: many updates see PR #1127
* Satellite tracker: export data via API. Issue #1106. PR #1130.
* Spectrum calibration. Implements #1120
* SDRPlayV3: added transverter feature. Implemented #1125
* Spectrum markers: save .csv in Qt default writable location. Implements #1114
* Fixed removing all feature sets causing segfault. Fixes #1118
* BFM demod: added readme and link to help button.
* Fixed LIB_SUFFIX for Fedora and lib64 systems. PR #1115
* DATV Demod: Make AVCodecs cons. PR #1128
* Install debug symbols on Windows for debug builds. PR #1131
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 07 Feb 2022 20:41:51 +0100
sdrangel (6.18.1-1) unstable; urgency=medium
* APRS: implemented Mic-E decoding. PR #1108

View File

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

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
sdrangel (6.19.0-1) unstable; urgency=medium
* Map: added 3D to map feature. PR #1127
* APT demod: many updates see PR #1127
* ADS-B demod: many updates see PR #1127
* AIS: many updates see PR #1127
* AIS: remove vessels afer some idle time. Issue #1086. PR #1127
* Satellite tracker: many updates see PR #1127
* Satellite tracker: export data via API. Issue #1106. PR #1130.
* Spectrum calibration. Implements #1120
* SDRPlayV3: added transverter feature. Implemented #1125
* Spectrum markers: save .csv in Qt default writable location. Implements #1114
* Fixed removing all feature sets causing segfault. Fixes #1118
* BFM demod: added readme and link to help button.
* Fixed LIB_SUFFIX for Fedora and lib64 systems. PR #1115
* DATV Demod: Make AVCodecs cons. PR #1128
* Install debug symbols on Windows for debug builds. PR #1131
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 07 Feb 2022 20:41:51 +0100
sdrangel (6.18.1-1) unstable; urgency=medium
* APRS: implemented Mic-E decoding. PR #1108

View File

@ -30,7 +30,7 @@
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
ADSBDemod::m_channelId,
QStringLiteral("ADS-B Demodulator"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = {
AISDemod::m_channelId,
QStringLiteral("AIS Demodulator"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
APTDemod::m_channelId,
QStringLiteral("APT Demodulator"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor BFMPlugin::m_pluginDescriptor = {
BFMDemod::m_channelId,
QStringLiteral("Broadcast FM Demodulator"),
QStringLiteral("6.18.1"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

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

View File

@ -30,7 +30,7 @@
const PluginDescriptor AISPlugin::m_pluginDescriptor = {
AIS::m_featureId,
QStringLiteral("AIS"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"),
QStringLiteral("6.18.0"),
QStringLiteral("6.19.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

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