aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-18 14:24:27 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-19 08:29:10 +0000
commit702a77528e60b084146ec9087ba028c3098ee7fd (patch)
treeb33ee43b9017c92ab37c36017d204d0b05279dcd /changelogs
parent677ce4bb02602a47bdf8961e7a9f41d85a122de7 (diff)
cpp module: Init all suffix and prefix properties to the empty string
...rather than leaving them undefined. This way, the string "undefined" will not end up in file names. It's safer to do it this way compared to checking for "undefined" in all the places that could make use of the properties. Due to the semantics of these properties, there is also no value in treating "undefined" in a special way. Task-number: QBS-1265 Change-Id: I6ce7626485baa284a6c782b513740f9d150e18c3 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md
index ffcf8c9e1..21862d533 100644
--- a/changelogs/changes-1.10.1.md
+++ b/changelogs/changes-1.10.1.md
@@ -1,7 +1,7 @@
# Important bugfixes
* Fix crash when the "original" value is misused (QBS-1255).
* Fix qtquickcompiler support for qml files in subdirectories (QBS-1261).
-* Fix GCC support for "bare metal" systems (QBS-1263).
+* Fix GCC support for "bare metal" systems (QBS-1263, QBS-1265).
* Fix using ids in Depends items (QBS-1264).
* Fix race condition when creating Inno Setup, NSIS, or WiX installers.
* Fix release builds for Android with NDK r12 and above (QBS-1256).