Updated version and changelogs

This commit is contained in:
f4exb 2020-08-03 13:22:38 +02:00
parent 9c11e022f3
commit f3fdd68fed
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (4.14.20-1) unstable; urgency=medium
* ATV Modulator: fixed 819 lines system
* Plugins with audio: fixed audio sample rate handling. Fixes #585
* GLShaderTextured: dynamic fallback to mutable storage. Implements #582
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 03 Aug 2020 11:20:10 +0200
sdrangel (4.14.19-1) unstable; urgency=medium
* DSD Demod: removed DMR Basic Privacy feature. Implements #574

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 "19")
set(sdrangel_VERSION_PATCH "20")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (4.14.20-1) unstable; urgency=medium
* ATV Modulator: fixed 819 lines system
* Plugins with audio: fixed audio sample rate handling. Fixes #585
* GLShaderTextured: dynamic fallback to mutable storage. Implements #582
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 03 Aug 2020 11:20:10 +0200
sdrangel (4.14.19-1) unstable; urgency=medium
* DSD Demod: removed DMR Basic Privacy feature. Implements #574