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
8c50fa2bf9
commit
6f4e596cca
@ -1,3 +1,11 @@
|
|||||||
|
sdrangel (6.10.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* DAB/DAB+ demodulator plugin build in Windows package. PR #854 fixes #853
|
||||||
|
* DSD Demodulator: set fixed 48kS/s for requested channel SR. Fixes #752
|
||||||
|
* External libaries (package builds): upgraded DSDcc to v1.9.3
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 19 Apr 2021 21:48:14 +0200
|
||||||
|
|
||||||
sdrangel (6.10.0-1) unstable; urgency=medium
|
sdrangel (6.10.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New DAB/DAB+ demodulator plugin. PR #850
|
* New DAB/DAB+ demodulator plugin. PR #850
|
||||||
|
@ -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 "10")
|
set(sdrangel_VERSION_MINOR "10")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
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.10.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* DAB/DAB+ demodulator plugin build in Windows package. PR #854 fixes #853
|
||||||
|
* DSD Demodulator: set fixed 48kS/s for requested channel SR. Fixes #752
|
||||||
|
* External libaries (package builds): upgraded DSDcc to v1.9.3
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 19 Apr 2021 21:48:14 +0200
|
||||||
|
|
||||||
sdrangel (6.10.0-1) unstable; urgency=medium
|
sdrangel (6.10.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New DAB/DAB+ demodulator plugin. PR #850
|
* New DAB/DAB+ demodulator plugin. PR #850
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
||||||
DSDDemod::m_channelId,
|
DSDDemod::m_channelId,
|
||||||
QStringLiteral("DSD Demodulator"),
|
QStringLiteral("DSD Demodulator"),
|
||||||
QStringLiteral("6.7.0"),
|
QStringLiteral("6.10.1"),
|
||||||
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