aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.12.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-1.12.1.md')
-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.