Updated version and changelogs

pull/588/head v4.14.18
f4exb 2020-07-21 08:41:39 +02:00
rodzic fd5e219993
commit 625463a428
5 zmienionych plików z 23 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (4.14.18-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459
* ATV Demod: further bug fixes and performance improvements
* Set correct output directories for RelWithDebInfo build
* ChannelAnalyzer: use complex decimator for decimation by power of two value
* ChannelAnalyzer: fixed rational downsampler
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 21 Jul 2020 06:40:13 +0200
sdrangel (4.14.17-1) unstable; urgency=medium sdrangel (4.14.17-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570 * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570

Wyświetl plik

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

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (4.14.18-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459
* ATV Demod: further bug fixes and performance improvements
* Set correct output directories for RelWithDebInfo build
* ChannelAnalyzer: use complex decimator for decimation by power of two value
* ChannelAnalyzer: fixed rational downsampler
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 21 Jul 2020 06:40:13 +0200
sdrangel (4.14.17-1) unstable; urgency=medium sdrangel (4.14.17-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570 * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570

Wyświetl plik

@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = { const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId, ChannelAnalyzer::m_channelId,
QString("Channel Analyzer"), QString("Channel Analyzer"),
QString("4.14.17"), QString("4.14.18"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
{ {
ATVDemod::m_channelId, ATVDemod::m_channelId,
QString("ATV Demodulator"), QString("ATV Demodulator"),
QString("4.14.16"), QString("4.14.18"),
QString("(c) F4HKW for F4EXB / SDRAngel"), QString("(c) F4HKW for F4EXB / SDRAngel"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,