1Qt 5.11.2 is a bug-fix release. It maintains both forward and backward
2compatibility (source and binary) with Qt 5.11.0 through 5.11.1.
3
4For more details, refer to the online documentation included in this
5distribution. The documentation is also available online:
6
7http://doc.qt.io/qt-5/index.html
8
9The Qt version 5.11 series is binary compatible with the 5.10.x series.
10Applications compiled for 5.10 will continue to run with 5.11.
11
12Some of the changes listed in this file include issue tracking numbers
13corresponding to tasks in the Qt Bug Tracker:
14
15https://bugreports.qt.io/
16
17Each of these identifiers can be entered in the bug tracker to obtain more
18information about a particular change.
19
20****************************************************************************
21*                              Qt 5.11.2 Changes                           *
22****************************************************************************
23
24 - [QTBUG-69897] StackView: fixed a crash in viewItemTransitionFinished()
25 - [QTBUG-69839] ColorDialog: fixed a crash when initializing the platform dialog helper
26 - [QTBUG-69506] IconImage: prevented the color from being applied twice
27 - [QTBUG-66483] Popup: fixed a crash on exit when using a shader
28 - [QTBUG-68219] Styles: fixed handling of QRC paths in QT_QUICK_CONTROLS_STYLE_PATH
29 - [QTBUG-68858] Menu: fixed items not being scrollable when using Window
30 - [QTBUG-68737] Tumbler: fixed to respect currentIndex changes in onModelChanged
31 - [QTBUG-68769] TextArea, TextField: fixed to use the control's renderType in placeholder text
32 - SpinBox: fixed "function expressions as statements" warnings
33