Updated versions and changelogs

pull/841/head
f4exb 2021-04-13 10:25:17 +02:00
rodzic b414900db1
commit 6ad057e935
6 zmienionych plików z 24 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.9.0-1) unstable; urgency=medium
* New SDRPlay v3 source plugin. PR #839
* NFM modulator. Implemented DCS. Part of #792
* DATV demod: option to enable/disable the video player
* DATV demod: stop player before initializing DATV framework
* Do not enable interprocedural optimization for Mac. Fixes #807
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 13 Apr 2021 08:17:46 +0200
sdrangel (6.8.0-1) unstable; urgency=medium
* New Packet Error Tester feature plugin. PR #836

Wyświetl plik

@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "8")
set(sdrangel_VERSION_MINOR "9")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.9.0-1) unstable; urgency=medium
* New SDRPlay v3 source plugin. PR #839
* NFM modulator. Implemented DCS. Part of #792
* DATV demod: option to enable/disable the video player
* DATV demod: stop player before initializing DATV framework
* Do not enable interprocedural optimization for Mac. Fixes #807
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 13 Apr 2021 08:17:46 +0200
sdrangel (6.8.0-1) unstable; urgency=medium
* New Packet Error Tester feature plugin. PR #836

Wyświetl plik

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

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
NFMMod::m_channelId,
QStringLiteral("NFM Modulator"),
QStringLiteral("6.4.0"),
QStringLiteral("6.9.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.7.1"),
QStringLiteral("6.9.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,