summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-10-31 11:13:13 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-05 12:49:44 +0000
commit54262ed8861dcf7ea15f89591c07b414b74c85f0 (patch)
tree4801a746e59ae4c54b91cc25b8ed91d59e06d6b0
parent834258bb3d17638e8e3dc2eca2a3115006c092fd (diff)
Add changes file for Qt 5.12.0v5.12.0-beta4
Change-Id: I15f832a92542d19e81d725f3dfef97eda193febc Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.12.056
1 files changed, 56 insertions, 0 deletions
diff --git a/dist/changes-5.12.0 b/dist/changes-5.12.0
new file mode 100644
index 0000000..7732d2f
--- /dev/null
+++ b/dist/changes-5.12.0
@@ -0,0 +1,56 @@
+Qt 5.12 introduces many new features and improvements as well as bugfixes
+over the 5.11.x series. 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.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.12.0 Changes *
+****************************************************************************
+
+QtSerialBus
+-----------
+
+ - QCanBusFrame
+ * [QTBUG-66143] Added the functions QCanBusDevice::readAllFrames() to read
+ all frames from the receive buffer and QCanBusDevice::clear() to clear
+ the receive or transmit buffer.
+ * Added missing Q_DECLARE_OPERATORS_FOR_FLAGS(QCanBusDevice::Directions)
+
+ - canbusutil
+ * [QTBUG-67164] Added configuration options to canbusutil, e.g. for
+ bitrate setting or to enable CAN FD operation mode.
+
+ - CAN Plugins:
+ * [QTBUG-61837] Added a generic virtual CAN bus plugin.
+ * [QTBUG-62959] Added CAN FD functionality to the PeakCAN plugin.
+ Therefore the minimum required PCAN-Basic version is now 4.0.0.
+
+ - ModbusReply
+ * [QTBUG-68543] Ensure that pending QModbusReply::finished() is emitted
+ after a serial disconnection.
+
+ - QModbusServer
+ * [QTBUG-64843] Fixed incorrect reading and writing of QModbusServer
+ registers with non-zero start addresses.
+
+ - QModbusRtuSerialMaster *
+ * [QTBUG-69188] Fixed that RTU Master ignored responses due to being in
+ Send state (Introduced by the fix for QTBUG-62299)
+ * [QTBUG-65684] Fixed a crash due to access of deleted memory.
+
+ - QModbusRtuSerialSlave *
+ * [QTBUG-59286] Permit dropping the RTU Slave request buffer when it
+ contains wrong characters between individual Modbus PDUs.
+