diff --git a/CHANGELOG b/CHANGELOG index b12fb7a59..de7c3b12d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 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 diff --git a/CMakeLists.txt b/CMakeLists.txt index a4fd1e999..a6b30c0e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 5601065c3..edba964ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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