mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated version and changelogs
This commit is contained in:
parent
fd5e219993
commit
625463a428
10
CHANGELOG
10
CHANGELOG
@ -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
|
||||
|
||||
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "14")
|
||||
set(sdrangel_VERSION_PATCH "17")
|
||||
set(sdrangel_VERSION_PATCH "18")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
|
||||
|
||||
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
|
||||
|
@ -26,7 +26,7 @@
|
||||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||
ChannelAnalyzer::m_channelId,
|
||||
QString("Channel Analyzer"),
|
||||
QString("4.14.17"),
|
||||
QString("4.14.18"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
ATVDemod::m_channelId,
|
||||
QString("ATV Demodulator"),
|
||||
QString("4.14.16"),
|
||||
QString("4.14.18"),
|
||||
QString("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user