From 5a11ef6a8ba2454439cdaf3b378c6f100f5ef901 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 26 Dec 2021 12:14:14 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ plugins/channelrx/remotesink/remotesinkplugin.cpp | 2 +- plugins/channeltx/remotesource/remotesourceplugin.cpp | 2 +- plugins/samplesink/remoteoutput/remoteoutputplugin.cpp | 2 +- plugins/samplesource/remoteinput/remoteinputplugin.cpp | 2 +- 7 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 18c67dbdf..26a7e1ef1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 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. diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b26782d9..9b9b5789c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 351a6a4b4..ba4184afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/plugins/channelrx/remotesink/remotesinkplugin.cpp b/plugins/channelrx/remotesink/remotesinkplugin.cpp index 9b19568f6..cb1b330a3 100644 --- a/plugins/channelrx/remotesink/remotesinkplugin.cpp +++ b/plugins/channelrx/remotesink/remotesinkplugin.cpp @@ -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, diff --git a/plugins/channeltx/remotesource/remotesourceplugin.cpp b/plugins/channeltx/remotesource/remotesourceplugin.cpp index dce19f4d9..b1c633200 100644 --- a/plugins/channeltx/remotesource/remotesourceplugin.cpp +++ b/plugins/channeltx/remotesource/remotesourceplugin.cpp @@ -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, diff --git a/plugins/samplesink/remoteoutput/remoteoutputplugin.cpp b/plugins/samplesink/remoteoutput/remoteoutputplugin.cpp index 377e08a4c..63b03226b 100644 --- a/plugins/samplesink/remoteoutput/remoteoutputplugin.cpp +++ b/plugins/samplesink/remoteoutput/remoteoutputplugin.cpp @@ -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, diff --git a/plugins/samplesource/remoteinput/remoteinputplugin.cpp b/plugins/samplesource/remoteinput/remoteinputplugin.cpp index 234d629d9..a527b7ba4 100644 --- a/plugins/samplesource/remoteinput/remoteinputplugin.cpp +++ b/plugins/samplesource/remoteinput/remoteinputplugin.cpp @@ -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,