summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerChristian Strømme <christian.stromme@qt.io>2020-08-26 07:06:31 +0200
commit93bdca425bde930d58062216bd3cfae2abdc60c6 (patch)
treeb45b1431337b8274c5d2290daea650866c43389d
parent4598b0b1a5de36007ab390ffbecd5df3d53add61 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 6034066c6e95db1a7ec019194c36a5d7f339a79a Dynamically create the qrc file so it has the right alias + 48f2622cde5923d07d8b11e254079309a20e7f41 winrt: Fix threading issue when initializing webview plugins + 4598b0b1a5de36007ab390ffbecd5df3d53add61 Bump version Pick-to: dev 5.15 Change-Id: Id66345d526bb56dd2e94c1292546d90b1d554b5a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--dist/changes-5.15.125
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 0000000..22632a7
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,25 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+ - WinRT:
+ * [QTBUG-66418] Fixed threading issue while initializing webview plugins.