aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.3.1.md
Commit message (Collapse)AuthorAgeFilesLines
* Qbs: Fix crash when renaming filesTim Jenssen2017-06-261-0/+4
| | | | | | | | | | | | | | | | Fix a crash when using file nodes to change the project. The methods used to take const references, with the data living in the nodes of the project tree. Since the methods change the project tree and thus cause the tree to be rebuilt, the original data may get lost. So copy the data instead. All the qbs::*Data classes are using shared data, so the overhead is not too big. Task-number: QTCREATORBUG-18440 Change-Id: I45ca5403a04e17790416dfe15b836f12c732e824 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Add more changes for 4.3.1Eike Ziller2017-06-261-0/+79
| | | | | | Change-Id: I11e5650fdd77c8eb0fb62beefaad2d9af81e96ed Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Add changes file for 4.3.1Eike Ziller2017-05-291-0/+31
Change-Id: Ie98600d794c179285f93f23fbe82605d6a5f0512 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>