mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated versions and changelogs
This commit is contained in:
parent
e04cc10ae6
commit
166089a8bd
@ -1,3 +1,12 @@
|
||||
sdrangel (6.5.4-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum: more FPS capping options. Implements #772
|
||||
* Spectrum: autoscaling. Implements #771
|
||||
* Spectrum: overlap control. Implements #770
|
||||
* SSB demod: corrections to spanLog2 processing
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 13 Feb 2021 09:05:18 +0100
|
||||
|
||||
sdrangel (6.5.3-1) unstable; urgency=medium
|
||||
|
||||
* More Star Tracker updates. PR #762
|
||||
|
@ -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 "3")
|
||||
set(sdrangel_VERSION_PATCH "4")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
sdrangel (6.5.4-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum: more FPS capping options. Implements #772
|
||||
* Spectrum: autoscaling. Implements #771
|
||||
* Spectrum: overlap control. Implements #770
|
||||
* SSB demod: corrections to spanLog2 processing
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 13 Feb 2021 09:05:18 +0100
|
||||
|
||||
sdrangel (6.5.3-1) unstable; urgency=medium
|
||||
|
||||
* More Star Tracker updates. PR #762
|
||||
|
@ -12,7 +12,7 @@
|
||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
||||
SSBDemod::m_channelId,
|
||||
QStringLiteral("SSB Demodulator"),
|
||||
QStringLiteral("6.4.0"),
|
||||
QStringLiteral("6.5.4"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user