Updated versions and changelogs

This commit is contained in:
f4exb 2021-12-26 12:14:14 +01:00
parent 58a9b2996d
commit 5a11ef6a8b
7 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,11 @@
sdrangel (6.17.6-1) unstable; urgency=medium
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
* Remote input: added some control of remote instance. Implements #1074
* Remote Input: fixed segfault when stream sample rate is lowered
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 26 Dec 2021 11:10:26 +0100
sdrangel (6.17.5-1) unstable; urgency=medium
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.

View File

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (6.17.6-1) unstable; urgency=medium
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
* Remote input: added some control of remote instance. Implements #1074
* Remote Input: fixed segfault when stream sample rate is lowered
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 26 Dec 2021 11:10:26 +0100
sdrangel (6.17.5-1) unstable; urgency=medium
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.

View File

@ -30,7 +30,7 @@
const PluginDescriptor RemoteSinkPlugin::m_pluginDescriptor = {
RemoteSink::m_channelId,
QStringLiteral("Remote channel sink"),
QStringLiteral("6.17.4"),
QStringLiteral("6.17.6"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
RemoteSource::m_channelId,
QStringLiteral("Remote channel source"),
QStringLiteral("6.17.5"),
QStringLiteral("6.17.6"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteOutput"),
QStringLiteral("Remote device output"),
QStringLiteral("6.17.5"),
QStringLiteral("6.17.6"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteInput"),
QStringLiteral("Remote device input"),
QStringLiteral("6.17.5"),
QStringLiteral("6.17.6"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,