aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-11 11:32:47 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-12 09:08:20 +0000
commit7c4d27eec0dbfc2df8a38af4cf11a86f6601a839 (patch)
tree3e697f5fd9a3f32da9daa81bb44e867f8043be2b /changelogs
parenta86215cab101caa0bac1f9c70b15c62c601bb34e (diff)
Update changelog file
Change-Id: I7b8a3f0a05a4af793c8ded6de9642184c15fc331 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.1.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md
index 2255fa1e0..8e6773490 100644
--- a/changelogs/changes-1.10.1.md
+++ b/changelogs/changes-1.10.1.md
@@ -1,2 +1,4 @@
-# General
-* Building Inno Setup, NSIS, or WiX installers now depends on installable artifacts by default.
+# Important bugfixes
+* Fix crash when the "original" value is misused (QBS-1255).
+* Fix GCC support for "bare metal" systems (QBS-1263).
+* Fix race condition when creating Inno Setup, NSIS, or WiX installers.