mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
01170eb724
commit
766de007b9
@ -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
|
||||
|
@ -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
8
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user