Updated version and changelogs

This commit is contained in:
f4exb 2020-05-16 10:42:35 +02:00
parent 76d3b3a34c
commit da06bc30cc
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (4.14.6-1) unstable; urgency=medium
* Spectrum analyzer code reorganization
* 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> Sat, 16 May 2020 06:35:17 +0200
sdrangel (4.14.5-1) unstable; urgency=medium
* DATV demod: applied some recent changes in leansdr

View File

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (4.14.6-1) unstable; urgency=medium
* Spectrum analyzer code reorganization
* 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> Sat, 16 May 2020 06:35:17 +0200
sdrangel (4.14.5-1) unstable; urgency=medium
* DATV demod: applied some recent changes in leansdr