diff options
author | Antti Kokko <antti.kokko@qt.io> | 2018-11-16 09:22:24 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2018-11-22 09:48:38 +0000 |
commit | 66bddfb570e0ccb79ee35636129c350af09d503c (patch) | |
tree | bbdafc3c50cd1fe88bca7d3f435aa232eab410af /dist | |
parent | 44be9a776a6efd29fb58b41478eb92bc33dfc1f5 (diff) | |
download | qtdoc-66bddfb570e0ccb79ee35636129c350af09d503c.tar.gz |
+ a51ddb2cd2931255d6aedac6089d35c3954aed87 Remove conflicting anchor targets from the sidebar
+ a2aecd12642f2d68b87dbff2863367413d2c5a27 Update minimum freetype version
+ 9dc1f60bcb01696a99c11480a771de09bcc841d0 Doc: Fix links to build requirements pages
+ 4fbe46da117d9241548b0cbce25576a43a3480d3 QNX: Update platform and compiler notes
+ 22572163e4133a5a2ab6a06bb71e8f8a61f3f7ca Fix a link to a Qt Creator tutorial
+ 8a1e70b463a48ca40e32a6b4f65fc75ec0bb460c Document how to create an .ico file from a set of images using ImageMagick
+ 4c131661e2038b0274c5b51ceaba8fa146999856 Properly document license of Qt examples
+ 94e64d551f72f3531a75edd3cab601f9b01449db Doc: Fix the broken link to the Qt for Device Creation docs
+ 9558eaf0800d201a6bc493b4edcf62b43089ae09 Doc: Change the \section2 title to avoid wrong links
+ db16cdb8e6883e8e89b0edb59df7a78facf843e1 Doc: Use explicit links to fix broken links to Qt WebEngine module
+ c6e73db4f577f2076e6ad4b542f7dab08b744659 Doc: fix typo
+ ec6883bd7c3141ccf30cf43f3030f7468c1a6e0a Doc: Remove broken link from iOS documentation
+ 9c8b608839addd80a57d8a8d159dcfec623a511f Bump version
Change-Id: I4bbcf08d97e428b99f9001765b28431d571b73a0
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.11.3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3 new file mode 100644 index 00000000..f71fa341 --- /dev/null +++ b/dist/changes-5.11.3 @@ -0,0 +1,20 @@ +Qt 5.11.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.11.0 through 5.11.2. + +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.11 series is binary compatible with the 5.10.x series. +Applications compiled for 5.10 will continue to run with 5.11. + +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. |