mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-12 09:10:34 -05:00
Updated version and changelogs
This commit is contained in:
parent
b8707d750f
commit
b6fccfc942
10
CHANGELOG
10
CHANGELOG
@ -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.
|
||||
|
||||
@ -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
10
debian/changelog
vendored
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user