Updated version and changelogs to 4.12.2

This commit is contained in:
f4exb 2019-12-14 11:22:20 +01:00
parent fe20a78f95
commit 1831994972
3 changed files with 21 additions and 1 deletions

View File

@ -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 <f4exb06@gmail.com> Fri, 14 Dec 2019 06:14:22 +0100
sdrangel (4.12.1-1) unstable; urgency=medium
* Tx plugins: further refactoring and fixes

View File

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

10
debian/changelog vendored
View File

@ -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 <f4exb06@gmail.com> Fri, 14 Dec 2019 06:14:22 +0100
sdrangel (4.12.1-1) unstable; urgency=medium
* Tx plugins: further refactoring and fixes