1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-04 23:38:42 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-01 19:40:58 +02:00
parent fd2c85789b
commit 1189bd8e6a
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (5.7.6-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 17:38:47 +0200
sdrangel (5.7.5-1) unstable; urgency=medium
* Remote input: adjust buffer size depending on sample rate. Implements #534

View File

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (5.7.6-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 17:38:47 +0200
sdrangel (5.7.5-1) unstable; urgency=medium
* Remote input: adjust buffer size depending on sample rate. Implements #534