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/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); diff --git a/version b/version index ee11304d..704726ec 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.3.6 +7.3.7