Updated versions and changelogs

pull/1391/head v7.6.2
f4exb 2022-08-14 11:52:25 +02:00
rodzic 2309104f74
commit d699271fcd
8 zmienionych plików z 33 dodań i 7 usunięć

Wyświetl plik

@ -1,3 +1,16 @@
sdrangel (7.6.2-1) unstable; urgency=medium
* MacOS build fixes. PR #1374
* ChannelAnalyzer: apply fix for #892 only if the current trace mode is live. Fixes #1375
* Call find_package for OpenCV on Windows for modatv. PR #1382. Fixes #1366
* M17 mod: removed unwanted method declaration. Fixes #1380
* RemoteTCPInput: Use input frequency offset when calculating local centre frequency. PR #1383. Fixes #1377
* WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387
* SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices
* Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 14 Aug 2022 09:49:13 +0200
sdrangel (7.6.1-1) unstable; urgency=medium
* Fix map feature 5.15.4 check. PR #1370
@ -8,7 +21,7 @@ sdrangel (7.6.1-1) unstable; urgency=medium
* Corrected order of deletion of feature vs feature GUI. Fixes #1332
* Some OpenGL fixes. Issues #1351 #1359. PR #1361
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +02004
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +0200
sdrangel (7.6.0-1) unstable; urgency=medium

Wyświetl plik

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

13
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,16 @@
sdrangel (7.6.2-1) unstable; urgency=medium
* MacOS build fixes. PR #1374
* ChannelAnalyzer: apply fix for #892 only if the current trace mode is live. Fixes #1375
* Call find_package for OpenCV on Windows for modatv. PR #1382. Fixes #1366
* M17 mod: removed unwanted method declaration. Fixes #1380
* RemoteTCPInput: Use input frequency offset when calculating local centre frequency. PR #1383. Fixes #1377
* WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387
* SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices
* Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 14 Aug 2022 09:49:13 +0200
sdrangel (7.6.1-1) unstable; urgency=medium
* Fix map feature 5.15.4 check. PR #1370

Wyświetl plik

@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId,
QStringLiteral("Channel Analyzer"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
WFMMod::m_channelId,
QStringLiteral("WFM Modulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -32,7 +32,7 @@
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteTCPInput"),
QStringLiteral("Remote TCP device input"),
QStringLiteral("7.6.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,