Updated version and changelogs

pull/588/head v4.14.20
f4exb 2020-08-03 13:22:38 +02:00
rodzic 9c11e022f3
commit f3fdd68fed
3 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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
Wyświetl plik

@ -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