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-21 06:46:55 +02:00
parent ba27906dfa
commit ca9564e0f8
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,13 @@
sdrangel (5.8.2-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459
* ATV Demod: further bug fixes and performance improvements
* Set correct output directories for RelWithDebInfo build
* ChannelAnalyzer: use complex decimator for decimation by power of two value
* ChannelAnalyzer: fixed rational downsampler
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 21 Jul 2020 04:43:43 +0200
sdrangel (5.8.1-1) unstable; urgency=medium
* SigMF file recorder: optimized decimation.

View File

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

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (5.8.2-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459
* ATV Demod: further bug fixes and performance improvements
* Set correct output directories for RelWithDebInfo build
* ChannelAnalyzer: use complex decimator for decimation by power of two value
* ChannelAnalyzer: fixed rational downsampler
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 21 Jul 2020 04:43:43 +0200
sdrangel (5.8.1-1) unstable; urgency=medium
* SigMF file recorder: optimized decimation.