Updated version and changelogs

pull/638/head v4.15.5
f4exb 2020-09-11 13:35:09 +02:00
rodzic 9667b9c1cc
commit 9936a5e2c4
3 zmienionych plików z 25 dodań i 7 usunięć

Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.15.5-1) unstable; urgency=medium
* RigCtl plugin: support of hamlib rigctl protocol. Issue #602
* REST API: changed uint64 to int64 integer formats. Fixes #624
* Test Source: fixed worker lifecycle. Fixes issue #626
* DeviceUISet: fixed deleteChannel. Fixes issue #625
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 11 Sep 2020 11:32:50 +0200
sdrangel (4.15.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609

Wyświetl plik

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

9
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.15.5-1) unstable; urgency=medium
* RigCtl plugin: support of hamlib rigctl protocol. Issue #602
* REST API: changed uint64 to int64 integer formats. Fixes #624
* Test Source: fixed worker lifecycle. Fixes issue #626
* DeviceUISet: fixed deleteChannel. Fixes issue #625
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 11 Sep 2020 11:32:50 +0200
sdrangel (4.15.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609