aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-05-23 16:12:01 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-05-23 17:02:41 +0000
commit8cd4b8cec7ffda0b19b01129e96eda8d2fb75ec0 (patch)
tree4f402f1d22b1b96e5c7006ec0274b8d87671d70c /changelogs
parent386f70fabd7a7741c303c1c58c259adfad6d2ee6 (diff)
Add change log for 1.13.1v1.13.1
Change-Id: I2d1f0704385d3ba863a832f74718068c0d00ca6d Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.13.1.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/changes-1.13.1.md b/changelogs/changes-1.13.1.md
new file mode 100644
index 000000000..b2a315cdc
--- /dev/null
+++ b/changelogs/changes-1.13.1.md
@@ -0,0 +1,9 @@
+# Important bugfixes
+* Qt support: Plugins are no longer linked into static libraries when building against
+ a static Qt (QBS-1441).
+* Qt support: Fixed excessively long linker command lines (QBS-1441).
+* Qt support: Host libraries are now looked up at the right location (QBS-1445).
+* Qt support: Fixed failure to find Qt modules in Qt Creator when re-parsing a project that
+ hasn't been built yet.
+* macOS: Properties in bundle.infoPlist are no longer overridden (QBS-1447).
+* iOS: Fixed generation of default Info.plist (QBS-1447).