mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated versions and changelogs
This commit is contained in:
parent
fec07c0b08
commit
556ddaaff6
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
sdrangel (4.21.2-1) unstable; urgency=medium
|
||||
|
||||
* Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683
|
||||
* Package builds: migrate to Ninja. PR #683
|
||||
* Define _USE_MATH_DEFINES and clean M_PI redefinitions. PR #682
|
||||
* NFM Demod: Refactored audio scaling. PR #682 + fix
|
||||
* NFM Demod: Fix CTCSS check logic: PR #682
|
||||
* NFM: review frequency deviation
|
||||
* KiwiSDR: fixed issue in local network. Fixes #435
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 06 Nov 2020 05:21:24 +0100
|
||||
|
||||
sdrangel (4.21.1-1) unstable; urgency=medium
|
||||
|
||||
* ADS-B demod: optimization of sync word correlation. Implements #675
|
||||
|
@ -14,7 +14,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "21")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
sdrangel (4.21.2-1) unstable; urgency=medium
|
||||
|
||||
* Windows package: upgrade to VS 2019 and Qt 5.15.1. PR #683
|
||||
* Package builds: migrate to Ninja. PR #683
|
||||
* Define _USE_MATH_DEFINES and clean M_PI redefinitions. PR #682
|
||||
* NFM Demod: Refactored audio scaling. PR #682 + fix
|
||||
* NFM Demod: Fix CTCSS check logic: PR #682
|
||||
* NFM: review frequency deviation
|
||||
* KiwiSDR: fixed issue in local network. Fixes #435
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 06 Nov 2020 05:21:24 +0100
|
||||
|
||||
sdrangel (4.21.1-1) unstable; urgency=medium
|
||||
|
||||
* ADS-B demod: optimization of sync word correlation. Implements #675
|
||||
|
@ -12,7 +12,7 @@
|
||||
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
|
||||
NFMDemod::m_channelId,
|
||||
QString("NFM Demodulator"),
|
||||
QString("4.21.1"),
|
||||
QString("4.21.2"),
|
||||
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.1"),
|
||||
QString("4.21.2"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor KiwiSDRPlugin::m_pluginDescriptor = {
|
||||
QString("KiwiSDR"),
|
||||
QString("KiwiSDR input"),
|
||||
QString("4.19.0"),
|
||||
QString("4.21.2"),
|
||||
QString("(c) Vort (c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user