Updated version and changelogs

pull/530/head v4.14.7
f4exb 2020-05-20 14:14:49 +02:00
rodzic 0c38888be1
commit 86bc8be8d0
3 zmienionych plików z 19 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.14.7-1) unstable; urgency=medium
* PlutoSDR: fixed handling of open device status. Fixes issue #510
* Prevent use of not existent devices. Fixes issue #510 partially
* Main GUI app: moved app creation after setting attributes. Fixes #522
* AudioDeviceManager: make sure a negative or null sample rate is never returned
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 May 2020 11:35:17 +0200
sdrangel (4.14.6-1) unstable; urgency=medium
* Spectrum analyzer code reorganization

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

9
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.14.7-1) unstable; urgency=medium
* PlutoSDR: fixed handling of open device status. Fixes issue #510
* Prevent use of not existent devices. Fixes issue #510 partially
* Main GUI app: moved app creation after setting attributes. Fixes #522
* AudioDeviceManager: make sure a negative or null sample rate is never returned
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 May 2020 11:35:17 +0200
sdrangel (4.14.6-1) unstable; urgency=medium
* Spectrum analyzer code reorganization