Updated version and changelogs

pull/422/head v4.11.8
f4exb 2019-08-31 09:57:11 +02:00
rodzic 3cf8a2e826
commit 509edff4af
3 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,11 @@
sdrangel (4.11.8-1) unstable; urgency=medium
* HackRF: implemented transverter functionality
* FreeDV demod: fixed spectrum span and channel id
* RTL-SDR: RF bandwidth deserialization fix
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 31 Aug 2019 06:04:06 +0200
sdrangel (4.11.7-1) unstable; urgency=medium
* GLSpectrum and GLScope: fixed possible issues with mutex handling

Wyświetl plik

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "11")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_PATCH "8")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

8
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,11 @@
sdrangel (4.11.8-1) unstable; urgency=medium
* HackRF: implemented transverter functionality
* FreeDV demod: fixed spectrum span and channel id
* RTL-SDR: RF bandwidth deserialization fix
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 31 Aug 2019 06:04:06 +0200
sdrangel (4.11.7-1) unstable; urgency=medium
* GLSpectrum and GLScope: fixed possible issues with mutex handling