Updated versions and changelogs

This commit is contained in:
f4exb 2022-12-17 10:30:08 +01:00
parent 93c1244c81
commit f65c6ab1e7
8 changed files with 24 additions and 6 deletions

View File

@ -1,3 +1,12 @@
sdrangel (7.8.5-1) unstable; urgency=medium
* Local Sink: enhanced functionnality. Implements #871
* BladeRF v1: fixed XB-200 support in GUI. Fixes #1535
* RadioSonde: Fix plotting of heading. Fixes #1527. PR #1528
* Metis MISO GUI: fixed frequency limits
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 17 Dec 2022 09:27:34 +0100
sdrangel (7.8.4-1) unstable; urgency=medium
* Adapt code to Qt6. PR #1518

View File

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

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
sdrangel (7.8.5-1) unstable; urgency=medium
* Local Sink: enhanced functionnality. Implements #871
* BladeRF v1: fixed XB-200 support in GUI. Fixes #1535
* RadioSonde: Fix plotting of heading. Fixes #1527. PR #1528
* Metis MISO GUI: fixed frequency limits
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 17 Dec 2022 09:27:34 +0100
sdrangel (7.8.4-1) unstable; urgency=medium
* Adapt code to Qt6. PR #1518

View File

@ -30,7 +30,7 @@
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
LocalSink::m_channelId,
QStringLiteral("Local channel sink"),
QStringLiteral("7.8.1"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
Radiosonde::m_featureId,
QStringLiteral("Radiosonde"),
QStringLiteral("7.8.4"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -32,7 +32,7 @@
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
QStringLiteral("MetisMISO"),
QStringLiteral("Metis MISO"),
QStringLiteral("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -32,7 +32,7 @@
const PluginDescriptor Bladerf1OutputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF1"),
QStringLiteral("BladeRF1 Output"),
QStringLiteral("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -32,7 +32,7 @@
const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF1"),
QStringLiteral("BladeRF1 Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,