1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-14 20:23:29 -05:00

Updated versions and changelogs. Fixed build server off for Appveyor Windows build

This commit is contained in:
f4exb 2020-09-28 03:01:29 +02:00
parent d515c14084
commit be9ec8b9b4
4 changed files with 31 additions and 3 deletions

View File

@ -17,7 +17,7 @@ environment:
# RelWithDebInfo
configuration: Release
# CMAKE_CUSTOM_OPTIONS: "-DENABLE_EXTERNAL_LIBRARIES=OFF"
CMAKE_CUSTOM_OPTIONS: "-DFORCE_SSE41=ON -DQT_MISSING=OFF -DDEBUG_OUTPUT=ON -DENABLE_MIRISDR=OFF -DENABLE_SERVER=OFF"
CMAKE_CUSTOM_OPTIONS: "-DFORCE_SSE41=ON -DQT_MISSING=OFF -DDEBUG_OUTPUT=ON -DENABLE_MIRISDR=OFF -DBUILD_SERVER=OFF"
CMAKE_GENERATOR: "Visual Studio 15 2017 Win64"
- TARGET: ubuntu2004prod
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004

View File

@ -1,3 +1,17 @@
sdrangel (5.12.0-1) unstable; urgency=medium
* Feature plugin framework. Implements #632
* Simple PTT feature plugin. Implements #635
* RigCtl Server feature plugin. Implements #636
* Packet modulator: new channel Tx plugin
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
* DATV demod: added standard basic settings dialog
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
* Corrected Highpass and Bandpass filters normalization. Implements #642
* Channel add action: fixed tab view being in use. Fixes #645
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 28 Sep 2020 00:59:35 +0200
sdrangel (5.11.1-1) unstable; urgency=medium
* Fixed BladeRF gain range handling. Fixes #630

View File

@ -17,8 +17,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "11")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_MINOR "12")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
sdrangel (5.12.0-1) unstable; urgency=medium
* Feature plugin framework. Implements #632
* Simple PTT feature plugin. Implements #635
* RigCtl Server feature plugin. Implements #636
* Packet modulator: new channel Tx plugin
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
* DATV demod: added standard basic settings dialog
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
* Corrected Highpass and Bandpass filters normalization. Implements #642
* Channel add action: fixed tab view being in use. Fixes #645
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 28 Sep 2020 00:59:35 +0200
sdrangel (5.11.1-1) unstable; urgency=medium
* Fixed BladeRF gain range handling. Fixes #630