diff options
author | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2014-12-17 13:02:30 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-12-17 13:02:30 +0100 |
commit | 8991fea880e46b0dc7fa2a4df6eb8b58088df10f (patch) | |
tree | 3e18db495c714dbb78085b82062f7c5f543461af /dist | |
parent | 7054b2b1d7a92bd1af05ee15bb1ce66c7fd51f73 (diff) | |
parent | 87574262a1bfa218633d1a2140c25bc0e382d012 (diff) | |
download | qtserialport-8991fea880e46b0dc7fa2a4df6eb8b58088df10f.tar.gz |
Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/staging/5.4
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.4.0 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0 new file mode 100644 index 0000000..a028542 --- /dev/null +++ b/dist/changes-5.4.0 @@ -0,0 +1,39 @@ +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. |