mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
UPdated version and changelogs
This commit is contained in:
parent
88e9428d1c
commit
acd0892536
10
CHANGELOG
10
CHANGELOG
@ -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
|
sdrangel (4.12.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Refactoring of Tx part with new FIFO and code reorganization
|
* Refactoring of Tx part with new FIFO and code reorganization
|
||||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "4")
|
set(sdrangel_VERSION_MAJOR "4")
|
||||||
set(sdrangel_VERSION_MINOR "12")
|
set(sdrangel_VERSION_MINOR "12")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
|
sdrangel (4.12.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Refactoring of Tx part with new FIFO and code reorganization
|
* Refactoring of Tx part with new FIFO and code reorganization
|
||||||
|
Loading…
Reference in New Issue
Block a user