1Qt 5.3.2 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.3.0 and Qt 5.3.1.
3
4For more details, refer to the online documentation included in this
5distribution. The documentation is also available online:
6
7  http://qt-project.org/doc/qt-5.3
8
9The Qt version 5.3 series is binary compatible with the 5.2.x series.
10Applications compiled for 5.2 will continue to run with 5.3.
11
12Some of the changes listed in this file include issue tracking numbers
13corresponding to tasks in the Qt Bug Tracker:
14
15  http://bugreports.qt-project.org/
16
17Each of these identifiers can be entered in the bug tracker to obtain more
18information about a particular change.
19
20****************************************************************************
21*                          Library                                         *
22****************************************************************************
23
24QtCore
25------
26
27 - QObject:
28   * [QTBUG-40638] Fixed disconnecting from pointer to member signal that
29     belongs in the base class but whose type is explicitly given as a
30     pointer to a member in the derived class
31
32QtGui
33-----
34
35 - Fonts:
36   * [QTBUG-39846] Fixed regression in font families returned by
37     QFontDatabase::families() for certain writing systems.
38
39 - QImage:
40   * QImage::fill(uint) now fills the given pixel value unconverted when
41     used on RGBA8888 image, making it consistent with the documentation
42     and treatment of all other image formats.
43
44 - Text:
45   * [QTBUG-39832] Fixed lines breaking on non-breaking spaces.
46   * [QTBUG-39930][QTBUG-39860] Fixed several regressions in font selection
47      when combining different writing systems in the same text.
48
49QtNetwork
50---------
51
52 - [QTBUG-30829][QTBUG-35101] Fixed NTLM (SSPI) Proxy Authentication
53   (HTTP/HTTPS)
54
55 - QNetworkAccessManager:
56   * Fixed high CPU load when handling POST/upload QIODevice that generates
57     data on readyRead().
58   * [QTBUG-40797] QNetworkAccessManager now properly handles FTP transfer
59     failures by removing failed cached ftp connections.
60
61
62****************************************************************************
63*                      Platform Specific Changes                           *
64****************************************************************************
65
66Android
67-------
68
69 - [QTBUG-39978] Fixed regression where QScreen::physicalSize() would
70   return 0x0.
71 - Added support for building libraries with spaces in name.
72 - [QTBUG-39377] Fixed common characters like digits and punctuation
73   showing as boxes when positioned next to non-latin scripts.
74 - [QTBUG-39377] Fixed common characters like digits and punctuation
75   showing as boxes when positioned next to non-latin scripts.
76 - Fixed font selection to prefer "Droid Serif" when Serif style hint is
77   set on QFont.
78 - [QTBUG-40957] Fixed bug on some devices where the application would
79   crash at shutdown if the virtual keyboard was open.
80
81EGLFS
82-----
83
84 - Double click events are now sent correctly on eglfs.
85
86Windows
87-------
88
89 - [QTBUG-39172] Fixed using QRawFont with fallback fonts, e.g. in the case
90   of text rendering in Qt Quick.
91
92X11 / XCB
93---------
94
95 - [QTBUG-39666][QTBUG-39573][QTBUG-39570] QTabletEvents and proximity
96   events correctly identify the tool in use; the meaning of certain
97   valuators depends on the tool; and the valuators' current values are
98   not lost between events
99