mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
1b8c4d87f6
commit
528c28b0a8
12
CHANGELOG
12
CHANGELOG
@ -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
|
||||
|
@ -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
12
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user