From 2e61dc1fbd4ae7be45ecaba86850acc46480f318 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 11 May 2021 21:55:31 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ plugins/channelrx/demodais/aisdemodplugin.cpp | 2 +- plugins/feature/ais/aisplugin.cpp | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 75862f30b..8a5dad247 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 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. diff --git a/CMakeLists.txt b/CMakeLists.txt index 4372b5fe7..0eda438ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 1aa43946e..87493dbd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/plugins/channelrx/demodais/aisdemodplugin.cpp b/plugins/channelrx/demodais/aisdemodplugin.cpp index 805134888..b906a7c96 100644 --- a/plugins/channelrx/demodais/aisdemodplugin.cpp +++ b/plugins/channelrx/demodais/aisdemodplugin.cpp @@ -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, diff --git a/plugins/feature/ais/aisplugin.cpp b/plugins/feature/ais/aisplugin.cpp index 12eb256ce..1891dc44d 100644 --- a/plugins/feature/ais/aisplugin.cpp +++ b/plugins/feature/ais/aisplugin.cpp @@ -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,