From e7efbd88cd7a52a32116497d3e125d9b0bd9cd36 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 5 Jun 2015 22:52:49 +0300 Subject: Add changelog for 5.5.0 version Change-Id: Iebd67ba1ba465fd2027a19a3e14e9932e088b2dc Reviewed-by: Oswald Buddenhagen Reviewed-by: Leena Miettinen Reviewed-by: Sergey Belyashov --- dist/changes-5.5.0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dist/changes-5.5.0 (limited to 'dist') diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0 new file mode 100644 index 00000000..9100a5f0 --- /dev/null +++ b/dist/changes-5.5.0 @@ -0,0 +1,33 @@ +QtSerialPort 5.5 introduces a few new features and improvements as well as +bugfixes over the 5.4.x series. For more details, refer to the online +documentation included in this distribution. The documentation is also available +online: + + https://doc.qt.io/ + +The QtSerialPort version 5.5 series is binary compatible with the 5.4.x series. +Applications compiled for 5.4 will continue to run with 5.5. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - Now the version for Qt 4 always will be in the separate "qt4-dev" branch. + + - QSerialPort: + * [QTBUG-34946] The streaming does not stop anymore when the window is + resizing or moving. + * Added new lock directories for the *nix-specific platforms. + * The method QSP::clearError() now clears the error string. + * [QTBUG-45338] It is now possible to open the serial port on OS X when + the App Sandbox is used. + * [QTBUG-46066] The QT_DISABLE_DEPRECATED_BEFORE=QT_VERSION macro does + not lead to compilation failure now. -- cgit v1.2.3