From a88b2074c46245984b9204de909bb2960ea1e219 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 27 Aug 2020 09:58:11 +0200 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ plugins/channeltx/filesource/filesourceplugin.cpp | 2 +- plugins/samplesource/fileinput/fileinputplugin.cpp | 2 +- plugins/samplesource/remoteinput/remoteinputplugin.cpp | 2 +- 6 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 931fb87e4..49519af86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +sdrangel (4.15.3-1) unstable; urgency=medium + + * RemoteInput: option to join multicast group. Implements #611 + * FileSource: file record length in microsedoncs. Implements #614 + * FileInput: file record length in microsedoncs. Implements #614 + + -- Edouard Griffiths, F4EXB Thu, 27 Aug 2020 07:56:13 +0200 + sdrangel (4.15.2-1) unstable; urgency=medium * UDP Source: added ability to join multicast group. Implements #610 diff --git a/CMakeLists.txt b/CMakeLists.txt index b2bbbf00e..a332c65d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "15") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_PATCH "3") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 503028d93..f458561b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sdrangel (4.15.3-1) unstable; urgency=medium + + * RemoteInput: option to join multicast group. Implements #611 + * FileSource: file record length in microsedoncs. Implements #614 + * FileInput: file record length in microsedoncs. Implements #614 + + -- Edouard Griffiths, F4EXB Thu, 27 Aug 2020 07:56:13 +0200 + sdrangel (4.15.2-1) unstable; urgency=medium * UDP Source: added ability to join multicast group. Implements #610 diff --git a/plugins/channeltx/filesource/filesourceplugin.cpp b/plugins/channeltx/filesource/filesourceplugin.cpp index f723f9dcb..6f0c0bd17 100644 --- a/plugins/channeltx/filesource/filesourceplugin.cpp +++ b/plugins/channeltx/filesource/filesourceplugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor FileSourcePlugin::m_pluginDescriptor = { FileSource::m_channelId, QString("File channel source"), - QString("4.12.3"), + QString("4.15.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/fileinput/fileinputplugin.cpp b/plugins/samplesource/fileinput/fileinputplugin.cpp index b568fb37f..37256bcfe 100644 --- a/plugins/samplesource/fileinput/fileinputplugin.cpp +++ b/plugins/samplesource/fileinput/fileinputplugin.cpp @@ -31,7 +31,7 @@ const PluginDescriptor FileInputPlugin::m_pluginDescriptor = { QString("FileInput"), QString("File device input"), - QString("4.14.16"), + QString("4.15.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/remoteinput/remoteinputplugin.cpp b/plugins/samplesource/remoteinput/remoteinputplugin.cpp index d9d8297f6..6347a96d7 100644 --- a/plugins/samplesource/remoteinput/remoteinputplugin.cpp +++ b/plugins/samplesource/remoteinput/remoteinputplugin.cpp @@ -31,7 +31,7 @@ const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = { QString("RemoteInput"), QString("Remote device input"), - QString("4.15.0"), + QString("4.15.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true,