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
6172f5a33f
commit
9cff60f143
14
CHANGELOG
14
CHANGELOG
@ -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.
|
||||
|
@ -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
14
debian/changelog
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user