From 0e3d20ddcfcb520fba3cab53fe39e1493a8348f9 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 3 Jun 2015 10:30:51 +0200 Subject: 5.5.0 changelog Change-Id: Ia9541416b13519389e5a2061a8ef978046570286 Reviewed-by: Oswald Buddenhagen Reviewed-by: Luca Niccoli Reviewed-by: Liang Qi --- dist/changes-5.5.0 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 dist/changes-5.5.0 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 -- cgit v1.2.1