UPdated version and changelogs

This commit is contained in:
f4exb 2019-11-21 01:11:09 +01:00
parent 88e9428d1c
commit acd0892536
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,13 @@
sdrangel (4.12.1-1) unstable; urgency=medium
* Tx plugins: further refactoring and fixes
* Scope: added DOA projections and updated ChannelAnalzyer
* Upgraded codec2 library to v0.9.2
* NFM demod: fixed audio FIFO fill
* Various changes to base classes for MIMO
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 19 Nov 2019 22:14:22 +0100
sdrangel (4.12.0-1) unstable; urgency=medium
* Refactoring of Tx part with new FIFO and code reorganization

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 "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (4.12.1-1) unstable; urgency=medium
* Tx plugins: further refactoring and fixes
* Scope: added DOA projections and updated ChannelAnalzyer
* Upgraded codec2 library to v0.9.2
* NFM demod: fixed audio FIFO fill
* Various changes to base classes for MIMO
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 19 Nov 2019 22:14:22 +0100
sdrangel (4.12.0-1) unstable; urgency=medium
* Refactoring of Tx part with new FIFO and code reorganization