From a1553af5d9f44b4620580538ae5a3093ca912974 Mon Sep 17 00:00:00 2001 From: Mike Savochkin Date: Sat, 11 Jan 2020 18:14:35 +0600 Subject: [PATCH 1/2] Fixed build on Linux --- hub/src/updater/UpdaterComponentTray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/src/updater/UpdaterComponentTray.cpp b/hub/src/updater/UpdaterComponentTray.cpp index 0354fbc6..33822009 100644 --- a/hub/src/updater/UpdaterComponentTray.cpp +++ b/hub/src/updater/UpdaterComponentTray.cpp @@ -58,8 +58,8 @@ CUpdaterComponentTray::update_internal() { str_tray_path); if (item->md5_sum() != "" && item->md5_sum() == CCommons::FileMd5(str_tray_download_path)) { - qInfo("Already have new version of tray in %s [%s]", - str_tray_download_path.toStdString().c_str(), item->md5_sum()); + qInfo("Already have new version of tray in %s", + str_tray_download_path.toStdString().c_str()); this->update_progress_sl(100, 100); connect(eu, &CExecutableUpdater::finished, this, &CUpdaterComponentTray::update_finished_sl); From 8bff776309c378655aa133a7543f95915119d11d Mon Sep 17 00:00:00 2001 From: Mike Savochkin Date: Sat, 11 Jan 2020 21:22:14 +0600 Subject: [PATCH 2/2] Releasing 3.7.3 --- CHANGELOG | 4 ++++ version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c0660af9..5a389973 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ # Change Log +## [7.3.7] 01/11/2020 +# BUG FIXES: +* Fixed build issues on some Qt versions + ## [7.3.6] 01/08/2020 # BUG FIXES: * Fixed parser of JSON output from Bazaar when requesting file diff --git a/version b/version index ee11304d..704726ec 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.3.6 +7.3.7