Updated versions and changelogs

This commit is contained in:
f4exb 2021-05-11 21:55:31 +02:00
parent d234c0b7cd
commit 2e61dc1fbd
5 changed files with 19 additions and 3 deletions

View File

@ -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.

View File

@ -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
View File

@ -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.

View File

@ -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,

View File

@ -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,