1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 04:38:57 -04:00

Updated versions and changelogs

This commit is contained in:
f4exb
2022-01-03 19:46:20 +01:00
parent afc106b51f
commit 7142ef0b0d
5 changed files with 21 additions and 3 deletions
+9
View File
@@ -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
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
+1 -1
View File
@@ -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 "6")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
+9
View File
@@ -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
* Remote plugins: added capability to choose sample size in transmission. Implements #1078
@@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("6.17.2"),
QStringLiteral("6.17.7"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
@@ -31,7 +31,7 @@
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
QStringLiteral("FileInput"),
QStringLiteral("File device input"),
QStringLiteral("6.17.5"),
QStringLiteral("6.17.7"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,