summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-26 14:05:17 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-26 14:05:17 +0200
commitf6654651baa2b799f49c0fb7417866505b9106d7 (patch)
tree1790ed668e0a1b05dde85131764e5f2f4d112734
parent8c2c5938b79f64e869a82f742da063e281171e1d (diff)
parent0e3d20ddcfcb520fba3cab53fe39e1493a8348f9 (diff)
downloadqtwebsockets-f6654651baa2b799f49c0fb7417866505b9106d7.tar.gz
Merge remote-tracking branch 'origin/5.5.0' into 5.5
Change-Id: Ieca9be8fcf6c0411442478babe3a47a681cbf63c
-rw-r--r--dist/changes-5.5.049
1 files changed, 49 insertions, 0 deletions
diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0
new file mode 100644
index 0000000..b32634b
--- /dev/null
+++ b/dist/changes-5.5.0
@@ -0,0 +1,49 @@
+Qt 5.5 introduces many 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:
+
+ http://doc.qt.io/qt-5/index.html
+
+The Qt 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:
+
+ https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* QML *
+****************************************************************************
+
+ - The import statement has changed from "import Qt.WebSockets 1.0" to
+ "import QtWebSockets 1.0". The old statement is still supported, but it
+ cannot be mixed with the new statement within the same project.
+
+****************************************************************************
+* QtWebSockets *
+****************************************************************************
+
+ - QWebSocket:
+ * [QTBUG-41285] Fixed QWebSocket's handling of query parameters with
+ encoded characters
+ * [QTBUG-42298] Added masking of ping from client side based on RFC 6455,
+ Section 5.1.
+ * [QTBUG-44893] Fixed spurious error signals on first connection
+ * [QTBUG-44889] Fixed handling of url paths with encoded characters
+ * [QTBUG-46055] Corrected the default port of secure hand shake request
+
+ - QWebSocketServer:
+ * [QTBUG-44866] Avoid hanging after an invalid SSL request
+ * [QTBUG-45331] Fixed a crash when destroying the QWebSocketServer
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+WinRT
+-----
+ - [QTBUG-44491] Fixed the build for WinRT/ARM