From c8645af35accdfadfa2b29cd897f77b6e15704c8 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Tue, 20 Aug 2019 13:16:26 +0300 Subject: Add changes file for Qt 5.12.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + a49336c78a0b610b2dff25ecc1f292bdeefbfda7 Android: disable tests requiring plugins + 1dda855cfc82db70fd937b1c33f9af57482a5d43 Bump version + 43d746c2c0c87c8694e835f3b052317c8fa02482 SocketCAN: Fix compiler error "‘SIOCGSTAMP’ was not declared" + dd9b3d7ee62019d75764be7e49468976708f16fd PeakCAN: Update documentation for added CAN FD functions + 4fb3e302a30c675b3d515d6eb5dd08301727d4c1 Doc: Add precision to QCanBusFrame::setFrameId description Change-Id: I2662d98bb7c7aae0edf9a6dc03005bddb5745686 Reviewed-by: Jani Heikkinen --- dist/changes-5.12.5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/changes-5.12.5 diff --git a/dist/changes-5.12.5 b/dist/changes-5.12.5 new file mode 100644 index 0000000..828ca9f --- /dev/null +++ b/dist/changes-5.12.5 @@ -0,0 +1,30 @@ +Qt 5.12.5 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.4. + +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.5 Changes * +**************************************************************************** + +QtSerialBus +----------- + + - CAN Plugins: + * [QTBUG-76957] Fixed the compiler error "‘SIOCGSTAMP’ was not declared" + in the SocketCAN plugin + -- cgit v1.2.3