Updated version and changelogs

pull/638/head v4.15.5
f4exb 2020-09-11 13:35:09 +02:00
rodzic 9667b9c1cc
commit 9936a5e2c4
3 zmienionych plików z 25 dodań i 7 usunięć

Wyświetl plik

@ -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 <f4exb06@gmail.com> 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 <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
* 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 <f4exb06@gmail.com> 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 <f4exb06@gmail.com> Tue, 25 Aug 2020 19:02:34 +0200

Wyświetl plik

@ -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

15
debian/changelog vendored
Wyświetl plik

@ -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 <f4exb06@gmail.com> 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 <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
* 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 <f4exb06@gmail.com> 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 <f4exb06@gmail.com> Tue, 25 Aug 2020 19:02:34 +0200