mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
776c98bbc4
commit
a5796c7116
12
CHANGELOG
12
CHANGELOG
@ -1,5 +1,17 @@
|
||||
sdrangel (6.10.0-1) unstable; urgency=medium
|
||||
|
||||
* New DAB/DAB+ demodulator plugin. PR #850
|
||||
* DATV modulator: avoid SR=0. PR #851 fixes #849
|
||||
* NFM demod: implemented DCS squelch. Finalizes #792
|
||||
* Fixed webapi adapters. Fixes #842
|
||||
* Package builds: upgrade DSDcc to 1.9.2 contains FEC fixes
|
||||
* ADSB and VOR: Fix assertion when removing all elements from model. PR #841
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Apr 2021 20:36:50 +0200
|
||||
|
||||
sdrangel (6.9.0-1) unstable; urgency=medium
|
||||
|
||||
* New SDRPlay v3 source plugin. PR #839
|
||||
* New SDRPlay v3 source plugin. PR #839
|
||||
* NFM modulator. Implemented DCS. Part of #792
|
||||
* DATV demod: option to enable/disable the video player
|
||||
|
@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "9")
|
||||
set(sdrangel_VERSION_MINOR "10")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
sdrangel (6.10.0-1) unstable; urgency=medium
|
||||
|
||||
* New DAB/DAB+ demodulator plugin. PR #850
|
||||
* DATV modulator: avoid SR=0. PR #851 fixes #849
|
||||
* NFM demod: implemented DCS squelch. Finalizes #792
|
||||
* Fixed webapi adapters. Fixes #842
|
||||
* Package builds: upgrade DSDcc to 1.9.2 contains FEC fixes
|
||||
* ADSB and VOR: Fix assertion when removing all elements from model. PR #841
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Apr 2021 20:36:50 +0200
|
||||
|
||||
sdrangel (6.9.0-1) unstable; urgency=medium
|
||||
|
||||
* New SDRPlay v3 source plugin. PR #839
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||
ADSBDemod::m_channelId,
|
||||
QStringLiteral("ADS-B Demodulator"),
|
||||
QStringLiteral("6.0.0"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = {
|
||||
DABDemod::m_channelId,
|
||||
QStringLiteral("DAB Demodulator"),
|
||||
QStringLiteral("6.9.0"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -12,7 +12,7 @@
|
||||
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
|
||||
NFMDemod::m_channelId,
|
||||
QStringLiteral("NFM Demodulator"),
|
||||
QStringLiteral("6.6.1"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
|
||||
VORDemod::m_channelId,
|
||||
QStringLiteral("VOR Demodulator"),
|
||||
QStringLiteral("6.3.3"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
|
||||
DATVMod::m_channelId,
|
||||
QStringLiteral("DATV Modulator"),
|
||||
QStringLiteral("6.8.0"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
|
||||
VORLocalizer::m_featureId,
|
||||
QStringLiteral("VOR Localizer"),
|
||||
QStringLiteral("6.4.0"),
|
||||
QStringLiteral("6.10.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user