Updated versions and changelogs

This commit is contained in:
f4exb 2021-03-07 12:05:33 +01:00
parent 01170eb724
commit 766de007b9
6 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,11 @@
sdrangel (6.6.2-1) unstable; urgency=medium
* FileSink: File name handling in settings and API. PR #798
* FileRecord: cut file only if sample rate changes. Implements #795
* ChannelAnalyzer: Added Costas Loop PLL and more controls. PR #797
* DATV: implemented soft LDPC external tool. Issue #785
* Spectrum: removed FPS no limit setting. Fixes #793
sdrangel (6.6.1-1) unstable; urgency=medium
* GS-232 Controller feature: added ERC-M controller support. PR #788

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "6")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (6.6.2-1) unstable; urgency=medium
* FileSink: File name handling in settings and API. PR #798
* FileRecord: cut file only if sample rate changes. Implements #795
* ChannelAnalyzer: Added Costas Loop PLL and more controls. PR #797
* DATV: implemented soft LDPC external tool. Issue #785
* Spectrum: removed FPS no limit setting. Fixes #793
sdrangel (6.6.1-1) unstable; urgency=medium
* GS-232 Controller feature: added ERC-M controller support. PR #788

View File

@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId,
QStringLiteral("Channel Analyzer"),
QStringLiteral("4.21.1"),
QStringLiteral("6.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QString("DATV Demodulator"),
QString("6.6.0"),
QString("6.6.2"),
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QString("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
FileSink::m_channelId,
QStringLiteral("File Sink"),
QStringLiteral("6.6.0"),
QStringLiteral("6.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,