Updated version and changelogs

pull/620/head v4.15.2
f4exb 2020-08-25 21:05:54 +02:00
rodzic e830f017d3
commit fdafc95b0c
5 zmienionych plików z 23 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel ((4.15.2-1) unstable; urgency=medium
* UDP Source: added ability to join multicast group. Implements #610
* Fixed SDRIQ file recorder adding header multiple times
* RollupWidget: fixed collapse section header not showing up. Fixes #608
* NFM demod: correct discri setFMScaling when applying audio sample rate
* GLScope and GLSpectrum: removed useless calls to cleanup() in destructor
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 25 Aug 2020 19:02:34 +0200
sdrangel (4.15.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594

Wyświetl plik

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "15")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (4.15.2-1) unstable; urgency=medium
* UDP Source: added ability to join multicast group. Implements #610
* Fixed SDRIQ file recorder adding header multiple times
* RollupWidget: fixed collapse section header not showing up. Fixes #608
* NFM demod: correct discri setFMScaling when applying audio sample rate
* GLScope and GLSpectrum: removed useless calls to cleanup() in destructor
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 25 Aug 2020 19:02:34 +0200
sdrangel (4.15.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594

Wyświetl plik

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

Wyświetl plik

@ -31,7 +31,7 @@
const PluginDescriptor UDPSourcePlugin::m_pluginDescriptor = {
UDPSource::m_channelId,
QString("UDP Channel Source"),
QString("4.14.14"),
QString("4.15.2"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,