summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:53 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-08-26 08:05:50 +0300
commitd08c7960de241d33ba6e4e2bc5dc2056a7ae3726 (patch)
tree71bf341ceece0353347397a9e13084d203160f8a
parentfb26733bca30bd1a6790db10f819f73416c827ac (diff)
Add changes file for Qt 5.15.1v5.15.1
+ 0ef507f9cad0f9355f470e129d3dd75c623bc882 Add repc MERGED support for cmake + d4957cd786ac95337abf9a66e93dbce08c1a9f92 Also reconnect on QLocalSocket::PeerClosedError + 5e3e526f597b9e4b5b0336d1f816629724c0689f Don't connect overloaded signals + 3918dc3bb2a89f8d2eae4ca3dfab284d02011bfa Bump version + fb26733bca30bd1a6790db10f819f73416c827ac Add binary compatibility file for 5.15 for QtRemoteObjects Pick-to: dev 5.15 Change-Id: I9b1f3fc3260156f2a7ed02556451733126de76a8 Reviewed-by: Michael Brasser <michael.brasser@live.com>
-rw-r--r--dist/changes-5.15.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 0000000..332ee9d
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,20 @@
+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.
+
+ - This release contains only minor code improvements.