Updated version and changelogs

This commit is contained in:
f4exb 2020-07-06 19:34:21 +02:00
parent 09beb9e209
commit 59a0cad7e9
3 changed files with 18 additions and 2 deletions

View File

@ -1,10 +1,18 @@
sdrangel (4.14.15-1) unstable; urgency=medium
* GLScope: marker feature. Implements #497
* GLSpectrum: marker feature. Implements #557
* ScopeVis: fixed moving of iterator past the end. Fixes issue #556
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 06 Jul 2020 17:33:24 +0200
sdrangel (4.14.14-1) unstable; urgency=medium
* Add 10 MHz digit to wideband channel plugins. Implements #531
* Initialize m_audioSampleRate in constructors where missing. Fixes #554
* ATVdemod: AM and horizontal sync fixes. Implements #459
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jul 2020 18:02:33 +0200
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jul 2020 18:02:33 +0200
sdrangel (4.14.13-1) unstable; urgency=medium

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (4.14.15-1) unstable; urgency=medium
* GLScope: marker feature. Implements #497
* GLSpectrum: marker feature. Implements #557
* ScopeVis: fixed moving of iterator past the end. Fixes issue #556
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 06 Jul 2020 17:33:24 +0200
sdrangel (4.14.14-1) unstable; urgency=medium
* Add 10 MHz digit to wideband channel plugins. Implements #531