diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2020-01-27 14:16:16 +0100 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2020-01-27 14:16:16 +0100 |
commit | 4ba7e363a467c12551feb9074978e86f9f6e9212 (patch) | |
tree | 1e7a76ad759d981bead369789fb537796d0d1d6f | |
parent | b08ca863f09dbce55ce97a1f0f0ac11c843378cf (diff) | |
parent | 50187f7e250f3e64ac08ae63e66ba5a016f285a9 (diff) | |
download | qtdoc-4ba7e363a467c12551feb9074978e86f9f6e9212.tar.gz |
Merge remote-tracking branch 'origin/5.14.1' into 5.14
Change-Id: I3b58fe19ba58f977f9c628f03ebb3cad589fb851
-rw-r--r-- | dist/changes-5.14.1 | 20 | ||||
-rw-r--r-- | doc/src/legal/licensechanges.qdoc | 15 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1 new file mode 100644 index 00000000..d0086381 --- /dev/null +++ b/dist/changes-5.14.1 @@ -0,0 +1,20 @@ +Qt 5.14.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.14.0. + +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.14 series is binary compatible with the 5.13.x series. +Applications compiled for 5.13 will continue to run with 5.14. + +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. diff --git a/doc/src/legal/licensechanges.qdoc b/doc/src/legal/licensechanges.qdoc index 531d0d14..6276ee0e 100644 --- a/doc/src/legal/licensechanges.qdoc +++ b/doc/src/legal/licensechanges.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2019 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the documentation of the Qt Toolkit. @@ -34,6 +34,19 @@ Changes in Qt and \l{Licenses Used in Qt}{Third Party Modules} released with Qt that are relevant to licensing. + \section1 Qt 5.14.1 + + \section2 Qt Core Module + + \list + \li \l{pcre2}{PCRE2} got updated to upstream version 10.34. + \li \l{pcre2-sljit}{PCRE2 - Stack-less Just-In-Time Compiler} got updated to upstream version 10.34. + \endlist + + \section2 Qt QML Module + + \l{llvm-adt}{LLVM: ADT} was removed from 3rd party sources and we are not bundling that library anymore. + \section1 Qt 5.14.0 \section2 Qt Core Module |