1
0
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:
f4exb 2020-05-11 01:53:39 +02:00
parent bff75e8d91
commit a157b24d3e
3 changed files with 17 additions and 1 deletions

View File

@ -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

View File

@ -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
View File

@ -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