mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
b33f37952c
commit
07a901942b
@ -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
|
||||
|
@ -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
7
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user