Document third-Party code changes in Qt 6.7.0 (and 6.6.3)

The changes were obtained by running

  qtattributionsscanner -output-format json

in the sources of both Qt 6.6.2 and Qt 6.6.3, and
Qt 6.7.0 and Qt 6.6.3, and diff'ing these.

Pick-to: 6.7 dev
Task-number: QTBUG-123234
Change-Id: I4e555821e84ed53c4f61d9766cc6e6f365fc8c12
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Jani Heikkinen 2024-03-15 12:19:03 +02:00
parent 4af9387fae
commit 44995d84bd
1 changed files with 79 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2023 The Qt Company Ltd. // Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
// The link-target for a third-party component is the "Id" value in its qt_attribution.json entry. // The link-target for a third-party component is the "Id" value in its qt_attribution.json entry.
@ -13,12 +13,90 @@
\section1 Qt 6.7.0 \section1 Qt 6.7.0
\section2 Qt Doc Module
\list
\li Usage of QualTypeNames is now documented.
\endlist
\section2 Qt OpcUA Module \section2 Qt OpcUA Module
\list \list
\li \l{open62541}{Open62541} was updated to version 1.3.9. \li \l{open62541}{Open62541} was updated to version 1.3.9.
\endlist \endlist
\section2 Qt Positioning Module
\list
\li Tango Weather Icon Pack by Darkobra isn't used anymore.
\li The Tango Icons package isn't used anymore.
\li \l{poly2tri} {Poly2Tri Polygon Triangulation Library}
was updated to commit 0be213d95f82471b95d96d0248a0490d0a934f9f.
\endlist
\section2 Qt Quick Module
\list
\li Usage of \l{weather-icons}{Weather icons from the Noto Emoji collection} is now documented.
\li Usage of \l{map-of-europe}{Map of Europe from Wikipedia} is now documented.
\li Usage of \l{work-sans-font}{Work Sans font by Wei Huang} is now documented.
\li Usage of \l{gear-icon}{Gear Icon} is now documented.
\endlist
\section2 Qt Shadertools Module
\list
\li \l{glslang}{glslang} was updated to version 13.0.0.
\li \l{SpirvCross}{SPIRV-Cross} was updated to version sdk-1.3.261.0.
\endlist
\section1 Qt 6.6.3
\section2 Qt Core Module
\list
\li \l{pcre2}{PCRE2} was updated to version 10.43.
\li \l{pcre2-sljit}{PCRE2 - Stack-less Just-In-Time Compiler} was updated to version 10.43.
\li \l{unicode-cldr}{Unicode Common Locale Data Repository (CLDR)} was updated to version 44.1.
\endlist
\section2 Qt GUI Module
\list
\li \l{libpng}{LibPNG} was updated to version 1.6.43.
\endlist
\section2 Qt Multimedia Module
\list
\li \l{ffmpeg}{FFmpeg} was updated to version 6.1.1.
\endlist
\section2 Qt Network module
\list
\li \l{psl-data}{The Public Suffix List} was updated to the commit
matching the sha 883ced078a83f9d79a98933145425c221a5e51f0, on 2024-01-25.
\endlist
\section2 Qt Quick3D module
\list
\li \l{tinyexr}{Tiny OpenEXR} was updated to version v1.0.8.
\endlist
\section2 Qt SQL Module
\list
\li \l{sqlite}{SQLite} was updated to version 3.45.2.
\endlist
\section2 Qt Testlib Module
\list
\li Updated \l{valgrind}{Valgrind} to version 3.22.0.
\endlist
\section1 Qt 6.6.2 \section1 Qt 6.6.2
\section2 Qt Core Module \section2 Qt Core Module