Updated versions and changelogs

pull/788/head v6.5.3
f4exb 2021-02-07 11:09:43 +01:00
rodzic dfb149d267
commit 19f3c284ba
6 zmienionych plików z 32 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +1,17 @@
sdrangel (6.5.3-1) unstable; urgency=medium
* More Star Tracker updates. PR #762
* AirspyHF: added decimation by 128 and 256. PR #764
* SSB demod: use log (dB) for volume setting
* CW keyer: revised the WPM calculation
* SoapySDR: a few fixes. PR #766
* RTLSDR: changed BW setting limits. PR #766
* Various changes in build and compiler warning fixes. PR #766
* NFM demod: cosmetic changes. PR #766
* Removed FPS limitation in WSSpectrum. Implements #767
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 07 Feb 2021 10:00:23 +0100
sdrangel (6.5.2-1) unstable; urgency=medium
* StarTracker feature: more updates. PR #761

Wyświetl plik

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

14
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,17 @@
sdrangel (6.5.3-1) unstable; urgency=medium
* More Star Tracker updates. PR #762
* AirspyHF: added decimation by 128 and 256. PR #764
* SSB demod: use log (dB) for volume setting
* CW keyer: revised the WPM calculation
* SoapySDR: a few fixes. PR #766
* RTLSDR: changed BW setting limits. PR #766
* Various changes in build and compiler warning fixes. PR #766
* NFM demod: cosmetic changes. PR #766
* Removed FPS limitation in WSSpectrum. Implements #767
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 07 Feb 2021 10:00:23 +0100
sdrangel (6.5.2-1) unstable; urgency=medium
* StarTracker feature: more updates. PR #761

Wyświetl plik

@ -12,7 +12,7 @@
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
NFMDemod::m_channelId,
QStringLiteral("NFM Demodulator"),
QStringLiteral("6.4.0"),
QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -15,7 +15,7 @@
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
QStringLiteral("RTLSDR"),
QStringLiteral("RTL-SDR Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -32,7 +32,7 @@
const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("SoapySDR"),
QStringLiteral("SoapySDR Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.5.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,