1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-06-20 10:02:23 +02:00
parent f86cd887f3
commit 9508e8b88a
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,12 @@
sdrangel (4.14.10-1) unstable; urgency=medium
* Fixed Soapy SDR find module. Implements issue #519
* Added SWSCALE to the list of required FFMpeg modules. Implements issue #437
* Channel analyzer: fixed scope vis feed regression. Fixes issue #547
* Sepectrum GUI: use spin boxes for spectrum range. Implements issue #546
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Jun 2020 04:12:35 +0200
sdrangel (4.14.9-1) unstable; urgency=medium sdrangel (4.14.9-1) unstable; urgency=medium
* DSD demod: implemented DMR basic privacy (dsdcc 1.8.7) * DSD demod: implemented DMR basic privacy (dsdcc 1.8.7)

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version # configure version
set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "14") set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_PATCH "9") set(sdrangel_VERSION_PATCH "10")
set(sdrangel_VERSION_SUFFIX "") set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options # SDRAngel cmake options

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
sdrangel (4.14.10-1) unstable; urgency=medium
* Fixed Soapy SDR find module. Implements issue #519
* Added SWSCALE to the list of required FFMpeg modules. Implements issue #437
* Channel analyzer: fixed scope vis feed regression. Fixes issue #547
* Sepectrum GUI: use spin boxes for spectrum range. Implements issue #546
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Jun 2020 04:12:35 +0200
sdrangel (4.14.9-1) unstable; urgency=medium sdrangel (4.14.9-1) unstable; urgency=medium
* DSD demod: implemented DMR basic privacy (dsdcc 1.8.7) * DSD demod: implemented DMR basic privacy (dsdcc 1.8.7)

View File

@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = { const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId, ChannelAnalyzer::m_channelId,
QString("Channel Analyzer"), QString("Channel Analyzer"),
QString("4.14.6"), QString("4.14.10"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,