1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-07 17:03:43 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-09-11 08:35:57 +02:00
parent 6999bb9db1
commit 1182791dab
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (5.10.1-1) unstable; urgency=medium
* REST API: chanded 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 06:34:57 +0200
sdrangel (5.10.0-1) unstable; urgency=medium
* Metis/HPSDR MISO plugin. Implements #344

View File

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (5.10.1-1) unstable; urgency=medium
* REST API: chanded 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 06:34:57 +0200
sdrangel (5.10.0-1) unstable; urgency=medium
* Metis/HPSDR MISO plugin. Implements #344