mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-12-15 15:33:22 -05:00
Updated version and changelogs
This commit is contained in:
parent
bff75e8d91
commit
a157b24d3e
@ -1,3 +1,11 @@
|
||||
sdrangel (5.6.0-1) unstable; urgency=medium
|
||||
|
||||
* Websocket spectrum server. Implements issue #224
|
||||
* FFTFactory: add mutex for thread safety. Implements issue #514
|
||||
* SpectrumVis: release previous FFT engine allocation from FFT factory only if allocated once. Fixes issue #515
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 10 May 2020 23:01:15 +0200
|
||||
|
||||
sdrangel (5.5.0-1) unstable; urgency=medium
|
||||
|
||||
* LimeSDR MIMO support. Implements issue #462
|
||||
|
||||
@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "5")
|
||||
set(sdrangel_VERSION_MINOR "5")
|
||||
set(sdrangel_VERSION_MINOR "6")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (5.6.0-1) unstable; urgency=medium
|
||||
|
||||
* Websocket spectrum server. Implements issue #224
|
||||
* FFTFactory: add mutex for thread safety. Implements issue #514
|
||||
* SpectrumVis: release previous FFT engine allocation from FFT factory only if allocated once. Fixes issue #515
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 10 May 2020 23:01:15 +0200
|
||||
|
||||
sdrangel (5.5.0-1) unstable; urgency=medium
|
||||
|
||||
* LimeSDR MIMO support. Implements issue #462
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user