aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-07-27 10:48:02 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-02 10:59:40 +0000
commit49def7cb647711e1f480a9d3c1506e9d9ce1b199 (patch)
tree78e70886bfd10635af85cc8c90697f141033c5dd /changelogs
parentd88fefb8851040282633e12bb0a35760a864c0a1 (diff)
Add a changelog for 1.12.1
To be kept in sync for all upcoming commits. Change-Id: I96e79bad9d98137dcf4ec90da6622e7058af6e24 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.12.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/changes-1.12.1.md b/changelogs/changes-1.12.1.md
new file mode 100644
index 000000000..ff14d8169
--- /dev/null
+++ b/changelogs/changes-1.12.1.md
@@ -0,0 +1,6 @@
+# Important bugfixes
+* Lifted the restriction that the -march option cannot appear in cpp.*Flags (QBS-1018).
+* All required header files get installed now (QBS-1370).
+* 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.