diff options
author | Liang Qi <liang.qi@theqtcompany.com> | 2015-06-29 20:24:40 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-06-30 16:26:08 +0200 |
commit | c55e385f1f70f11d3ffd0f8372ccb8e7405018c5 (patch) | |
tree | a04c2e84b43830ecf9c8817f830055bfcf64cc0d /dist/changes-5.5.0 | |
parent | a3e0fe474c20eb526af9668c5cc97cf7055c77fa (diff) | |
parent | 086f3722777ee61f3c019ca064d4a844cf0f6fe4 (diff) | |
download | qtwebsockets-c55e385f1f70f11d3ffd0f8372ccb8e7405018c5.tar.gz |
Merge remote-tracking branch 'origin/5.5' into dev
Conflicts:
.qmake.conf
src/websockets/qwebsocket_p.cpp
Change-Id: Ibcc1898263cc8bc80066370f045df6a217e46574
Diffstat (limited to 'dist/changes-5.5.0')
-rw-r--r-- | dist/changes-5.5.0 | 49 |
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 |