mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated version and changelogs
This commit is contained in:
parent
a08e18b505
commit
b64f539f8c
@ -1,3 +1,10 @@
|
||||
sdrangel (6.3.2-1) unstable; urgency=medium
|
||||
|
||||
* Fixed MSVC compilation of message pipes.
|
||||
* TVScreen: removed cleanup() call in destructor. May fix #728.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 12 Dec 2020 20:19:52 +0100
|
||||
|
||||
sdrangel (6.3.1-1) unstable; urgency=medium
|
||||
|
||||
* Implemented garbage collector for message pipes. Applies to VORLocalizer.
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "3")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
sdrangel (6.3.2-1) unstable; urgency=medium
|
||||
|
||||
* Fixed MSVC compilation of message pipes.
|
||||
* TVScreen: removed cleanup() call in destructor. May fix #728.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 12 Dec 2020 20:19:52 +0100
|
||||
|
||||
sdrangel (6.3.1-1) unstable; urgency=medium
|
||||
|
||||
* Implemented garbage collector for message pipes. Applies to VORLocalizer.
|
||||
|
Loading…
Reference in New Issue
Block a user