mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-10-31 15:07:12 -04:00
Updated versions and changelogs
This commit is contained in:
parent
016c6964c2
commit
2c2285d614
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
||||
sdrangel (7.3.1-1) unstable; urgency=medium
|
||||
|
||||
* DOA2 plugin: various fixes
|
||||
* Funcube for Windows and Mac. PR #1261
|
||||
* XTRX MIMO GUI: fixed GUI window size
|
||||
* AMBR feature: fixed TTY devices search to limit conflicts
|
||||
* NoiseFigure plugin: Fix #1269 and #1268. PR #1269
|
||||
* USRP: Add support for non-discoverable devices and user arguments. PR #1271
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jun 2022 19:30:17 +0200
|
||||
|
||||
sdrangel (7.3.0-1) unstable; urgency=medium
|
||||
|
||||
* New Direction Of Arrival with 2 sources MI plugin. Implements #444
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "3")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
sdrangel (7.3.1-1) unstable; urgency=medium
|
||||
|
||||
* DOA2 plugin: various fixes
|
||||
* Funcube for Windows and Mac. PR #1261
|
||||
* XTRX MIMO GUI: fixed GUI window size
|
||||
* AMBR feature: fixed TTY devices search to limit conflicts
|
||||
* NoiseFigure plugin: Fix #1269 and #1268. PR #1269
|
||||
* USRP: Add support for non-discoverable devices and user arguments. PR #1271
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jun 2022 19:30:17 +0200
|
||||
|
||||
sdrangel (7.3.0-1) unstable; urgency=medium
|
||||
|
||||
* New Direction Of Arrival with 2 sources MI plugin. Implements #444
|
||||
|
@ -40,8 +40,8 @@ const char *fcd_traits<ProPlus>::displayedName = "FunCube Dongle Pro+";
|
||||
const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input";
|
||||
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";
|
||||
|
||||
const char *fcd_traits<Pro>::pluginVersion = "7.0.0";
|
||||
const char *fcd_traits<ProPlus>::pluginVersion = "7.0.0";
|
||||
const char *fcd_traits<Pro>::pluginVersion = "7.3.1";
|
||||
const char *fcd_traits<ProPlus>::pluginVersion = "7.3.1";
|
||||
|
||||
const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L;
|
||||
const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L;
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor DOA2Plugin::m_pluginDescriptor = {
|
||||
DOA2::m_channelId,
|
||||
QStringLiteral("DOA 2 sources"),
|
||||
QStringLiteral("7.3.0"),
|
||||
QStringLiteral("7.3.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor AMBEPlugin::m_pluginDescriptor = {
|
||||
AMBE::m_featureId,
|
||||
QStringLiteral("AMBE Controller"),
|
||||
QStringLiteral("7.2.1"),
|
||||
QStringLiteral("7.3.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor XTRXMIMOPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("XTRX"),
|
||||
QStringLiteral("XTRX MIMO"),
|
||||
QStringLiteral("7.0.0"),
|
||||
QStringLiteral("7.3.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user