mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-06 22:30:23 -05:00
Updated version and changelogs
This commit is contained in:
parent
31d1c7fc08
commit
5ff0170f43
11
CHANGELOG
11
CHANGELOG
@ -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
|
sdrangel (5.9.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
||||||
|
|||||||
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "5")
|
set(sdrangel_VERSION_MAJOR "5")
|
||||||
set(sdrangel_VERSION_MINOR "9")
|
set(sdrangel_VERSION_MINOR "9")
|
||||||
set(sdrangel_VERSION_PATCH "1")
|
set(sdrangel_VERSION_PATCH "2")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
|||||||
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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
|
sdrangel (5.9.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user