mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated version and changelogs
This commit is contained in:
parent
09beb9e209
commit
59a0cad7e9
10
CHANGELOG
10
CHANGELOG
@ -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
|
||||
|
||||
|
@ -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
8
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user