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:
parent
c677cd4402
commit
3293831cf3
12
CHANGELOG
12
CHANGELOG
@ -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
|
||||
|
||||
@ -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
12
debian/changelog
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user