Updated version and changelogs

pull/516/head v4.14.5
f4exb 2020-04-28 05:47:49 +02:00
rodzic 9029a7f24f
commit 634821296d
4 zmienionych plików z 20 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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
Wyświetl plik

@ -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

Wyświetl plik

@ -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;