summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-26 10:00:25 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-26 10:00:25 +0100
commit86683c445aa61d23af5c06f4e4b45c1d4c80a5bd (patch)
tree95196123564a143ece33e2747b3fee14b9ae16ec
parentf640521532087dc76d36b25a6c49b2f64afcd4de (diff)
parent74aad2578ecb6739007449a06a54dd7abd64c85b (diff)
downloadqtserialport-86683c445aa61d23af5c06f4e4b45c1d4c80a5bd.tar.gz
Merge remote-tracking branch 'origin/5.8.0' into 5.8
Change-Id: I589b584f7929c781c814a2e8da680917ec34012f
-rw-r--r--dist/changes-5.8.024
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.8.0 b/dist/changes-5.8.0
new file mode 100644
index 0000000..9421ed8
--- /dev/null
+++ b/dist/changes-5.8.0
@@ -0,0 +1,24 @@
+Qt 5.8 introduces many new features and improvements as well as bugfixes
+over the 5.7.x series. 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.8 series is binary compatible with the 5.7.x series.
+Applications compiled for 5.7 will continue to run with 5.8.
+
+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.
+
+QtSerialPort
+------------
+
+ - QSerialPort:
+ * Added missing parameters for waitFor() methods.
+ * Deprecated QSP::error() signal in favor of new QSP::errorOccurred()
+ one.