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
d234c0b7cd
commit
2e61dc1fbd
@ -1,3 +1,11 @@
|
||||
sdrangel (6.12.1-1) unstable; urgency=medium
|
||||
|
||||
* AIS: Fix decoding of AIS class B messages PR #895
|
||||
* AIS: Add display of ship type from class B messages. PR #895
|
||||
* AIS: Fix name decode in AIS Static Data Reports. PR #896
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 11 May 2021 19:52:27 +0200
|
||||
|
||||
sdrangel (6.12.0-1) unstable; urgency=medium
|
||||
|
||||
* New AIS mod, demod and feature plugins. PR #891. Implements #858.
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "12")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (6.12.1-1) unstable; urgency=medium
|
||||
|
||||
* AIS: Fix decoding of AIS class B messages PR #895
|
||||
* AIS: Add display of ship type from class B messages. PR #895
|
||||
* AIS: Fix name decode in AIS Static Data Reports. PR #896
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 11 May 2021 19:52:27 +0200
|
||||
|
||||
sdrangel (6.12.0-1) unstable; urgency=medium
|
||||
|
||||
* New AIS mod, demod and feature plugins. PR #891. Implements #858.
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = {
|
||||
AISDemod::m_channelId,
|
||||
QStringLiteral("AIS Demodulator"),
|
||||
QStringLiteral("6.12.0"),
|
||||
QStringLiteral("6.12.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor AISPlugin::m_pluginDescriptor = {
|
||||
AIS::m_featureId,
|
||||
QStringLiteral("AIS"),
|
||||
QStringLiteral("6.12.0"),
|
||||
QStringLiteral("6.12.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user