Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jun 18, 2023
1 parent 6308b96 commit b4847f1
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modpacket/packetmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/simpleptt/simplepttplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4847f1

Please sign in to comment.