mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated versions and changelogs
This commit is contained in:
parent
58a9b2996d
commit
5a11ef6a8b
@ -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
|
sdrangel (6.17.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
|
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
|
||||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "6")
|
set(sdrangel_VERSION_MAJOR "6")
|
||||||
set(sdrangel_VERSION_MINOR "17")
|
set(sdrangel_VERSION_MINOR "17")
|
||||||
set(sdrangel_VERSION_PATCH "5")
|
set(sdrangel_VERSION_PATCH "6")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
sdrangel (6.17.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
|
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor RemoteSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteSinkPlugin::m_pluginDescriptor = {
|
||||||
RemoteSink::m_channelId,
|
RemoteSink::m_channelId,
|
||||||
QStringLiteral("Remote channel sink"),
|
QStringLiteral("Remote channel sink"),
|
||||||
QStringLiteral("6.17.4"),
|
QStringLiteral("6.17.6"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
|
||||||
RemoteSource::m_channelId,
|
RemoteSource::m_channelId,
|
||||||
QStringLiteral("Remote channel source"),
|
QStringLiteral("Remote channel source"),
|
||||||
QStringLiteral("6.17.5"),
|
QStringLiteral("6.17.6"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("RemoteOutput"),
|
QStringLiteral("RemoteOutput"),
|
||||||
QStringLiteral("Remote device output"),
|
QStringLiteral("Remote device output"),
|
||||||
QStringLiteral("6.17.5"),
|
QStringLiteral("6.17.6"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("RemoteInput"),
|
QStringLiteral("RemoteInput"),
|
||||||
QStringLiteral("Remote device input"),
|
QStringLiteral("Remote device input"),
|
||||||
QStringLiteral("6.17.5"),
|
QStringLiteral("6.17.6"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user