aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.5.0
blob: b32634b46a164a6512dffd89f2c336c843e48e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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