Updated versions and changelogs

pull/966/head v6.16.1
f4exb 2021-07-17 10:28:23 +02:00
rodzic 8e924a3dba
commit 1bd384fd6c
9 zmienionych plików z 27 dodań i 7 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.16.1-1) unstable; urgency=medium
* AIS: fixed window size when scope is visible. PR #962. Issue #981
* Other fixes in AIS demod. PR #962
* ScopeVis: allow Projection cache only if in single stream mode. Issue #872
* Scope GUI: reworked serialize and deserialize
* AIS, IEEE 802.15.4, Pager, Radio Clock: scope and spectrum feed optimization
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 17 Jul 2021 08:23:22 +0200
sdrangel (6.16.0-1) unstable; urgency=medium
* New Pager demodulator. PR #960

Wyświetl plik

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

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (6.16.1-1) unstable; urgency=medium
* AIS: fixed window size when scope is visible. PR #962. Issue #981
* Other fixes in AIS demod. PR #962
* ScopeVis: allow Projection cache only if in single stream mode. Issue #872
* Scope GUI: reworked serialize and deserialize
* AIS, IEEE 802.15.4, Pager, Radio Clock: scope and spectrum feed optimization
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 17 Jul 2021 08:23:22 +0200
sdrangel (6.16.0-1) unstable; urgency=medium
* New Pager demodulator. PR #960

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = {
AISDemod::m_channelId,
QStringLiteral("AIS Demodulator"),
QStringLiteral("6.16.0"),
QStringLiteral("6.16.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor PagerDemodPlugin::m_pluginDescriptor = {
PagerDemod::m_channelId,
QStringLiteral("Pager Demodulator"),
QStringLiteral("6.16.0"),
QStringLiteral("6.16.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor RadioClockPlugin::m_pluginDescriptor = {
RadioClock::m_channelId,
QStringLiteral("Radio Clock"),
QStringLiteral("6.16.0"),
QStringLiteral("6.16.1"),
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.10.3"),
QStringLiteral("6.16.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor AISModPlugin::m_pluginDescriptor = {
AISMod::m_channelId,
QStringLiteral("AIS Modulator"),
QStringLiteral("6.12.0"),
QStringLiteral("6.16.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor PacketModPlugin::m_pluginDescriptor = {
PacketMod::m_channelId,
QStringLiteral("Packet Modulator"),
QStringLiteral("6.4.0"),
QStringLiteral("6.16.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,