Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jun 1, 2022
1 parent 016c696 commit 2c2285d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
4 changes: 2 additions & 2 deletions fcdlib/fcdtraits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelmimo/doa2/doa2plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/ambe/ambeplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/xtrxmimo/xtrxmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c2285d

Please sign in to comment.