summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-06-09 11:15:49 +0200
committerLiang Qi <liang.qi@qt.io>2016-06-09 11:15:49 +0200
commit1dd9d0f15ef07d1d0c470c5c3e02948a120309a1 (patch)
tree45c6c0a5b0e95054d21cf2d10ad3e87d9ece582e
parent9c9255eda50af191636ff9f18df35567c307dd8c (diff)
parentc1355ae41ee46437e9d6583dc4ea452a82b6b53b (diff)
downloadqtserialport-1dd9d0f15ef07d1d0c470c5c3e02948a120309a1.tar.gz
Merge remote-tracking branch 'origin/5.6.1' into 5.6
Change-Id: Ib7c2a1881bc1d04145b6dd34074e328925615106
-rw-r--r--dist/changes-5.6.131
1 files changed, 31 insertions, 0 deletions
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.