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
afc106b51f
commit
7142ef0b0d
@ -1,3 +1,12 @@
|
|||||||
|
sdrangel (6.17.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Simple PTT feature: added vox control. Implements #1002
|
||||||
|
* Fix FileInput API report of absolute time following PR #981. PR #1094
|
||||||
|
* Support compilation with Boost >= 1.77. Fix for #1087. PR #1092
|
||||||
|
* Fixed some compiler warnings with Qt 5.15 and GCC 11
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 03 Jan 2022 18:24:33 +0100
|
||||||
|
|
||||||
sdrangel (6.17.6-1) unstable; urgency=medium
|
sdrangel (6.17.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
|
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
|
||||||
|
@ -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 "6")
|
set(sdrangel_VERSION_PATCH "7")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
sdrangel (6.17.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Simple PTT feature: added vox control. Implements #1002
|
||||||
|
* Fix FileInput API report of absolute time following PR #981. PR #1094
|
||||||
|
* Support compilation with Boost >= 1.77. Fix for #1087. PR #1092
|
||||||
|
* Fixed some compiler warnings with Qt 5.15 and GCC 11
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 03 Jan 2022 18:24:33 +0100
|
||||||
|
|
||||||
sdrangel (6.17.6-1) unstable; urgency=medium
|
sdrangel (6.17.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
|
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
|
||||||
SimplePTT::m_featureId,
|
SimplePTT::m_featureId,
|
||||||
QStringLiteral("Simple PTT"),
|
QStringLiteral("Simple PTT"),
|
||||||
QStringLiteral("6.17.2"),
|
QStringLiteral("6.17.7"),
|
||||||
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 FileInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("FileInput"),
|
QStringLiteral("FileInput"),
|
||||||
QStringLiteral("File device input"),
|
QStringLiteral("File device input"),
|
||||||
QStringLiteral("6.17.5"),
|
QStringLiteral("6.17.7"),
|
||||||
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