Updated versions and changelogs

pull/856/head v6.10.1
f4exb 2021-04-19 23:53:54 +02:00
rodzic 8c50fa2bf9
commit 6f4e596cca
4 zmienionych plików z 18 dodań i 2 usunięć

Wyświetl plik

@ -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
* New DAB/DAB+ demodulator plugin. PR #850

Wyświetl plik

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

8
debian/changelog vendored
Wyświetl plik

@ -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
* New DAB/DAB+ demodulator plugin. PR #850

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QStringLiteral("DSD Demodulator"),
QStringLiteral("6.7.0"),
QStringLiteral("6.10.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,