1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-28 08:25:45 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-13 22:48:31 +02:00
parent c677cd4402
commit 3293831cf3
3 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,15 @@
sdrangel (5.7.11-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
* Channel Analyzer: improved baseband thread management
* AM demod: improved baseband thread management
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
* Device API: fixes in MIMO case. Fixes #567
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
* RemoteInput: do not stop UDP handler when stop. Fixes #563
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 20:45:16 +0200
sdrangel (5.7.10-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560

View File

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

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
sdrangel (5.7.11-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
* Channel Analyzer: improved baseband thread management
* AM demod: improved baseband thread management
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
* Device API: fixes in MIMO case. Fixes #567
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
* RemoteInput: do not stop UDP handler when stop. Fixes #563
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 20:45:16 +0200
sdrangel (5.7.10-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560