mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated versions and changelogs
This commit is contained in:
parent
f2ca0e2a98
commit
873ec7809c
10
CHANGELOG
10
CHANGELOG
@ -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
|
||||
|
@ -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
10
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user