mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-17 23:28:50 -05:00
Upgrade libiio and libairspyhf versions. Updated version and changelogs
This commit is contained in:
parent
e24e8d20ac
commit
8a565a0de2
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
sdrangel (4.15.1-1) unstable; urgency=medium
|
||||
|
||||
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
||||
* ATV Demodulator: implement double bufferin
|
||||
* ATV Modulator: fix crash when m_pointsPerHBar = 0
|
||||
* PlutoSDR input: fixed upgrade to FW 0.32. Fixes #604
|
||||
* PlutoSDR: upgrade to libiio v0.21
|
||||
* AirspyHF: upgrade to libairspyhf 1.6.8
|
||||
* ValueDial(Z): add virtual keyboard support
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 20 Aug 2020 11:59:46 +0200
|
||||
|
||||
sdrangel (4.15.0-1) unstable; urgency=medium
|
||||
|
||||
* Added FileSink channel plugin. Implements #543.
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "15")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
sdrangel (4.15.1-1) unstable; urgency=medium
|
||||
|
||||
* ATV Demod: implementation of arbitrary sample rate. Implements #594
|
||||
* ATV Demodulator: implement double bufferin
|
||||
* ATV Modulator: fix crash when m_pointsPerHBar = 0
|
||||
* PlutoSDR input: fixed upgrade to FW 0.32. Fixes #604
|
||||
* PlutoSDR: upgrade to libiio v0.21
|
||||
* AirspyHF: upgrade to libairspyhf 1.6.8
|
||||
* ValueDial(Z): add virtual keyboard support
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 20 Aug 2020 11:59:46 +0200
|
||||
|
||||
sdrangel (4.15.0-1) unstable; urgency=medium
|
||||
|
||||
* Added FileSink channel plugin. Implements #543.
|
||||
|
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
@ -15,8 +15,8 @@ set(SERIALDV_TAG "v1.1.4")
|
||||
set(DSDCC_TAG "v1.9.0")
|
||||
set(LIMESUITE_TAG "v20.01.0")
|
||||
set(BLADERF_TAG "2019.07")
|
||||
set(LIBIIO_TAG 826563e41b5ce9890b75506f672017de8d76d52d)
|
||||
set(AIRSPYHF_TAG "1.1.5")
|
||||
set(LIBIIO_TAG "v0.21")
|
||||
set(AIRSPYHF_TAG "1.6.8")
|
||||
set(PERSEUS_TAG afefa23e3140ac79d845acb68cf0beeb86d09028)
|
||||
set(MIRISDR_TAG "v1.1.2")
|
||||
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
ATVDemod::m_channelId,
|
||||
QString("ATV Demodulator"),
|
||||
QString("4.14.19"),
|
||||
QString("4.15.1"),
|
||||
QString("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor ATVModPlugin::m_pluginDescriptor = {
|
||||
ATVMod::m_channelId,
|
||||
QString("ATV Modulator"),
|
||||
QString("4.14.19"),
|
||||
QString("4.15.1"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = {
|
||||
QString("AirspyHF"),
|
||||
QString("AirspyHF Input"),
|
||||
QString("4.15.0"),
|
||||
QString("4.15.1"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -33,7 +33,7 @@ class DeviceAPI;
|
||||
const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("PlutoSDR"),
|
||||
QString("PlutoSDR Input"),
|
||||
QString("4.15.0"),
|
||||
QString("4.15.1"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user