Updated versions and changelogs

This commit is contained in:
f4exb 2022-07-20 21:56:03 +02:00
parent 43f962f428
commit c1198ff885
5 changed files with 24 additions and 4 deletions

View File

@ -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

View File

@ -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
View File

@ -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

View File

@ -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,

View File

@ -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,