Updated versions and changelogs. Restored Appveyor Docker build

pull/743/head v6.3.0
f4exb 2020-12-08 08:32:23 +01:00
rodzic 6a334ff303
commit 214686beca
4 zmienionych plików z 19 dodań i 5 usunięć

Wyświetl plik

@ -29,10 +29,10 @@ environment:
-DDEBUG_OUTPUT=ON \
-DENABLE_EXTERNAL_LIBRARIES=ON \
-DBUILD_SERVER=OFF"
# - TARGET: ubuntu2004docker
# APPVEYOR_BUILD_WORKER_CLOUD: nasrock
# APPVEYOR_BUILD_WORKER_IMAGE: Linux
# APPVEYOR_CONSOLE_DISABLE_PTY: true
- TARGET: ubuntu2004docker
APPVEYOR_BUILD_WORKER_CLOUD: nasrock
APPVEYOR_BUILD_WORKER_IMAGE: Linux
APPVEYOR_CONSOLE_DISABLE_PTY: true
for:
- matrix:

Wyświetl plik

@ -1,3 +1,10 @@
sdrangel (6.3.0-1) unstable; urgency=medium
* Single channel VOR demodulator plugin. Issue #729
* VOR localizer feature plugin. Issue #729
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 08 Dec 2020 07:30:36 +0100
sdrangel (6.2.0-1) unstable; urgency=medium
* New VOR demodulator plugin. PR #723

Wyświetl plik

@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "2")
set(sdrangel_VERSION_MINOR "3")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

7
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,10 @@
sdrangel (6.3.0-1) unstable; urgency=medium
* Single channel VOR demodulator plugin. Issue #729
* VOR localizer feature plugin. Issue #729
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 08 Dec 2020 07:30:36 +0100
sdrangel (6.2.0-1) unstable; urgency=medium
* New VOR demodulator plugin. PR #723