From 1831994972b5272bd8f044795f93b0c6da769643 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 14 Dec 2019 11:22:20 +0100 Subject: [PATCH] Updated version and changelogs to 4.12.2 --- CHANGELOG | 10 ++++++++++ CMakeLists.txt | 2 +- debian/changelog | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b6f126b3a..b3850b025 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +sdrangel (4.12.2-1) unstable; urgency=medium + + * Refactoring of Rx channels code with better separation of concerns + * ATV demod: complete refactoring + * Channel Analyzer: refactoring of classes and downsampling chain reorganization + * Remote Sink and Remote Output: refactoring of UDP blocks handling + * NFMDemod: fixed setSelectedCtcssIndex method + + -- Edouard Griffiths, F4EXB Fri, 14 Dec 2019 06:14:22 +0100 + sdrangel (4.12.1-1) unstable; urgency=medium * Tx plugins: further refactoring and fixes diff --git a/CMakeLists.txt b/CMakeLists.txt index 83700150b..37da6ab1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "12") -set(sdrangel_VERSION_PATCH "1") +set(sdrangel_VERSION_PATCH "2") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index b6f126b3a..b3850b025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sdrangel (4.12.2-1) unstable; urgency=medium + + * Refactoring of Rx channels code with better separation of concerns + * ATV demod: complete refactoring + * Channel Analyzer: refactoring of classes and downsampling chain reorganization + * Remote Sink and Remote Output: refactoring of UDP blocks handling + * NFMDemod: fixed setSelectedCtcssIndex method + + -- Edouard Griffiths, F4EXB Fri, 14 Dec 2019 06:14:22 +0100 + sdrangel (4.12.1-1) unstable; urgency=medium * Tx plugins: further refactoring and fixes