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:
parent
6999bb9db1
commit
1182791dab
@ -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
|
||||
|
||||
@ -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
8
debian/changelog
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user