Updated versions and changelogs

pull/1420/head v7.7.0
f4exb 2022-09-18 10:51:03 +02:00
rodzic 6f97826d6f
commit 77f825d980
6 zmienionych plików z 27 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,14 @@
sdrangel (7.7.0-1) unstable; urgency=medium
* Remote control feature plugin. PR #1414
* Stop status timer, so updateTimer isn't called on deleted objects. PR #1408
* APRS feature: Detect Packet Demods in MIMO device sets. Fixes #1409. PR #1410
* Fixed some cmake warnings. PR #1411 #1412
* Replace deprecated QMutex(Recursive) in Qt 5.14 with QRecursiveMutex. PR #1413
* Upgrade Ubuntu package to 22.04 and therefore Qt 5.15. Issue #1416
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Sep 2022 08:48:24 +0200
sdrangel (7.6.4-1) unstable; urgency=medium
* M17: fixed build for Windows so now available in Windows. PR #1404

Wyświetl plik

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

11
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,14 @@
sdrangel (7.7.0-1) unstable; urgency=medium
* Remote control feature plugin. PR #1414
* Stop status timer, so updateTimer isn't called on deleted objects. PR #1408
* APRS feature: Detect Packet Demods in MIMO device sets. Fixes #1409. PR #1410
* Fixed some cmake warnings. PR #1411 #1412
* Replace deprecated QMutex(Recursive) in Qt 5.14 with QRecursiveMutex. PR #1413
* Upgrade Ubuntu package to 22.04 and therefore Qt 5.15. Issue #1416
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Sep 2022 08:48:24 +0200
sdrangel (7.6.4-1) unstable; urgency=medium
* M17: fixed build for Windows so now available in Windows. PR #1404

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
APRS::m_featureId,
QStringLiteral("APRS"),
QStringLiteral("7.0.0"),
QStringLiteral("7.7.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -35,7 +35,7 @@
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Output"),
QStringLiteral("7.6.3"),
QStringLiteral("7.7.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -35,7 +35,7 @@
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Input"),
QStringLiteral("7.6.3"),
QStringLiteral("7.7.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,