Skip to content

Commit

Permalink
Merge pull request #1913 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Mike Savochkin authored Jan 11, 2020
2 parents 65c8323 + ef22220 commit 51d56f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hub/src/updater/UpdaterComponentTray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.6
7.3.7

0 comments on commit 51d56f9

Please sign in to comment.