From 9936a5e2c44ac7ba0105358012ca36547c18df09 Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 11 Sep 2020 13:35:09 +0200 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 15 ++++++++++++--- CMakeLists.txt | 2 +- debian/changelog | 15 ++++++++++++--- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9f66fe0f5..c6350f84c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,15 +1,24 @@ +sdrangel (4.15.5-1) unstable; urgency=medium + + * RigCtl plugin: support of hamlib rigctl protocol. Issue #602 + * REST API: changed uint64 to int64 integer formats. Fixes #624 + * Test Source: fixed worker lifecycle. Fixes issue #626 + * DeviceUISet: fixed deleteChannel. Fixes issue #625 + + -- Edouard Griffiths, F4EXB Fri, 11 Sep 2020 11:32:50 +0200 + 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 * FileSource: file record length in microsedoncs. Implements #614 - * FileInput: file record length in microsedoncs. Implements #614 + * FileInput: file record length in microsedoncs. Implements #614 -- Edouard Griffiths, F4EXB Thu, 27 Aug 2020 07:56:13 +0200 @@ -18,7 +27,7 @@ sdrangel (4.15.2-1) unstable; urgency=medium * UDP Source: added ability to join multicast group. Implements #610 * Fixed SDRIQ file recorder adding header multiple times * RollupWidget: fixed collapse section header not showing up. Fixes #608 - * NFM demod: correct discri setFMScaling when applying audio sample rate + * NFM demod: correct discri setFMScaling when applying audio sample rate * GLScope and GLSpectrum: removed useless calls to cleanup() in destructor -- Edouard Griffiths, F4EXB Tue, 25 Aug 2020 19:02:34 +0200 diff --git a/CMakeLists.txt b/CMakeLists.txt index c6dde2565..0e1851db8 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 "4") +set(sdrangel_VERSION_PATCH "5") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 2104c7258..94a80d209 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,24 @@ +sdrangel (4.15.5-1) unstable; urgency=medium + + * RigCtl plugin: support of hamlib rigctl protocol. Issue #602 + * REST API: changed uint64 to int64 integer formats. Fixes #624 + * Test Source: fixed worker lifecycle. Fixes issue #626 + * DeviceUISet: fixed deleteChannel. Fixes issue #625 + + -- Edouard Griffiths, F4EXB Fri, 11 Sep 2020 11:32:50 +0200 + 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 * FileSource: file record length in microsedoncs. Implements #614 - * FileInput: file record length in microsedoncs. Implements #614 + * FileInput: file record length in microsedoncs. Implements #614 -- Edouard Griffiths, F4EXB Thu, 27 Aug 2020 07:56:13 +0200 @@ -18,7 +27,7 @@ sdrangel (4.15.2-1) unstable; urgency=medium * UDP Source: added ability to join multicast group. Implements #610 * Fixed SDRIQ file recorder adding header multiple times * RollupWidget: fixed collapse section header not showing up. Fixes #608 - * NFM demod: correct discri setFMScaling when applying audio sample rate + * NFM demod: correct discri setFMScaling when applying audio sample rate * GLScope and GLSpectrum: removed useless calls to cleanup() in destructor -- Edouard Griffiths, F4EXB Tue, 25 Aug 2020 19:02:34 +0200