mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Updated versions and changelogs
This commit is contained in:
parent
43f962f428
commit
c1198ff885
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
sdrangel (7.6.0-1) unstable; urgency=medium
|
||||
|
||||
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
||||
* SDRPlayInput: upgrade libmirisdr-4 version to 2.0.0. PR #1344
|
||||
* DATV Demod: Add support for LDPC on Windows. Issue #1342. PR #1345
|
||||
* Externals: Update rtlsdr to latest version. Issue #1351. PR #1352
|
||||
* Map: Add support for Ionosonde stations. PR #1354
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 Jul 2022 19:53:15 +0200
|
||||
|
||||
sdrangel (7.5.1-1) unstable; urgency=medium
|
||||
|
||||
* M17 is for Linux only
|
||||
|
@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "5")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_MINOR "6")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
sdrangel (7.6.0-1) unstable; urgency=medium
|
||||
|
||||
* Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350
|
||||
* SDRPlayInput: upgrade libmirisdr-4 version to 2.0.0. PR #1344
|
||||
* DATV Demod: Add support for LDPC on Windows. Issue #1342. PR #1345
|
||||
* Externals: Update rtlsdr to latest version. Issue #1351. PR #1352
|
||||
* Map: Add support for Ionosonde stations. PR #1354
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 20 Jul 2022 19:53:15 +0200
|
||||
|
||||
sdrangel (7.5.1-1) unstable; urgency=medium
|
||||
|
||||
* M17 is for Linux only
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
DATVDemod::m_channelId,
|
||||
QStringLiteral("DATV Demodulator"),
|
||||
QStringLiteral("7.0.0"),
|
||||
QStringLiteral("7.6.0"),
|
||||
QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SDRPlay"),
|
||||
QStringLiteral("SDRPlay RSP1 Input"),
|
||||
QStringLiteral("7.0.0"),
|
||||
QStringLiteral("7.6.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user