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
9029a7f24f
commit
634821296d
@ -1,3 +1,12 @@
|
||||
sdrangel (4.14.5-1) unstable; urgency=medium
|
||||
|
||||
* DATV demod: applied some recent changes in leansdr
|
||||
* Fixed incorrect frequency display when transverter is engaged. Fixes issue #509
|
||||
* ATV mod: Ubuntu 20.04 OpenCV code compatibility. Fixes issue #511
|
||||
* Fixed some warnings from Mac ports compilation (2)
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 28 Apr 2020 03:35:17 +0200
|
||||
|
||||
sdrangel (4.14.4-1) unstable; urgency=medium
|
||||
|
||||
* XTRX: REST API: fixed wrong setting object
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "14")
|
||||
set(sdrangel_VERSION_PATCH "4")
|
||||
set(sdrangel_VERSION_PATCH "5")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
sdrangel (4.14.5-1) unstable; urgency=medium
|
||||
|
||||
* DATV demod: applied some recent changes in leansdr
|
||||
* Fixed incorrect frequency display when transverter is engaged. Fixes issue #509
|
||||
* ATV mod: Ubuntu 20.04 OpenCV code compatibility. Fixes issue #511
|
||||
* Fixed some warnings from Mac ports compilation (2)
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 28 Apr 2020 03:35:17 +0200
|
||||
|
||||
sdrangel (4.14.4-1) unstable; urgency=medium
|
||||
|
||||
* XTRX: REST API: fixed wrong setting object
|
||||
|
@ -41,7 +41,7 @@ Preset::Preset(const Preset& other) :
|
||||
|
||||
void Preset::resetToDefaults()
|
||||
{
|
||||
m_presetType == PresetSource; // Rx
|
||||
m_presetType = PresetSource; // Rx
|
||||
m_group = "default";
|
||||
m_description = "no name";
|
||||
m_centerFrequency = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user