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
409d2ddf9a
commit
ffa604cecf
@ -1,3 +1,11 @@
|
||||
sdrangel (4.14.2-1) unstable; urgency=medium
|
||||
|
||||
* Removed cm256cc dependency and therefore remote plugins for Mac OS. Fixes #492
|
||||
* REST API: removed useless SWGDevicesetApi files. Fixes #491
|
||||
* BFM demod: added initialization of message to GUI address. Fixes #488
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 28 Mar 2020 19:05:22 +0100
|
||||
|
||||
sdrangel (4.14.1-1) unstable; urgency=medium
|
||||
|
||||
* FFT factory with option to use fftwf wisdom file. Impements issue #482.
|
||||
|
@ -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 "1")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (4.14.2-1) unstable; urgency=medium
|
||||
|
||||
* Removed cm256cc dependency and therefore remote plugins for Mac OS. Fixes #492
|
||||
* REST API: removed useless SWGDevicesetApi files. Fixes #491
|
||||
* BFM demod: added initialization of message to GUI address. Fixes #488
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 28 Mar 2020 19:05:22 +0100
|
||||
|
||||
sdrangel (4.14.1-1) unstable; urgency=medium
|
||||
|
||||
* FFT factory with option to use fftwf wisdom file. Impements issue #482.
|
||||
|
Loading…
Reference in New Issue
Block a user