summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2022-05-29 12:10:24 +0200
committerf4exb <f4exb06@gmail.com>2022-05-29 12:10:24 +0200
commit252379d5939848543e7ca3969905ef0cef07723a (patch)
tree58735a161b68fe3c02e1a8c85f977027b8234b51
parenta7dc4dc310e4b7cc533cf7b6d7be2d56efee48ce (diff)
Updated versions and changelogsv7.3.0
-rw-r--r--CHANGELOG12
-rw-r--r--CMakeLists.txt4
-rw-r--r--debian/changelog12
-rw-r--r--plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodplugin.cpp2
-rw-r--r--plugins/channelmimo/interferometer/interferometerplugin.cpp2
-rw-r--r--plugins/channeltx/modfreedv/freedvmodplugin.cpp2
6 files changed, 29 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 808e0c97c..40ff5e044 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+sdrangel (7.3.0-1) unstable; urgency=medium
+
+ * New Direction Of Arrival with 2 sources MI plugin. Implements #444
+ * Upgraded codec2 to v1.0.3. Fixes #1256
+ * FreeDV mod: improved output power
+ * FreeDV plugins: fixed spanLog2 GUI connection
+ * Fixed Interferometer and BeamSteeringCW absolute center frequency display
+ * Fixed Interferometer and BeamSteeringCW MIMO channel plugins
+ * Fixed Mac build. PR #1257
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 May 2022 03:12:00 +0200
+
sdrangel (7.2.1-1) unstable; urgency=medium
* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32ee35ff3..4c9eaf019 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
-set(sdrangel_VERSION_MINOR "2")
-set(sdrangel_VERSION_PATCH "1")
+set(sdrangel_VERSION_MINOR "3")
+set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index dd9b651e2..47b755139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+sdrangel (7.3.0-1) unstable; urgency=medium
+
+ * New Direction Of Arrival with 2 sources MI plugin. Implements #444
+ * Upgraded codec2 to v1.0.3. Fixes #1256
+ * FreeDV mod: improved output power
+ * FreeDV plugins: fixed spanLog2 GUI connection
+ * Fixed Interferometer and BeamSteeringCW absolute center frequency display
+ * Fixed Interferometer and BeamSteeringCW MIMO channel plugins
+ * Fixed Mac build. PR #1257
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 29 May 2022 10:05:21 +0200
+
sdrangel (7.2.1-1) unstable; urgency=medium
* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
diff --git a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodplugin.cpp b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodplugin.cpp
index 5dfeb6ec4..9a02d526d 100644
--- a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodplugin.cpp
+++ b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodplugin.cpp
@@ -29,7 +29,7 @@
const PluginDescriptor BeamSteeringCWModPlugin::m_pluginDescriptor = {
BeamSteeringCWMod::m_channelId,
QStringLiteral("BeamSteeringCWMod"),
- QStringLiteral("7.0.0"),
+ QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channelmimo/interferometer/interferometerplugin.cpp b/plugins/channelmimo/interferometer/interferometerplugin.cpp
index a163b6682..584fbd681 100644
--- a/plugins/channelmimo/interferometer/interferometerplugin.cpp
+++ b/plugins/channelmimo/interferometer/interferometerplugin.cpp
@@ -30,7 +30,7 @@
const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = {
Interferometer::m_channelId,
QStringLiteral("Interferometer"),
- QStringLiteral("7.0.0"),
+ QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
diff --git a/plugins/channeltx/modfreedv/freedvmodplugin.cpp b/plugins/channeltx/modfreedv/freedvmodplugin.cpp
index f2d036766..b83c58296 100644
--- a/plugins/channeltx/modfreedv/freedvmodplugin.cpp
+++ b/plugins/channeltx/modfreedv/freedvmodplugin.cpp
@@ -28,7 +28,7 @@
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
FreeDVMod::m_channelId,
QStringLiteral("FreeDV Modulator"),
- QStringLiteral("7.0.0"),
+ QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,