Updated versions and changelogs

pull/699/head v4.21.3
f4exb 2020-11-09 14:10:17 +01:00
rodzic 9024d3f6fa
commit ffd0971020
6 zmienionych plików z 28 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (4.21.3-1) unstable; urgency=medium
* Package SoapySDR modules for Windows. PR #687
* CI: Add docker build. PR #673
* Add an option to hide console on Windows. PR #694
* ADS-B Demodulator updates. PR #688
* ADS-B Sync correlation threshold rework. Issue #696
* NFMDemod: rewirk filters. PR #690
* NFM: full control of RF, AF filters and FM deviation, Issue #691
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 09 Nov 2020 13:07:51 +0100
sdrangel (4.21.2-1) unstable; urgency=medium
* Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683

Wyświetl plik

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "21")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

12
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (4.21.3-1) unstable; urgency=medium
* Package SoapySDR modules for Windows. PR #687
* CI: Add docker build. PR #673
* Add an option to hide console on Windows. PR #694
* ADS-B Demodulator updates. PR #688
* ADS-B Sync correlation threshold rework. Issue #696
* NFMDemod: rewirk filters. PR #690
* NFM: full control of RF, AF filters and FM deviation, Issue #691
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 09 Nov 2020 13:07:51 +0100
sdrangel (4.21.2-1) unstable; urgency=medium
* Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683

Wyświetl plik

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

Wyświetl plik

@ -12,7 +12,7 @@
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
NFMDemod::m_channelId,
QString("NFM Demodulator"),
QString("4.21.2"),
QString("4.21.3"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
NFMMod::m_channelId,
QString("NFM Modulator"),
QString("4.21.2"),
QString("4.21.3"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,