Updated version and changelogs

This commit is contained in:
f4exb 2020-07-14 00:15:26 +02:00
parent f2b2fa1425
commit e60e4da02c
5 changed files with 28 additions and 4 deletions

View File

@ -1,4 +1,16 @@
sdrangel (5.7.10-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: improved baseband thread management
* AM demod: improved baseband thread management
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
* Device API: fixes in MIMO case. Fixes #567
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
* RemoteInput: do not stop UDP handler when stop. Fixes #563
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 22:12:45 +0200
sdrangel (4.14.16-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560
* GLSpectrum: synchronize spectrum with the GUI spectrum freeze button. Fixes issue #561

View File

@ -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 "16")
set(sdrangel_VERSION_PATCH "17")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
sdrangel (4.14.17-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
* Channel Analyzer: improved baseband thread management
* AM demod: improved baseband thread management
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
* Device API: fixes in MIMO case. Fixes #567
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
* RemoteInput: do not stop UDP handler when stop. Fixes #563
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 22:12:45 +0200
sdrangel (5.7.10-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560

View File

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

View File

@ -11,7 +11,7 @@
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
AMDemod::m_channelId,
QString("AM Demodulator"),
QString("4.14.14"),
QString("4.14.17"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,