mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
6de27fc3d0
commit
445b7c57e2
@ -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
|
sdrangel (6.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixes for clang-cl build and LTO optimization. PR #717
|
* Fixes for clang-cl build and LTO optimization. PR #717
|
||||||
|
@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
|
|
||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "6")
|
set(sdrangel_VERSION_MAJOR "6")
|
||||||
set(sdrangel_VERSION_MINOR "1")
|
set(sdrangel_VERSION_MINOR "2")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "0")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
|
sdrangel (6.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixes for clang-cl build and LTO optimization. PR #717
|
* Fixes for clang-cl build and LTO optimization. PR #717
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
|
||||||
VORDemod::m_channelId,
|
VORDemod::m_channelId,
|
||||||
QStringLiteral("VOR Demodulator"),
|
QStringLiteral("VOR Demodulator"),
|
||||||
QStringLiteral("6.1.0"),
|
QStringLiteral("6.2.0"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
|
||||||
SSBMod::m_channelId,
|
SSBMod::m_channelId,
|
||||||
QStringLiteral("SSB Modulator"),
|
QStringLiteral("SSB Modulator"),
|
||||||
QStringLiteral("6.1.0"),
|
QStringLiteral("6.2.0"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user