summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-08-29 13:02:29 +0300
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2017-09-06 14:16:43 +0200
commit21616f7bc1e7325d2cb04403388b8fdaeea99e21 (patch)
tree853289544f3a44f01c80b442e43a3c54a71bb10a
parentf5b1c3a32b2a7c9bc06b68c469981ae46fb7172e (diff)
Add changes file for Qt 5.6.3v5.6.3
Task-number: QTBUG-62708 Change-Id: I446d60a9d2f3313127f59a92fa7189ca6318334c Reviewed-by: André Hartmann <aha_1980@gmx.de> (cherry picked from commit dc7c6943b8c2890bb3d4d8ca6f526d2d45075a45)
-rw-r--r--dist/changes-5.6.337
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/changes-5.6.3 b/dist/changes-5.6.3
new file mode 100644
index 0000000..d9711dc
--- /dev/null
+++ b/dist/changes-5.6.3
@@ -0,0 +1,37 @@
+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 *
+****************************************************************************
+
+QtSerialBus
+------
+
+ - Modbus:
+ * [QTBUG-54834] Fixed handling of packets with payloads longer than 127
+ bytes.
+ * [QTBUG-56009] Fixed stack overflow in QModbusRtuSerialMaster on close.
+ * [QTBUG-59050] Fixed use case when QModbusRtuSerialMaster would not close.
+ This was introduced by the fix for QTBUG-56009.
+
+ - CanBus:
+ * [QTBUG-51845] Ensured that QCanBusFrame integer members are initialised
+ with zero.
+ * Set unused can{fd}_frame fields to zero when writing.