Updated versions and changelogs

This commit is contained in:
f4exb 2020-11-26 07:12:01 +01:00
parent 6de27fc3d0
commit 445b7c57e2
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,12 @@
sdrangel (6.2.0-1) unstable; urgency=medium
* New VOR demodulator plugin. PR #723
* Remote plugins build fix on ARM64. Fixes #720
* SSB modulator: fixed audio compressor. Fixes #719
* Fixed narrowing error or warning when Rx sample size is 16 bits
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 Nov 2020 05:49:14 +0100
sdrangel (6.1.0-1) unstable; urgency=medium
* Fixes for clang-cl build and LTO optimization. PR #717

View File

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

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
sdrangel (6.2.0-1) unstable; urgency=medium
* New VOR demodulator plugin. PR #723
* Remote plugins build fix on ARM64. Fixes #720
* SSB modulator: fixed audio compressor. Fixes #719
* Fixed narrowing error or warning when Rx sample size is 16 bits
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 Nov 2020 05:49:14 +0100
sdrangel (6.1.0-1) unstable; urgency=medium
* Fixes for clang-cl build and LTO optimization. PR #717

View File

@ -29,7 +29,7 @@
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
VORDemod::m_channelId,
QStringLiteral("VOR Demodulator"),
QStringLiteral("6.1.0"),
QStringLiteral("6.2.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
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("6.1.0"),
QStringLiteral("6.2.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,