Updated versions and changelogs

This commit is contained in:
f4exb 2021-02-20 18:30:51 +01:00
parent 754798cafb
commit 42815a0664
5 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,15 @@
sdrangel (6.5.5-1) unstable; urgency=medium
* Spectrum frequency zooming: Implements #773
* Spectrum time and power zomming. Implements #779
* DeviceUISet: fixed channel instance registrations element deletion. Fixes #776
* FileSink: fixed spectrum GUI center frequency setting (baseband to GUI communication)
* FileSink: give .sdriq extension to provided file name automatically. Fixes #780
* SigMFFileSink: give .sigmf-meta extension to provided file name automatically.
* SigMFFileSink: append data if file exists and has been recorded with SDRangel. Implements #781
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Feb 2021 17:28:46 +0100
sdrangel (6.5.4-1) unstable; urgency=medium
* Spectrum: more FPS capping options. Implements #772

View File

@ -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 "4")
set(sdrangel_VERSION_PATCH "5")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
sdrangel (6.5.5-1) unstable; urgency=medium
* Spectrum frequency zooming: Implements #773
* Spectrum time and power zomming. Implements #779
* DeviceUISet: fixed channel instance registrations element deletion. Fixes #776
* FileSink: fixed spectrum GUI center frequency setting (baseband to GUI communication)
* FileSink: give .sdriq extension to provided file name automatically. Fixes #780
* SigMFFileSink: give .sigmf-meta extension to provided file name automatically.
* SigMFFileSink: append data if file exists and has been recorded with SDRangel. Implements #781
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Feb 2021 17:28:46 +0100
sdrangel (6.5.4-1) unstable; urgency=medium
* Spectrum: more FPS capping options. Implements #772

View File

@ -29,7 +29,7 @@
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
FileSink::m_channelId,
QStringLiteral("File Sink"),
QStringLiteral("6.3.3"),
QStringLiteral("6.5.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
SigMFFileSink::m_channelId,
QStringLiteral("SigMF File Sink"),
QStringLiteral("6.3.3"),
QStringLiteral("6.5.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,