aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-29 18:02:10 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-31 07:51:11 +0000
commit89689cac88ffe880942c7acb59fc3374a34cbd6c (patch)
tree800feec2c017aaf8760426498720950b71b28100 /changelogs
parentd8c000b6c01787205bd11a475a7b9b0e168451b0 (diff)
Store product names in ExportedModule
... rather than product pointers. ExportedModule objects can be stored in Transformers, which potentially outlive the referenced products. Alternatively, we could update the product pointers during change tracking, but that would be tedious and error-prone. [ChangeLog] Fixed possible crash on storing a build graph after re- resolving. Change-Id: I09bcf638a17da410198524858eb4c1bda59bebcb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.12.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-1.12.1.md b/changelogs/changes-1.12.1.md
index ff14d8169..e4edeb136 100644
--- a/changelogs/changes-1.12.1.md
+++ b/changelogs/changes-1.12.1.md
@@ -4,3 +4,4 @@
* Fixed rpaths not ending up on the command line under certain circumstances (QBS-1372).
* Fixed possible crash when scanning qrc files (QBS-1375).
* Fixed spurious re-building of .pc and .qbs module files.
+* Fixed possible crash on storing a build graph after re-resolving.