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

pull/648/head v4.18.0
f4exb 2020-09-29 08:42:11 +02:00
rodzic 192960d881
commit 645cf2413c
6 zmienionych plików z 23 dodań i 5 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.18.0-1) unstable; urgency=medium
* New feature plugins framework. Implements #632
* Simple PTT feature plugin. Implements #635
* Migration of RigCtl plugin to feature plugins. Implements #636
* Faster SR for test source and file output. PR #647
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 29 Sep 2020 06:40:35 +0200
sdrangel (4.17.0-1) unstable; urgency=medium
* Packet modulator: new channel Tx plugin

Wyświetl plik

@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "17")
set(sdrangel_VERSION_MINOR "18")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

9
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (4.18.0-1) unstable; urgency=medium
* New feature plugins framework. Implements #632
* Simple PTT feature plugin. Implements #635
* Migration of RigCtl plugin to feature plugins. Implements #636
* Faster SR for test source and file output. PR #647
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 29 Sep 2020 06:40:35 +0200
sdrangel (4.17.0-1) unstable; urgency=medium
* Packet modulator: new channel Tx plugin

Wyświetl plik

@ -30,8 +30,8 @@
const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = {
RigCtlServer::m_featureId,
QString("RigCtl Server"),
QString("5.12.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("4.18.0"),
QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,
QString("https://github.com/f4exb/sdrangel")

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QString("Simple PTT"),
QString("5.12.0"),
QString("4.18.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,