Updated versions and changelogs

pull/891/head v6.10.3
f4exb 2021-05-01 11:13:21 +02:00
rodzic f2ca0e2a98
commit 873ec7809c
9 zmienionych plików z 27 dodań i 7 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.10.3-1) unstable; urgency=medium
* Satellite tracker plugin: Fixed memory leaks. PR #979, Fixes #877.
* More memory leak fixes in some plugins. PR #879.
* Revision of mutex locks in FIFOs. Fixes #870.
* DAB: Use UTF-8 rather than latin encoding for program names. Fixes #874.
* DAB: Use latest DAB lib API. Don't write MOT data to files. PR #880
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 May 2021 09:03:34 +0200
sdrangel (6.10.2-1) unstable; urgency=medium
* Satellite and Star tracker plugins: dark theme option for charts as default

Wyświetl plik

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

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.10.3-1) unstable; urgency=medium
* Satellite tracker plugin: Fixed memory leaks. PR #979, Fixes #877.
* More memory leak fixes in some plugins. PR #879.
* Revision of mutex locks in FIFOs. Fixes #870.
* DAB: Use UTF-8 rather than latin encoding for program names. Fixes #874.
* DAB: Use latest DAB lib API. Don't write MOT data to files. PR #880
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 May 2021 09:03:34 +0200
sdrangel (6.10.2-1) unstable; urgency=medium
* Satellite and Star tracker plugins: dark theme option for charts as default

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = {
DABDemod::m_channelId,
QStringLiteral("DAB Demodulator"),
QStringLiteral("6.10.2"),
QStringLiteral("6.10.3"),
QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = {
PacketDemod::m_channelId,
QStringLiteral("Packet Demodulator"),
QStringLiteral("6.8.0"),
QStringLiteral("6.10.3"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor IEEE_802_15_4_ModPlugin::m_pluginDescriptor = {
IEEE_802_15_4_Mod::m_channelId,
QStringLiteral("802.15.4 Modulator"),
QStringLiteral("6.8.0"),
QStringLiteral("6.10.3"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
DATVMod::m_channelId,
QStringLiteral("DATV Modulator"),
QStringLiteral("6.10.0"),
QStringLiteral("6.10.3"),
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"),
QStringLiteral("6.10.2"),
QStringLiteral("6.10.3s"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
QStringLiteral("6.10.2"),
QStringLiteral("6.10.3"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,