summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-03-16 14:10:47 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-06-01 13:09:37 +0000
commit9f56ec5fe0d4dbaa5e1193c6a5bd1dd84fc12e4a (patch)
treefb5175bd0788f7ad449cfccfd8460645f3fead14 /dist
parentfa1b01a54bdf62be7f6a5e9f96d1a060b7425947 (diff)
Add changes file for Qt 5.9.5
Change-Id: I3309b44d998fac9f61f0f09d061262bf6053209d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 95c8ac8f45163b4cea31514b0f47285396b499ed) Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.9.534
1 files changed, 34 insertions, 0 deletions
diff --git a/dist/changes-5.9.5 b/dist/changes-5.9.5
new file mode 100644
index 000000000..eb9f82612
--- /dev/null
+++ b/dist/changes-5.9.5
@@ -0,0 +1,34 @@
+Qt 5.9.5 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Qt 5.9.5 Changes *
+****************************************************************************
+
+windeployqt
+-----------
+
+ - The Qt3DAnimation dll is now deployed when the module is used.
+
+macdeployqt
+-----------
+
+ - [QTBUG-65844] Added support for selecting the file system type to use
+ when building a .dmg file. Defaults to HFS+ to support a wider range
+ of macOS versions.