Updated versions and changelogs

This commit is contained in:
f4exb 2021-01-14 23:36:55 +01:00
parent 5bc1d0cd7d
commit ddcc72cb24
7 changed files with 23 additions and 5 deletions

View File

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

View File

@ -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 "")

9
debian/changelog vendored
View File

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

View File

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

View File

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

View File

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

View File

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