aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.12.1.md
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-31 17:39:43 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-09-03 09:53:13 +0000
commitf57ca14b2c2eeac1f7fedd863dc503be4638bee2 (patch)
tree6ccc4a935d4e38eaeac6a29360f45ed3b4eae843 /changelogs/changes-1.12.1.md
parent106a2b5877a26a4cd7a1c9e9542e0dc392cb2437 (diff)
Executor: Fix invalid assertion
An artifact whose alwaysUpdated property is false does not need to exist and is therefore not required to have a valid timestamp. Change-Id: I642349c49a53e6e45d6b09d1acc87f4c9a0edae9 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'changelogs/changes-1.12.1.md')
-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 e4edeb136..d9f105941 100644
--- a/changelogs/changes-1.12.1.md
+++ b/changelogs/changes-1.12.1.md
@@ -5,3 +5,4 @@
* 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.
+* Fixed possible assertion on input artifacts with alwaysUpdated == false.