1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-03 05:01:42 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-08-25 11:00:41 +02:00
parent 31d1c7fc08
commit 5ff0170f43
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,14 @@
sdrangel (5.9.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
* Superscanner: optimization: do not move channel to same frequency
* 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 08:59:37 +0200
sdrangel (5.9.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "9")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
sdrangel (5.9.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
* Superscanner: optimization: do not move channel to same frequency
* 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 08:59:37 +0200
sdrangel (5.9.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594