summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-11-16 09:22:25 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-19 05:21:52 +0000
commit857ed94b55b59859f41c55076c51e92f163cb9f7 (patch)
tree7acf63028d8016ed62fe9178f755f094c58aab50
parent200822ca61732693cc97802b953cd846654eb319 (diff)
Add changes file for Qt 5.11.3v5.11.3
+ b5c415eb612d05f7fe690eff361a616d0cabbc7e Modbus: Fix documentation for QModbusClient::timeoutChanged() + 864e4a8ab514ddcd7f79106a6b447f7a1d5b5d4e Fix case of accessing deleted memory + 200822ca61732693cc97802b953cd846654eb319 Bump version Change-Id: I1e021cc737ff28957a9787eb24582587b7231435 Reviewed-by: André Hartmann <aha_1980@gmx.de>
-rw-r--r--dist/changes-5.11.326
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 0000000..a3ad4ae
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,26 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+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.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.11.2 Changes *
+****************************************************************************
+
+ - Fixed documentation for QModbusClient::timeoutChanged().
+
+ - [QTBUG-65684] Fixed memory leak in QModbusRtuSerialMaster.