1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-12 01:00:28 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-08-21 08:52:19 +02:00
parent b8707d750f
commit b6fccfc942
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,13 @@
sdrangel (5.9.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594
* ATV Demodulator: implement double bufferin
* ATV Modulator: fix crash when m_pointsPerHBar = 0
* PlutoSDR input: fixed upgrade to FW 0.32. Fixes #604
* ValueDial(Z): add virtual keyboard support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 21 Aug 2020 06:49:33 +0200
sdrangel (5.9.0-1) unstable; urgency=medium
* Added FileSink channel plugin. Implements #543.

View File

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

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (5.9.1-1) unstable; urgency=medium
* ATV Demod: implementation of arbitrary sample rate. Implements #594
* ATV Demodulator: implement double bufferin
* ATV Modulator: fix crash when m_pointsPerHBar = 0
* PlutoSDR input: fixed upgrade to FW 0.32. Fixes #604
* ValueDial(Z): add virtual keyboard support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 21 Aug 2020 06:49:33 +0200
sdrangel (5.9.0-1) unstable; urgency=medium
* Added FileSink channel plugin. Implements #543.