Updated versions and changelogs

pull/1374/head v7.6.1
f4exb 2022-08-03 18:52:33 +02:00
rodzic 77a883b0aa
commit 84daf16a4b
12 zmienionych plików z 34 dodań i 10 usunięć

Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (7.6.1-1) unstable; urgency=medium
* Fix map feature 5.15.4 check. PR #1370
* M17 library some qcode rework
* DATV demod: allocate DATVDemodSink dynamically
* New threading model for some plugins
* DSD demod GUI: fixes for non existent AMBE feature. Fixes #1334
* Corrected order of deletion of feature vs feature GUI. Fixes #1332
* Some OpenGL fixes. Issues #1351 #1359. PR #1361
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +02004
sdrangel (7.6.0-1) unstable; urgency=medium
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350

Wyświetl plik

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

12
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,15 @@
sdrangel (7.6.1-1) unstable; urgency=medium
* Fix map feature 5.15.4 check. PR #1370
* M17 library some code rework
* DATV demod: allocate DATVDemodSink dynamically
* New threading model for some plugins
* DSD demod GUI: fixes for non existent AMBE feature. Fixes #1334
* Corrected order of deletion of feature vs feature GUI. Fixes #1332
* Some OpenGL fixes. Issues #1351 #1359. PR #1361
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +02004
sdrangel (7.6.0-1) unstable; urgency=medium
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QStringLiteral("DSD Demodulator"),
QStringLiteral("7.2.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
M17Demod::m_channelId,
QStringLiteral("M17 Demodulator"),
QStringLiteral("7.5.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -12,7 +12,7 @@
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
NFMDemod::m_channelId,
QStringLiteral("NFM Demodulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -12,7 +12,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
SSBDemod::m_channelId,
QStringLiteral("SSB Demodulator"),
QStringLiteral("7.0.1"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
FileSink::m_channelId,
QStringLiteral("File Sink"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -31,7 +31,7 @@
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
RemoteTCPSink::m_channelId,
QStringLiteral("Remote TCP channel sink"),
QStringLiteral("7.6.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
SigMFFileSink::m_channelId,
QStringLiteral("SigMF File Sink"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.5.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("7.6.0"),
QStringLiteral("7.6.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,