mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-23 12:48:49 -04:00
Updated version and changelogs to 4.12.2
This commit is contained in:
parent
fe20a78f95
commit
1831994972
10
CHANGELOG
10
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 <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
|
||||
|
@ -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
10
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user