mirror of https://github.com/qt/qtdoc.git
Merge remote-tracking branch 'origin/5.13.2' into 5.13
Change-Id: I5e4eb7b097ccdb074bfc64e2a0d37000364c3342
This commit is contained in:
commit
62dbc6b4a1
|
|
@ -1,3 +1,3 @@
|
||||||
load(qt_build_config)
|
load(qt_build_config)
|
||||||
|
|
||||||
MODULE_VERSION = 5.13.1
|
MODULE_VERSION = 5.13.2
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
Qt 5.13.2 is a bug-fix release. It maintains both forward and backward
|
||||||
|
compatibility (source and binary) with Qt 5.13.0 through 5.13.1.
|
||||||
|
|
||||||
|
For more details, refer to the online documentation included in this
|
||||||
|
distribution. The documentation is also available online:
|
||||||
|
|
||||||
|
https://doc.qt.io/qt-5/index.html
|
||||||
|
|
||||||
|
The Qt version 5.13 series is binary compatible with the 5.12.x series.
|
||||||
|
Applications compiled for 5.12 will continue to run with 5.13.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
- This release contains only minor code improvements.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2018 The Qt Company Ltd.
|
** Copyright (C) 2019 The Qt Company Ltd.
|
||||||
** Contact: https://www.qt.io/licensing/
|
** Contact: https://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the documentation of the Qt Toolkit.
|
** This file is part of the documentation of the Qt Toolkit.
|
||||||
|
|
@ -36,6 +36,13 @@
|
||||||
|
|
||||||
\section1 Qt 5.13.2
|
\section1 Qt 5.13.2
|
||||||
|
|
||||||
|
\section2 Qt GUI Module
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li \l{X Server helper} was added under X11 License and Historical Permission Notice and Disclaimer license.
|
||||||
|
\li \l{Adobe Glyph List For New Fonts} version 1.7 was added under BSD 3-Clause \"New\" or \"Revised\" License.
|
||||||
|
\endlist
|
||||||
|
|
||||||
\section2 Qt SQL Module
|
\section2 Qt SQL Module
|
||||||
|
|
||||||
\l{SQLite} got updated to upstream version 3.29.0.
|
\l{SQLite} got updated to upstream version 3.29.0.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue