diff options
author | Eike Ziller <eike.ziller@qt.io> | 2021-11-03 14:26:47 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2021-11-03 14:26:47 +0100 |
commit | c2e27bd927c8f041c04ad6e4217f2856a4cddace (patch) | |
tree | 836e66b0c388ed43f0d818f5720770cf7b539fea /dist | |
parent | 7e614b599e017a8200b7a78df93eb0500cc599a4 (diff) | |
parent | ad8a04f410e7293bba80c9c02640739f92588deb (diff) | |
download | qt-creator-c2e27bd927c8f041c04ad6e4217f2856a4cddace.tar.gz |
Merge remote-tracking branch 'origin/5.0' into 6.0
Change-Id: I436d15f2aeefbf6fc80340f01398509c213fc1b1
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.0.3.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dist/changes-5.0.3.md b/dist/changes-5.0.3.md new file mode 100644 index 0000000000..2c8f9d5bd1 --- /dev/null +++ b/dist/changes-5.0.3.md @@ -0,0 +1,56 @@ +Qt Creator 5.0.3 +================ + +Qt Creator version 5.0.3 contains bug fixes. + +The most important changes are listed in this document. For a complete list of +changes, see the Git log for the Qt Creator sources that you can check out from +the public Git repository. For example: + + git clone git://code.qt.io/qt-creator/qt-creator.git + git log --cherry-pick --pretty=oneline origin/v5.0.2..v5.0.3 + +Editing +------- + +### QML + +* Fixed possible crash on shutdown + +### Image Viewer + +* Fixed crash when opening invalid movie (QTCREATORBUG-26377) + +Projects +-------- + +### qmake + +* Fixed handling of `QMAKE_EXTRA_COMPILERS` (QTCREATORBUG-26323) + +Platforms +--------- + +### macOS + +* Fixed crash when opening qmake projects on ARM Macs (QTBUG-97085) + +### Android + +* Fixed issue in installation step with qmake projects (QTCREATORBUG-26357) + +Credits for these changes go to: +-------------------------------- +Assam Boudjelthia +Christian Kandeler +Eike Ziller +Henning Gruendl +Jaroslaw Kobus +Johanna Vanhatapio +Jörg Bornemann +Kai Köhne +Kaj Grönholm +Leena Miettinen +Robert Löhning +Thomas Hartmann +Tim Jenssen |