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