From c1355ae41ee46437e9d6583dc4ea452a82b6b53b Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Fri, 13 May 2016 14:53:09 +0300 Subject: Add changelog for Qt 5.6.1 Change-Id: I6337d0334e21f208fdfba3e0947680d5ff17780c Reviewed-by: Leena Miettinen Reviewed-by: Oswald Buddenhagen Reviewed-by: Kai Koehne --- dist/changes-5.6.1 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dist/changes-5.6.1 diff --git a/dist/changes-5.6.1 b/dist/changes-5.6.1 new file mode 100644 index 0000000..d7bfb27 --- /dev/null +++ b/dist/changes-5.6.1 @@ -0,0 +1,31 @@ +Qt 5.6.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +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. + +**************************************************************************** +* Library * +**************************************************************************** + + - QSerialPortInfo: + * Added enumeration of dial-in serial ports on FreeBSD. + * [QTBUG-50895] Added enumeration of dial-in serial ports on OS X. + * Added receiving of USB dongle's serial number on Windows. + + - QSerialPort: + * Prohibited changing of RTS in HardwareFlowControl mode. + * [QTBUG-48677] Fixed reading of data remainder with the CDC USB device on Windows. -- cgit v1.2.1