mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
459298687b
commit
a88b2074c4
@ -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 <f4exb06@gmail.com> Thu, 27 Aug 2020 07:56:13 +0200
|
||||||
|
|
||||||
sdrangel (4.15.2-1) unstable; urgency=medium
|
sdrangel (4.15.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* UDP Source: added ability to join multicast group. Implements #610
|
* UDP Source: added ability to join multicast group. Implements #610
|
||||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "4")
|
set(sdrangel_VERSION_MAJOR "4")
|
||||||
set(sdrangel_VERSION_MINOR "15")
|
set(sdrangel_VERSION_MINOR "15")
|
||||||
set(sdrangel_VERSION_PATCH "2")
|
set(sdrangel_VERSION_PATCH "3")
|
||||||
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 (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 <f4exb06@gmail.com> Thu, 27 Aug 2020 07:56:13 +0200
|
||||||
|
|
||||||
sdrangel (4.15.2-1) unstable; urgency=medium
|
sdrangel (4.15.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* UDP Source: added ability to join multicast group. Implements #610
|
* UDP Source: added ability to join multicast group. Implements #610
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
const PluginDescriptor FileSourcePlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileSourcePlugin::m_pluginDescriptor = {
|
||||||
FileSource::m_channelId,
|
FileSource::m_channelId,
|
||||||
QString("File channel source"),
|
QString("File channel source"),
|
||||||
QString("4.12.3"),
|
QString("4.15.3"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||||
QString("FileInput"),
|
QString("FileInput"),
|
||||||
QString("File device input"),
|
QString("File device input"),
|
||||||
QString("4.14.16"),
|
QString("4.15.3"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
||||||
QString("RemoteInput"),
|
QString("RemoteInput"),
|
||||||
QString("Remote device input"),
|
QString("Remote device input"),
|
||||||
QString("4.15.0"),
|
QString("4.15.3"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user