Updated versions and changelogs

This commit is contained in:
f4exb 2022-05-29 12:10:24 +02:00
parent a7dc4dc310
commit 252379d593
6 changed files with 29 additions and 5 deletions

View File

@ -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

View File

@ -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

12
debian/changelog vendored
View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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,