Updated versions and changelogs

This commit is contained in:
f4exb 2021-01-23 11:39:03 +01:00
parent de8e2e7f18
commit 52b51feded
7 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,13 @@
sdrangel (6.5.1-1) unstable; urgency=medium
* StarTracker feature: many enhancements. PR #757
* Packet demod: Fixed issue #750. PR #756
* Map feature: many enhancements. PR #755
* FileSink: fixes and enhancements. PR #751
* PTT feature: fixed copy paste typos. PR #748
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 23 Jan 2021 10:37:33 +0100
sdrangel (6.5.0-1) unstable; urgency=medium
* New PacketDemod Rx channel plugin. PR #746

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "5")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (6.5.1-1) unstable; urgency=medium
* StarTracker feature: many enhancements. PR #757
* Packet demod: Fixed issue #750. PR #756
* Map feature: many enhancements. PR #755
* FileSink: fixes and enhancements. PR #751
* PTT feature: fixed copy paste typos. PR #748
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 23 Jan 2021 10:37:33 +0100
sdrangel (6.5.0-1) unstable; urgency=medium
* New PacketDemod Rx channel plugin. PR #746

View File

@ -29,7 +29,7 @@
const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = {
PacketDemod::m_channelId,
QStringLiteral("Packet Demodulator"),
QStringLiteral("6.5.0"),
QStringLiteral("6.5.1"),
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.5.0"),
QStringLiteral("6.5.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("4.19.0"),
QStringLiteral("6.5.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
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.5.0"),
QStringLiteral("6.5.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,