mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-05 18:35:26 -04:00
Updated versions and changelogs
This commit is contained in:
parent
77a883b0aa
commit
84daf16a4b
CHANGELOGCMakeLists.txt
debian
plugins
channelrx
demoddsd
demodm17
demodnfm
demodssb
filesink
remotetcpsink
sigmffilesink
channeltx/modm17
feature/map
12
CHANGELOG
12
CHANGELOG
@ -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
|
sdrangel (7.6.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
||||||
|
@ -16,7 +16,7 @@ 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 "6")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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
|
sdrangel (7.6.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
||||||
DSDDemod::m_channelId,
|
DSDDemod::m_channelId,
|
||||||
QStringLiteral("DSD Demodulator"),
|
QStringLiteral("DSD Demodulator"),
|
||||||
QStringLiteral("7.2.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
|
||||||
M17Demod::m_channelId,
|
M17Demod::m_channelId,
|
||||||
QStringLiteral("M17 Demodulator"),
|
QStringLiteral("M17 Demodulator"),
|
||||||
QStringLiteral("7.5.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
|
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
|
||||||
NFMDemod::m_channelId,
|
NFMDemod::m_channelId,
|
||||||
QStringLiteral("NFM Demodulator"),
|
QStringLiteral("NFM Demodulator"),
|
||||||
QStringLiteral("7.0.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
||||||
SSBDemod::m_channelId,
|
SSBDemod::m_channelId,
|
||||||
QStringLiteral("SSB Demodulator"),
|
QStringLiteral("SSB Demodulator"),
|
||||||
QStringLiteral("7.0.1"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||||
FileSink::m_channelId,
|
FileSink::m_channelId,
|
||||||
QStringLiteral("File Sink"),
|
QStringLiteral("File Sink"),
|
||||||
QStringLiteral("7.0.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
|
||||||
RemoteTCPSink::m_channelId,
|
RemoteTCPSink::m_channelId,
|
||||||
QStringLiteral("Remote TCP channel sink"),
|
QStringLiteral("Remote TCP channel sink"),
|
||||||
QStringLiteral("7.6.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
||||||
SigMFFileSink::m_channelId,
|
SigMFFileSink::m_channelId,
|
||||||
QStringLiteral("SigMF File Sink"),
|
QStringLiteral("SigMF File Sink"),
|
||||||
QStringLiteral("7.0.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
|
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
|
||||||
M17Mod::m_channelId,
|
M17Mod::m_channelId,
|
||||||
QStringLiteral("M17 Modulator"),
|
QStringLiteral("M17 Modulator"),
|
||||||
QStringLiteral("7.5.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
|
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
|
||||||
Map::m_featureId,
|
Map::m_featureId,
|
||||||
QStringLiteral("Map"),
|
QStringLiteral("Map"),
|
||||||
QStringLiteral("7.6.0"),
|
QStringLiteral("7.6.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user