diff --git a/CHANGELOG b/CHANGELOG index 49519af86..9f66fe0f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Sat, 29 Aug 2020 17:10:35 +0200 + sdrangel (4.15.3-1) unstable; urgency=medium * RemoteInput: option to join multicast group. Implements #611 diff --git a/CMakeLists.txt b/CMakeLists.txt index a332c65d9..bf51116af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index f458561b6..2104c7258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 29 Aug 2020 17:10:35 +0200 + sdrangel (4.15.3-1) unstable; urgency=medium * RemoteInput: option to join multicast group. Implements #611 diff --git a/plugins/channelrx/demoddatv/datvdemodplugin.cpp b/plugins/channelrx/demoddatv/datvdemodplugin.cpp index 00bf8ce29..d900194b9 100644 --- a/plugins/channelrx/demoddatv/datvdemodplugin.cpp +++ b/plugins/channelrx/demoddatv/datvdemodplugin.cpp @@ -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,