1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-12-01 04:13:36 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-08-29 16:44:33 +02:00
parent 87ac319ead
commit 4254d1fa5d
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (5.9.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609
* DATV decoder: fixed UDP sender dropping packets. Fixes issue #579
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 29 Aug 2020 14:43:42 +0200
sdrangel (5.9.3-1) unstable; urgency=medium
* RemoteInput: option to join multicast group. Implements #611

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (5.9.4-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Fixes #609
* DATV decoder: fixed UDP sender dropping packets. Fixes issue #579
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 29 Aug 2020 14:43:42 +0200
sdrangel (5.9.3-1) unstable; urgency=medium
* RemoteInput: option to join multicast group. Implements #611