Updated versions and changelogs

pull/1257/head^2 v7.2.1
f4exb 2022-05-26 05:13:46 +02:00
rodzic 2035e6ea62
commit 22e11f8cb4
4 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
sdrangel (7.2.1-1) unstable; urgency=medium
* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 May 2022 03:12:00 +0200
sdrangel (7.2.0-1) unstable; urgency=medium
* Support hardware AMBE decoding wih a new feature plugin. Implements #1254

Wyświetl plik

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

6
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,9 @@
sdrangel (7.2.1-1) unstable; urgency=medium
* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 May 2022 03:12:00 +0200
sdrangel (7.2.0-1) unstable; urgency=medium
* Support hardware AMBE decoding wih a new feature plugin. Implements #1254

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor AMBEPlugin::m_pluginDescriptor = {
AMBE::m_featureId,
QStringLiteral("AMBE Controller"),
QStringLiteral("7.2.0"),
QStringLiteral("7.2.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,