summaryrefslogtreecommitdiff
path: root/dist/changes-5.6.3
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-09-20 11:38:57 +0200
committerLiang Qi <liang.qi@qt.io>2017-09-20 11:38:57 +0200
commitba755c28ea0cd35cfa9d8c77ef7f2c61437ad25b (patch)
tree3379cee43d6acae95312e51e6cd05c3c4198a95e /dist/changes-5.6.3
parent749951c19cbb7d301bed20f24d16dd4e713485c2 (diff)
parentd84318e98aa3cbac11b4f95b3581e95aab96a34a (diff)
downloadqtwebchannel-ba755c28ea0cd35cfa9d8c77ef7f2c61437ad25b.tar.gz
Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3v5.10.0-beta2v5.10.0-beta1
Change-Id: I54f0bcd46ffb496156e46d723275cdd29601e45c
Diffstat (limited to 'dist/changes-5.6.3')
-rw-r--r--dist/changes-5.6.328
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3
new file mode 100644
index 0000000..fe30fea
--- /dev/null
+++ b/dist/changes-5.6.3
@@ -0,0 +1,28 @@
+Qt 5.6.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.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.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-47678][QTBUG-51366] Correctly forward objects via the webchannel
+ that live in a separate thread.
+
+ - [QTBUG-60250] Do not assert when unregistering an object before the
+ webchannel was initialized.