mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
9024d3f6fa
commit
ffd0971020
12
CHANGELOG
12
CHANGELOG
@ -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
|
||||
|
@ -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
12
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user