Updated version and changelogs

pull/1013/head
f4exb 2021-10-07 21:32:19 +02:00
rodzic 8ef8e5cc33
commit acfed7ab5b
4 zmienionych plików z 22 dodań i 2 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ for:
- matrix:
only:
- TARGET: ubuntu2004prod
clone_folder: /home/appveyor/projects
clone_folder: /home/appveyor/projects/sdrangel
cache:
- $HOME/external/
install:

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.16.7-1) unstable; urgency=medium
* Antenna Tools update. PR #1005
* GS232 Controller Updates fixing data pipe. Fixes #1006. PR #1007
* ValueDialZ: more fixes. Complements #1004. PR #1008
* Only copy file if different to avoid unnecessary rebuilds. PR #1009
* Use on premises BYOC for Ubuntu image build
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51s +0200
sdrangel (6.16.6-1) unstable; urgency=medium
* DeviceSet: Fixed pointer initialization. Fixes #1000

Wyświetl plik

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "16")
set(sdrangel_VERSION_PATCH "6")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.16.7-1) unstable; urgency=medium
* Antenna Tools update. PR #1005
* GS232 Controller Updates fixing data pipe. Fixes #1006. PR #1007
* ValueDialZ: more fixes. Complements #1004. PR #1008
* Only copy file if different to avoid unnecessary rebuilds. PR #1009
* Use on premises BYOC for Ubuntu image build
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 07 Oct 2021 19:29:51s +0200
sdrangel (6.16.6-1) unstable; urgency=medium
* DeviceSet: Fixed pointer initialization. Fixes #1000