summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-04 16:11:54 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-04 16:11:54 +0200
commitc4fc062f5b9d28a61061f17a266aa025f8208c68 (patch)
treeb744cc40d06d764a8a6b05fc4adbc103c4833ac5
parentf59374f875395e367ed4d6f298e50931bfc74d91 (diff)
parentda0d7d591c9406e436e69def16f74c649956bca0 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Conflicts: .qmake.conf Change-Id: I1e024cf6987c7f869b991dbcc14591fb4d382340
-rw-r--r--dist/changes-5.9.524
-rw-r--r--dist/changes-5.9.628
-rw-r--r--tests/auto/qmodbusclient/tst_qmodbusclient.cpp2
3 files changed, 53 insertions, 1 deletions
diff --git a/dist/changes-5.9.5 b/dist/changes-5.9.5
new file mode 100644
index 0000000..8df339e
--- /dev/null
+++ b/dist/changes-5.9.5
@@ -0,0 +1,24 @@
+Qt 5.9.5 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.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.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.9 will continue to run with 5.9.
+
+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.9.5 Changes *
+****************************************************************************
+
+ - This release contains only minor code improvements.
diff --git a/dist/changes-5.9.6 b/dist/changes-5.9.6
new file mode 100644
index 0000000..8212e34
--- /dev/null
+++ b/dist/changes-5.9.6
@@ -0,0 +1,28 @@
+Qt 5.9.6 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.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.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.9.6 Changes *
+****************************************************************************
+
+CAN bus
+-------
+
+ - [QTBUG-67030] Fixed a receive problem in the VectorCAN plugin. When
+ multiple channels were open, only the first one could receive frames.
diff --git a/tests/auto/qmodbusclient/tst_qmodbusclient.cpp b/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
index a6fd8ed..5e4a729 100644
--- a/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
+++ b/tests/auto/qmodbusclient/tst_qmodbusclient.cpp
@@ -67,7 +67,7 @@ public:
d_func()->m_open = true;
setState(QModbusDevice::UnconnectedState);
}
- bool processResponse(const QModbusResponse &response, QModbusDataUnit *data)
+ bool processResponse(const QModbusResponse &response, QModbusDataUnit *data) override
{
return QModbusClient::processResponse(response, data);
}