summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2018-11-05 20:45:07 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-06 11:14:13 +0000
commitf5bcd1bc921f533cb3bd5d3a03c828d2554cf8a5 (patch)
tree24ca05e284c3b475054d96b89b1765e368ee2580
parent54262ed8861dcf7ea15f89591c07b414b74c85f0 (diff)
Fix changes file for 5.12.0v5.12.0-rc2v5.12.0-rc1v5.12.0
* Removed stray asterisk characters and trailing empty line * Removed the Q_DECLARE_OPERATORS_FOR_FLAGS entry. It was added during the API review as fixup for the newly introduced QCanBusDevice::clear() function Amends 54262ed8861dcf7ea15f89591c07b414b74c85f0 Change-Id: Ic757193e33de358fd716cd8bdcd25e7ac73fcf04 Reviewed-by: Konstantin Shegunov <kshegunov@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.12.06
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/changes-5.12.0 b/dist/changes-5.12.0
index 7732d2f..c603b24 100644
--- a/dist/changes-5.12.0
+++ b/dist/changes-5.12.0
@@ -26,7 +26,6 @@ QtSerialBus
* [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
@@ -45,12 +44,11 @@ QtSerialBus
* [QTBUG-64843] Fixed incorrect reading and writing of QModbusServer
registers with non-zero start addresses.
- - QModbusRtuSerialMaster *
+ - 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 *
+ - QModbusRtuSerialSlave
* [QTBUG-59286] Permit dropping the RTU Slave request buffer when it
contains wrong characters between individual Modbus PDUs.
-