Updated version and changelogs

This commit is contained in:
f4exb 2020-09-26 09:13:34 +02:00
parent 8e702fd900
commit 4fb5633e62
5 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,14 @@
sdrangel (4.17.0-1) unstable; urgency=medium
* Packet modulator: new channel Tx plugin
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
* DATV demod: added standard basic settings dialog
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
* Corrected Highpass and Bandpass filters normalization. Implements #642
* Channel add action: fixed tab view being in use. Fixes #645
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 26 Sep 2020 07:12:43 +0200
sdrangel (4.16.1-1) unstable; urgency=medium sdrangel (4.16.1-1) unstable; urgency=medium
* BladeRF2: fixed global gain setting. Fixes issue #630 * BladeRF2: fixed global gain setting. Fixes issue #630

View File

@ -17,8 +17,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version # configure version
set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "16") set(sdrangel_VERSION_MINOR "17")
set(sdrangel_VERSION_PATCH "1") set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "") set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options # SDRAngel cmake options

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
sdrangel (4.17.0-1) unstable; urgency=medium
* Packet modulator: new channel Tx plugin
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
* DATV demod: added standard basic settings dialog
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
* Corrected Highpass and Bandpass filters normalization. Implements #642
* Channel add action: fixed tab view being in use. Fixes #645
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 26 Sep 2020 07:12:43 +0200
sdrangel (4.16.1-1) unstable; urgency=medium sdrangel (4.16.1-1) unstable; urgency=medium
* BladeRF2: fixed global gain setting. Fixes issue #630 * BladeRF2: fixed global gain setting. Fixes issue #630

View File

@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{ {
DATVDemod::m_channelId, DATVDemod::m_channelId,
QString("DATV Demodulator"), QString("DATV Demodulator"),
QString("4.16.2"), QString("4.17.0"),
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"), QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -32,7 +32,7 @@
const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = { const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = {
QString("SoapySDR"), QString("SoapySDR"),
QString("SoapySDR Input"), QString("SoapySDR Input"),
QString("4.15.0"), QString("4.17.0"),
QString("(c) Edouard Griffiths, F4EXB"), QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"), QString("https://github.com/f4exb/sdrangel"),
true, true,