Updated versions and changelogs

This commit is contained in:
f4exb 2020-08-29 22:32:11 +02:00
parent b33f37952c
commit 07a901942b
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
sdrangel (4.15.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609
* DATV decoder: fixed UDP sender dropping packets. Fixes issue #579
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 29 Aug 2020 17:10:35 +0200
sdrangel (4.15.3-1) unstable; urgency=medium
* RemoteInput: option to join multicast group. Implements #611

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (4.15.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609
* DATV decoder: fixed UDP sender dropping packets. Fixes issue #579
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 29 Aug 2020 17:10:35 +0200
sdrangel (4.15.3-1) unstable; urgency=medium
* RemoteInput: option to join multicast group. Implements #611

View File

@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QString("DATV Demodulator"),
QString("4.14.14"),
QString("4.15.4"),
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QString("https://github.com/f4exb/sdrangel"),
true,