Updated version and changelogs

This commit is contained in:
f4exb 2020-11-22 20:10:39 +01:00
parent 4b583cda75
commit ea59f8b35e
8 changed files with 29 additions and 7 deletions

View File

@ -1,3 +1,14 @@
sdrangel (6.1.0-1) unstable; urgency=medium
* Fixes for clang-cl build and LTO optimization. PR #717
* Cmake arch detection and compilation options rework. PR #714 and #715
* Audio output plugin. Issue #496
* Fixed Rest API UDPSinkSettings key mismapping. Issue #713
* Compile SigMF plugins only with GCC. Issue #712
* Modulators audio input rework. Issue #495 and more
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 Nov 2020 19:06:29 +0100
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609

View File

@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "0")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_MINOR "1")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
sdrangel (6.1.0-1) unstable; urgency=medium
* Fixes for clang-cl build and LTO optimization. PR #717
* Cmake arch detection and compilation options rework. PR #714 and #715
* Audio output plugin. Issue #496
* Fixed Rest API UDPSinkSettings key mismapping. Issue #713
* Compile SigMF plugins only with GCC. Issue #712
* Modulators audio input rework. Issue #495 and more
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 Nov 2020 19:06:29 +0100
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609

View File

@ -28,7 +28,7 @@
const PluginDescriptor AMModPlugin::m_pluginDescriptor = {
AMMod::m_channelId,
QStringLiteral("AM Modulator"),
QStringLiteral("4.19.0"),
QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
FreeDVMod::m_channelId,
QStringLiteral("FreeDV Modulator"),
QStringLiteral("4.19.0"),
QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
NFMMod::m_channelId,
QStringLiteral("NFM Modulator"),
QStringLiteral("6.0.0"),
QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
SSBMod::m_channelId,
QStringLiteral("SSB Modulator"),
QStringLiteral("4.19.0"),
QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
WFMMod::m_channelId,
QStringLiteral("WFM Modulator"),
QStringLiteral("4.19.0"),
QStringLiteral("6.1.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,