mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Updated versions and changelogs
This commit is contained in:
parent
6f97826d6f
commit
77f825d980
11
CHANGELOG
11
CHANGELOG
@ -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
|
sdrangel (7.6.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* M17: fixed build for Windows so now available in Windows. PR #1404
|
* M17: fixed build for Windows so now available in Windows. PR #1404
|
||||||
|
@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
|
|
||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "7")
|
set(sdrangel_VERSION_MAJOR "7")
|
||||||
set(sdrangel_VERSION_MINOR "6")
|
set(sdrangel_VERSION_MINOR "7")
|
||||||
set(sdrangel_VERSION_PATCH "4")
|
set(sdrangel_VERSION_PATCH "0")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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
|
sdrangel (7.6.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* M17: fixed build for Windows so now available in Windows. PR #1404
|
* M17: fixed build for Windows so now available in Windows. PR #1404
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
|
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
|
||||||
APRS::m_featureId,
|
APRS::m_featureId,
|
||||||
QStringLiteral("APRS"),
|
QStringLiteral("APRS"),
|
||||||
QStringLiteral("7.0.0"),
|
QStringLiteral("7.7.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,
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("LimeSDR"),
|
QStringLiteral("LimeSDR"),
|
||||||
QStringLiteral("LimeSDR Output"),
|
QStringLiteral("LimeSDR Output"),
|
||||||
QStringLiteral("7.6.3"),
|
QStringLiteral("7.7.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,
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("LimeSDR"),
|
QStringLiteral("LimeSDR"),
|
||||||
QStringLiteral("LimeSDR Input"),
|
QStringLiteral("LimeSDR Input"),
|
||||||
QStringLiteral("7.6.3"),
|
QStringLiteral("7.7.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