summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-03 10:30:51 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-05 20:04:00 +0000
commit0e3d20ddcfcb520fba3cab53fe39e1493a8348f9 (patch)
tree38d02cc6a7cffed9ba32d8a3c77c98f94a932fc9
parent5edfb3c7ee338c0b562f33a8c4315454bfc18886 (diff)
downloadqtwebsockets-5.5.0.tar.gz
5.5.0 changelogv5.5.0-rc1v5.5.05.5.0
Change-Id: Ia9541416b13519389e5a2061a8ef978046570286 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Luca Niccoli <lultimouomo@gmail.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
-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