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
dfb149d267
commit
19f3c284ba
14
CHANGELOG
14
CHANGELOG
@ -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
|
||||
|
@ -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
14
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user