Updated version and changelogs

This commit is contained in:
f4exb 2020-04-20 08:50:14 +02:00
parent 6172f5a33f
commit 9cff60f143
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,17 @@
sdrangel (4.14.4-1) unstable; urgency=medium
* XTRX: REST API: fixed wrong setting object
* XTRX: fixed sample rate setting
* XTRX: reduce block size to 4096 bytes
* LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506
* LimeSDR: GUI: flip SR and Hw/Sw decimation or interpolation displays
* AM demod: fixed initialization of squelch counter. Fixes issue #502
* Make OpenCV optional in main cmake file. Fixes #503
* Fixed some warnings from Mac ports compilation
* Compile with c++11 comaptible version of CM256cc
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 Apr 2020 05:35:17 +0200
sdrangel (4.14.3-1) unstable; urgency=medium
* Sample sources GUI file record: right click to choose file. Implements #483.

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
sdrangel (4.14.4-1) unstable; urgency=medium
* XTRX: REST API: fixed wrong setting object
* XTRX: fixed sample rate setting
* XTRX: reduce block size to 4096 bytes
* LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506
* LimeSDR: GUI: flip SR and Hw/Sw decimation or interpolation displays
* AM demod: fixed initialization of squelch counter. Fixes issue #502
* Make OpenCV optional in main cmake file. Fixes #503
* Fixed some warnings from Mac ports compilation
* Compile with c++11 comaptible version of CM256cc
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 Apr 2020 05:35:17 +0200
sdrangel (4.14.3-1) unstable; urgency=medium
* Sample sources GUI file record: right click to choose file. Implements #483.