mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated versions and changelogs
This commit is contained in:
parent
a7dc4dc310
commit
252379d593
12
CHANGELOG
12
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
|
||||
|
@ -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
12
debian/changelog
vendored
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user