mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated version and changelogs
This commit is contained in:
parent
8e702fd900
commit
4fb5633e62
11
CHANGELOG
11
CHANGELOG
@ -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
|
||||||
|
@ -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
11
debian/changelog
vendored
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user