Updated version and changelogs

This commit is contained in:
f4exb 2019-08-31 09:57:11 +02:00
parent 3cf8a2e826
commit 509edff4af
3 changed files with 17 additions and 1 deletions

View File

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

View File

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

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