From 5cad0324c32a09ed6ef9505f2b88f94aac0278d8 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Thu, 27 Nov 2014 16:23:32 +0300 Subject: Add changelog for Qt 5.4.0 Change-Id: I7c15897db3429df3a0d122893662c20ede4c8f66 Reviewed-by: Sergey Belyashov --- dist/changes-5.4.0 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 dist/changes-5.4.0 diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0 new file mode 100644 index 0000000..3b6f399 --- /dev/null +++ b/dist/changes-5.4.0 @@ -0,0 +1,42 @@ +QtSerialPort 5.4 introduces a few new features and improvements as well as +bugfixes over the 5.3.x series. For more details, refer to the online +documentation included in this distribution. The documentation is also available +online: + + http://qt-project.org/doc/ + +The QtSerialPort version 5.4 series is binary compatible with the 5.3.x series. +Applications compiled for 5.3 will continue to run with 5.4. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt-project.org/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - [QTBUG-41190] Fixed build on Qt4 related to QT_DEPRECATED_SINCE(5, 2) macro. + + - QSerialPortInfo: + * Added support of a serial number of the USB device from the Sysfs backend. + * Fixed crash on OSX related to wrong use of QCFString class. + * Added enumeration of on-board types of serial ports (like SOC and OCP) + at using of the Sysfs backend on Linux. + * [QTBUG-40113] Fixed crash related to dynamic udev loading. + + - QSerialPort: + * Fixed filtering of custom baud rate on Linux. + * [QTBUG-41295] Now the reading are not stalled on Windows when used the + read buffer with the limited size. + * Now the reading are not stalled on Windows after calling of the clear() + method. + * Now the bytesToWrite() on Windows returns the zero after WriteFile() + was called. + * [QTBUG-41262] Fixed QSPI::isNull() method, which should returns false + when QSPI is empty. + * [QTBUG-38639] Allow to use custom devices paths. -- cgit v1.2.1 From 9aef6c3c8ff97b7998bdd813f7c7f3d845b2a53f Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 28 Nov 2014 13:20:35 +0300 Subject: Remove foreign records from 5.4.0 changes To this changelog were added wrong changes from 5.4.1. Change-Id: I77cc5abb7d537dda3859969d18fb22546cf466ec Reviewed-by: Sergey Belyashov --- dist/changes-5.4.0 | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0 index 3b6f399..a028542 100644 --- a/dist/changes-5.4.0 +++ b/dist/changes-5.4.0 @@ -37,6 +37,3 @@ information about a particular change. method. * Now the bytesToWrite() on Windows returns the zero after WriteFile() was called. - * [QTBUG-41262] Fixed QSPI::isNull() method, which should returns false - when QSPI is empty. - * [QTBUG-38639] Allow to use custom devices paths. -- cgit v1.2.1