mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated version and changelogs
This commit is contained in:
parent
afc17ca12b
commit
76711c1d03
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
||||
sdrangel (4.13.1-1) unstable; urgency=medium
|
||||
|
||||
* LimeRFE USB support: fixed attenuator and AM/FM notch settings
|
||||
* FileSource: fixed various issues with settings with GUI and REST API. Fixes issue #481
|
||||
* FFT: added Kaiser window with alpha factor at pi
|
||||
* Removed librtlsdr in the list of dependencies in Debian install
|
||||
* SoapySDR: fixed FindSoapySDR.cmake
|
||||
* SoapySDR: Fix case-sensitive package check
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 26 Feb 2020 22:14:22 +0100
|
||||
|
||||
sdrangel (4.13.0-1) unstable; urgency=medium
|
||||
|
||||
* LimeRFE USB support
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "13")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
sdrangel (4.13.1-1) unstable; urgency=medium
|
||||
|
||||
* LimeRFE USB support: fixed attenuator and AM/FM notch settings
|
||||
* FileSource: fixed various issues with settings with GUI and REST API. Fixes issue #481
|
||||
* FFT: added Kaiser window with alpha factor at pi
|
||||
* Removed librtlsdr in the list of dependencies in Debian install
|
||||
* SoapySDR: fixed FindSoapySDR.cmake
|
||||
* SoapySDR: Fix case-sensitive package check
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 26 Feb 2020 22:14:22 +0100
|
||||
|
||||
sdrangel (4.13.0-1) unstable; urgency=medium
|
||||
|
||||
* LimeRFE USB support
|
||||
|
Loading…
Reference in New Issue
Block a user