aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-19 16:36:40 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-20 11:15:58 +0000
commit508fce322c4715f32309e7ab959ef2630b73b553 (patch)
tree6a002f1bc0f8ad55c2df411feb0e52d4492dc97f /changelogs
parent99bb3be64acae4f9d1bf2af150a503564a79f20b (diff)
Add changelog for 1.11.1
Change-Id: Id2c0523f7928150dc8a73463fe572d05008d3582 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.11.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/changes-1.11.1.md b/changelogs/changes-1.11.1.md
new file mode 100644
index 000000000..e2851850b
--- /dev/null
+++ b/changelogs/changes-1.11.1.md
@@ -0,0 +1,5 @@
+# Important bugfixes
+* Speed up run environment setup (QTCREATORBUG-20175).
+* Fix qbs command line generated by the Visual Studio project generator (QBS-1303).
+* Install all required header files when building Qbs with qmake.
+* Fix undefined behavior in the qbscore library where a reference to a temporary object was stored.