Updated versions and changelogs

This commit is contained in:
f4exb 2022-07-18 11:37:17 +02:00
parent 1b8c4d87f6
commit 528c28b0a8
5 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,15 @@
sdrangel (7.5.0-1) unstable; urgency=medium
* M17 mode implementation (mod and demod plugins). Issue #1259
* AIS: NMEA sentences must end with CR/LF. Issue #1333. PR #1342
* Darken ValueDials when disabled. PR #1331
* Map: Fix capitalisation of Radiosonde so settings are found. Fixes #1318. PR #1320
* USRP: Catch all exceptions from set_rx_agc. PR #1315
* GLScope and GLSpectrum removed extraneous call to cleanup method. Fixes #1295
* Update to sdrangel-windows-libraries with UHD 4.2.0. PR #1314
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 18 Jul 2022 09:36:28 +0200
sdrangel (7.4.0-1) unstable; urgency=medium
* 3D Spectrogram and OpenGL code fixes. PR #1291

View File

@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "4")
set(sdrangel_VERSION_MINOR "5")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
sdrangel (7.5.0-1) unstable; urgency=medium
* M17 mode implementation (mod and demod plugins). Issue #1259
* AIS: NMEA sentences must end with CR/LF. Issue #1333. PR #1342
* Darken ValueDials when disabled. PR #1331
* Map: Fix capitalisation of Radiosonde so settings are found. Fixes #1318. PR #1320
* USRP: Catch all exceptions from set_rx_agc. PR #1315
* GLScope and GLSpectrum removed extraneous call to cleanup method. Fixes #1295
* Update to sdrangel-windows-libraries with UHD 4.2.0. PR #1314
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 18 Jul 2022 09:36:28 +0200
sdrangel (7.4.0-1) unstable; urgency=medium
* 3D Spectrogram and OpenGL code fixes. PR #1291

View File

@ -30,7 +30,7 @@
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
M17Demod::m_channelId,
QStringLiteral("M17 Demodulator"),
QStringLiteral("7.4.0"),
QStringLiteral("7.5.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.4.0"),
QStringLiteral("7.5.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,