mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated versions and changelogs
This commit is contained in:
parent
61351faf68
commit
c9075d46cb
13
CHANGELOG
13
CHANGELOG
@ -1,3 +1,16 @@
|
||||
sdrangel (7.17.0-1) unstable; urgency=medium
|
||||
|
||||
* Add frequency scanner channel plugin. PR #1852
|
||||
* Implementation of Mac OS CI. PR #1841
|
||||
* Change down and up channelizers filter chain strategy. Fixes #1846
|
||||
* Fix race condition that can result in a crash or hang. PR #1854
|
||||
* DSC Demod: initialise m_scopeSink. PR #1854
|
||||
* Fix FFT Overlap for spectrum view. PR #1856
|
||||
* Various ADS-B enhancements. PR #1861
|
||||
* Use channel sample rate of 48k in RTTY and PSK31 mods. Fixes #1862. PR #1865
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 29 Oct 2023 04:21:18 +0100
|
||||
|
||||
sdrangel (7.16.0-1) unstable; urgency=medium
|
||||
|
||||
* Added RTTY modulator. PR #1800
|
||||
|
@ -19,7 +19,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "16")
|
||||
set(sdrangel_VERSION_MINOR "17")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
||||
sdrangel (7.17.0-1) unstable; urgency=medium
|
||||
|
||||
* Add frequency scanner channel plugin. PR #1852
|
||||
* Implementation of Mac OS CI. PR #1841
|
||||
* Change down and up channelizers filter chain strategy. Fixes #1846
|
||||
* Fix race condition that can result in a crash or hang. PR #1854
|
||||
* DSC Demod: initialise m_scopeSink. PR #1854
|
||||
* Fix FFT Overlap for spectrum view. PR #1856
|
||||
* Various ADS-B enhancements. PR #1861
|
||||
* Use channel sample rate of 48k in RTTY and PSK31 mods. Fixes #1862. PR #1865
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 29 Oct 2023 04:21:18 +0100
|
||||
|
||||
sdrangel (7.16.0-1) unstable; urgency=medium
|
||||
|
||||
* Added RTTY modulator. PR #1800
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||
ADSBDemod::m_channelId,
|
||||
QStringLiteral("ADS-B Demodulator"),
|
||||
QStringLiteral("7.16.0"),
|
||||
QStringLiteral("7.17.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor DSCDemodPlugin::m_pluginDescriptor = {
|
||||
DSCDemod::m_channelId,
|
||||
QStringLiteral("DSC Demodulator"),
|
||||
QStringLiteral("7.14.0"),
|
||||
QStringLiteral("7.17.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor PSK31Plugin::m_pluginDescriptor = {
|
||||
PSK31::m_channelId,
|
||||
QStringLiteral("PSK31 Modulator"),
|
||||
QStringLiteral("7.16.0"),
|
||||
QStringLiteral("7.17.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor RttyModPlugin::m_pluginDescriptor = {
|
||||
RttyMod::m_channelId,
|
||||
QStringLiteral("RTTY Modulator"),
|
||||
QStringLiteral("7.16.0"),
|
||||
QStringLiteral("7.17.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user