summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2021-01-14 23:36:55 +0100
committerf4exb <f4exb06@gmail.com>2021-01-14 23:36:55 +0100
commitddcc72cb24a3fedf24cf4adf8ea8de0a74039dff (patch)
tree013f2c0c24a35e9b19c58c1c7ee57ca7a7a2e993
parent5bc1d0cd7d0ad40c85cb12ae43483e57e77e7a86 (diff)
Updated versions and changelogsv6.5.0
-rw-r--r--CHANGELOG9
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog9
-rw-r--r--plugins/channelrx/demodpacket/packetdemodplugin.cpp2
-rw-r--r--plugins/feature/aprs/aprsplugin.cpp2
-rw-r--r--plugins/feature/map/mapplugin.cpp2
-rw-r--r--plugins/feature/startracker/startrackerplugin.cpp2
7 files changed, 23 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f22f4e4a2..0746d2ee3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+sdrangel (6.5.0-1) unstable; urgency=medium
+
+ * New PacketDemod Rx channel plugin. PR #746
+ * New APRS feature plugin. PR #746
+ * New Map feature plugin. PR #746
+ * Star tracker plugin. PR #746
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 14 Jan 2021 22:32:52 +0100
+
sdrangel (6.4.0-1) unstable; urgency=medium
* New demodulation analyzer feature plugin. Implements #695
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec7e299ac..04bd5add2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
-set(sdrangel_VERSION_MINOR "4")
+set(sdrangel_VERSION_MINOR "5")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
diff --git a/debian/changelog b/debian/changelog
index 285a32790..a9d228959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sdrangel (6.5.0-1) unstable; urgency=medium
+
+ * New PacketDemod Rx channel plugin. PR #746
+ * New APRS feature plugin. PR #746
+ * New Map feature plugin. PR #746
+ * Star tracker plugin. PR #746
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 14 Jan 2021 22:32:52 +0100
+
sdrangel (6.4.0-1) unstable; urgency=medium
* New demodulation analyzer feature plugin. Implements #695
diff --git a/plugins/channelrx/demodpacket/packetdemodplugin.cpp b/plugins/channelrx/demodpacket/packetdemodplugin.cpp
index 27bfe534e..5a9d7e84e 100644
--- a/plugins/channelrx/demodpacket/packetdemodplugin.cpp
+++ b/plugins/channelrx/demodpacket/packetdemodplugin.cpp
@@ -29,7 +29,7 @@
const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = {
PacketDemod::m_channelId,
QStringLiteral("Packet Demodulator"),
- QStringLiteral("6.4.0"),
+ QStringLiteral("6.5.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/aprs/aprsplugin.cpp b/plugins/feature/aprs/aprsplugin.cpp
index 737089aaa..8cd34bdd1 100644
--- a/plugins/feature/aprs/aprsplugin.cpp
+++ b/plugins/feature/aprs/aprsplugin.cpp
@@ -30,7 +30,7 @@
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
APRS::m_featureId,
QStringLiteral("APRS"),
- QStringLiteral("6.4.0"),
+ QStringLiteral("6.5.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/map/mapplugin.cpp b/plugins/feature/map/mapplugin.cpp
index 774be51e1..3ec3b10e0 100644
--- a/plugins/feature/map/mapplugin.cpp
+++ b/plugins/feature/map/mapplugin.cpp
@@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
- QStringLiteral("6.4.0"),
+ QStringLiteral("6.5.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/feature/startracker/startrackerplugin.cpp b/plugins/feature/startracker/startrackerplugin.cpp
index a96d68484..494a5cb81 100644
--- a/plugins/feature/startracker/startrackerplugin.cpp
+++ b/plugins/feature/startracker/startrackerplugin.cpp
@@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
- QStringLiteral("6.4.0"),
+ QStringLiteral("6.5.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,