mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Updated version and changelogs
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Vendored
+8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user