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
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
|
sdrangel (6.6.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* GS-232 Controller feature: added ERC-M controller support. PR #788
|
* GS-232 Controller feature: added ERC-M controller support. PR #788
|
||||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "6")
|
set(sdrangel_VERSION_MAJOR "6")
|
||||||
set(sdrangel_VERSION_MINOR "6")
|
set(sdrangel_VERSION_MINOR "6")
|
||||||
set(sdrangel_VERSION_PATCH "1")
|
set(sdrangel_VERSION_PATCH "2")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# 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
|
sdrangel (6.6.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* GS-232 Controller feature: added ERC-M controller support. PR #788
|
* GS-232 Controller feature: added ERC-M controller support. PR #788
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||||
ChannelAnalyzer::m_channelId,
|
ChannelAnalyzer::m_channelId,
|
||||||
QStringLiteral("Channel Analyzer"),
|
QStringLiteral("Channel Analyzer"),
|
||||||
QStringLiteral("4.21.1"),
|
QStringLiteral("6.6.2"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
|||||||
{
|
{
|
||||||
DATVDemod::m_channelId,
|
DATVDemod::m_channelId,
|
||||||
QString("DATV Demodulator"),
|
QString("DATV Demodulator"),
|
||||||
QString("6.6.0"),
|
QString("6.6.2"),
|
||||||
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||||
FileSink::m_channelId,
|
FileSink::m_channelId,
|
||||||
QStringLiteral("File Sink"),
|
QStringLiteral("File Sink"),
|
||||||
QStringLiteral("6.6.0"),
|
QStringLiteral("6.6.2"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user