mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Updated version and changelogs
This commit is contained in:
parent
f3e4b847a6
commit
57cd14c8e1
@ -1,3 +1,12 @@
|
||||
sdrangel (5.7.10-1) unstable; urgency=medium
|
||||
|
||||
* ATV demod: fixed initialization issues. Fixes #560
|
||||
* GLSpectrum: synchronize spectrum with the GUI spectrum freeze button. Fixes issue #561
|
||||
* File Input: refactored FileInputThread (contribution from Vort). Fixes #562
|
||||
* More changes on the model of File Input
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 12 Jul 2020 18:26:55 +0200
|
||||
|
||||
sdrangel (4.14.15-1) unstable; urgency=medium
|
||||
|
||||
* GLScope: marker feature. Implements #497
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "14")
|
||||
set(sdrangel_VERSION_PATCH "15")
|
||||
set(sdrangel_VERSION_PATCH "16")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
sdrangel (5.7.10-1) unstable; urgency=medium
|
||||
|
||||
* ATV demod: fixed initialization issues. Fixes #560
|
||||
* GLSpectrum: synchronize spectrum with the GUI spectrum freeze button. Fixes issue #561
|
||||
* File Input: refactored FileInputThread (contribution from Vort). Fixes #562
|
||||
* More changes on the model of File Input
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 12 Jul 2020 18:26:55 +0200
|
||||
|
||||
sdrangel (4.14.15-1) unstable; urgency=medium
|
||||
|
||||
* GLScope: marker feature. Implements #497
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
ATVDemod::m_channelId,
|
||||
QString("ATV Demodulator"),
|
||||
QString("4.14.14"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
|
||||
LocalSink::m_channelId,
|
||||
QString("Local channel sink"),
|
||||
QString("4.14.12"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor LocalSourcePlugin::m_pluginDescriptor = {
|
||||
LocalSource::m_channelId,
|
||||
QString("Local channel source"),
|
||||
QString("4.14.12"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
|
||||
RemoteSource::m_channelId,
|
||||
QString("Remote channel source"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||
QString("FileSink"),
|
||||
QString("File sink output"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
|
||||
QString("RemoteOutput"),
|
||||
QString("Remote device output"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor TestSinkPlugin::m_pluginDescriptor = {
|
||||
QString("TestSink"),
|
||||
QString("Test Sink Output"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -34,7 +34,7 @@ const int AirspyPlugin::m_maxDevices = 32;
|
||||
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
|
||||
QString("Airspy"),
|
||||
QString("Airspy Input"),
|
||||
QString("4.14.11"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = {
|
||||
QString("AirspyHF"),
|
||||
QString("AirspyHF Input"),
|
||||
QString("4.14.11"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||
QString("FileInput"),
|
||||
QString("File device input"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor PerseusPlugin::m_pluginDescriptor = {
|
||||
QString("Perseus"),
|
||||
QString("Perseus Input"),
|
||||
QString("4.14.11"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor TestSourcePlugin::m_pluginDescriptor = {
|
||||
QString("TestSource"),
|
||||
QString("Test Source input"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.16"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user