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
b414900db1
commit
6ad057e935
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
sdrangel (6.9.0-1) unstable; urgency=medium
|
||||
|
||||
* New SDRPlay v3 source plugin. PR #839
|
||||
* NFM modulator. Implemented DCS. Part of #792
|
||||
* DATV demod: option to enable/disable the video player
|
||||
* DATV demod: stop player before initializing DATV framework
|
||||
* Do not enable interprocedural optimization for Mac. Fixes #807
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 13 Apr 2021 08:17:46 +0200
|
||||
|
||||
sdrangel (6.8.0-1) unstable; urgency=medium
|
||||
|
||||
* New Packet Error Tester feature plugin. PR #836
|
||||
|
@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "8")
|
||||
set(sdrangel_VERSION_MINOR "9")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
sdrangel (6.9.0-1) unstable; urgency=medium
|
||||
|
||||
* New SDRPlay v3 source plugin. PR #839
|
||||
* NFM modulator. Implemented DCS. Part of #792
|
||||
* DATV demod: option to enable/disable the video player
|
||||
* DATV demod: stop player before initializing DATV framework
|
||||
* Do not enable interprocedural optimization for Mac. Fixes #807
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 13 Apr 2021 08:17:46 +0200
|
||||
|
||||
sdrangel (6.8.0-1) unstable; urgency=medium
|
||||
|
||||
* New Packet Error Tester feature plugin. PR #836
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
DATVDemod::m_channelId,
|
||||
QString("DATV Demodulator"),
|
||||
QString("6.8.0"),
|
||||
QString("6.9.0"),
|
||||
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
|
||||
NFMMod::m_channelId,
|
||||
QStringLiteral("NFM Modulator"),
|
||||
QStringLiteral("6.4.0"),
|
||||
QStringLiteral("6.9.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SDRPlayV3"),
|
||||
QStringLiteral("SDRPlayV3 Input"),
|
||||
QStringLiteral("6.7.1"),
|
||||
QStringLiteral("6.9.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user