mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
Updated versions and changelogs
This commit is contained in:
parent
33f4e17ef5
commit
995b804084
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
|||||||
|
sdrangel (6.17.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New Radioastronomy plugin. PR #1011. Implements #191.
|
||||||
|
* GS232 Controller fix for Mac O/S compilation. Fixes #1010.
|
||||||
|
* FileSink API updates
|
||||||
|
* SigMFFileSink API updates
|
||||||
|
* StarTracker updates for Radioastronomy plugin
|
||||||
|
* ValueDialZ: when setting range fix zero display initial value
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200
|
||||||
|
|
||||||
sdrangel (6.16.7-1) unstable; urgency=medium
|
sdrangel (6.16.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Antenna Tools update. PR #1005
|
* Antenna Tools update. PR #1005
|
||||||
|
@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
|
|
||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "6")
|
set(sdrangel_VERSION_MAJOR "6")
|
||||||
set(sdrangel_VERSION_MINOR "16")
|
set(sdrangel_VERSION_MINOR "17")
|
||||||
set(sdrangel_VERSION_PATCH "7")
|
set(sdrangel_VERSION_PATCH "0")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
|||||||
|
sdrangel (6.17.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New Radioastronomy plugin. PR #1011. Implements #191.
|
||||||
|
* GS232 Controller fix for Mac O/S compilation. Fixes #1010.
|
||||||
|
* FileSink API updates
|
||||||
|
* SigMFFileSink API updates
|
||||||
|
* StarTracker updates for Radioastronomy plugin
|
||||||
|
* ValueDialZ: when setting range fix zero display initial value
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200
|
||||||
|
|
||||||
sdrangel (6.16.7-1) unstable; urgency=medium
|
sdrangel (6.16.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Antenna Tools update. PR #1005
|
* Antenna Tools update. PR #1005
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||||
FileSink::m_channelId,
|
FileSink::m_channelId,
|
||||||
QStringLiteral("File Sink"),
|
QStringLiteral("File Sink"),
|
||||||
QStringLiteral("6.16.2"),
|
QStringLiteral("6.17.0"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
||||||
SigMFFileSink::m_channelId,
|
SigMFFileSink::m_channelId,
|
||||||
QStringLiteral("SigMF File Sink"),
|
QStringLiteral("SigMF File Sink"),
|
||||||
QStringLiteral("6.6.0"),
|
QStringLiteral("6.17.0"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
|
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
|
||||||
GS232Controller::m_featureId,
|
GS232Controller::m_featureId,
|
||||||
QStringLiteral("GS-232 Rotator Controller"),
|
QStringLiteral("GS-232 Rotator Controller"),
|
||||||
QStringLiteral("6.16.7"),
|
QStringLiteral("6.17.0"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
|
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
|
||||||
StarTracker::m_featureId,
|
StarTracker::m_featureId,
|
||||||
QStringLiteral("Star Tracker"),
|
QStringLiteral("Star Tracker"),
|
||||||
QStringLiteral("6.16.7"),
|
QStringLiteral("6.17.0"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user