Updated versions and changelogs

This commit is contained in:
f4exb 2023-06-19 00:45:56 +02:00
parent 6308b9630b
commit b4847f1d7a
6 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,13 @@
sdrangel (7.15.0-1) unstable; urgency=medium
* New Audio CAT SISO plugin. Implements #1597
* Map: Change Street Map from WikiMedia to OpenStreetMap. PR #1711. Issue #1709
* Packet Modulator: fixed segfault in GUI
* SigMFFileInput: fixed acceleration. Part of issue #1699
* SimplePTT: fixed typo in code. Fixes #1705
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Jun 2023 22:38:65 +0200
sdrangel (7.14.2-1) unstable; urgency=medium
* Implement GPIO and script control from Simple PTT feature. Implements #1558

View File

@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_MINOR "15")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (7.15.0-1) unstable; urgency=medium
* New Audio CAT SISO plugin. Implements #1597
* Map: Change Street Map from WikiMedia to OpenStreetMap. PR #1711. Issue #1709
* Packet Modulator: fixed segfault in GUI
* SigMFFileInput: fixed acceleration. Part of issue #1699
* SimplePTT: fixed typo in code. Fixes #1705
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 18 Jun 2023 22:38:65 +0200
sdrangel (7.14.2-1) unstable; urgency=medium
* Implement GPIO and script control from Simple PTT feature. Implements #1558

View File

@ -29,7 +29,7 @@
const PluginDescriptor PacketModPlugin::m_pluginDescriptor = {
PacketMod::m_channelId,
QStringLiteral("Packet Modulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.15.0"),
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("7.14.2"),
QStringLiteral("7.15.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor SigMFFileInputPlugin::m_pluginDescriptor = {
QStringLiteral("SigMFFileInput"),
QStringLiteral("File device input (SigMF)"),
QStringLiteral("7.14.2"),
QStringLiteral("7.15.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,