mirror of https://github.com/qt/qtdoc.git
Update release documentation for Qt 6.9.1
- Update Supported Qt Versions documentation - Document Third-Party Code changes in the release. Task-number: QTBUG-135512 Task-number: QTBUG-135511 Pick-to: 6.9 dev Change-Id: I67918e2e47f697f3f92584a6f6d689592c6a06b9 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
This commit is contained in:
parent
729040a497
commit
9f9fb2af1c
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// Copyright (C) 2025 The Qt Company Ltd.
|
||||
// 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.
|
||||
|
@ -11,6 +11,27 @@
|
|||
Changes in Qt and \l{Third-Party Code Used in Qt}{Third Party Modules}
|
||||
released with Qt that are relevant to licensing.
|
||||
|
||||
\section1 Qt 6.9.1
|
||||
|
||||
\section2 Qt GUI Module
|
||||
|
||||
\list
|
||||
\li \l{harfbuzz-ng}{HarfBuzz-NG} was updated to version 11.2.1.
|
||||
\li \l{libpng}{LibPNG} was updated to version 1.6.48.
|
||||
\endlist
|
||||
|
||||
\section2 Qt Quick3D module
|
||||
|
||||
\list
|
||||
\li \l{tinyexr}{Tiny OpenEXR} was updated to version v1.0.12.
|
||||
\endlist
|
||||
|
||||
\section2 Qt SQL Module
|
||||
|
||||
\list
|
||||
\li \l{sqlite}{SQLite} was updated to version 3.49.2.
|
||||
\endlist
|
||||
|
||||
\section1 Qt 6.9.0
|
||||
|
||||
\section2 Qt Core module
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
\li Standard support until
|
||||
\row
|
||||
\li Qt 6.9
|
||||
\li Qt 6.9.0
|
||||
\li Qt 6.9.1
|
||||
\li 2026-03-31
|
||||
\row
|
||||
\li Qt 6.8 LTS
|
||||
|
@ -129,13 +129,13 @@
|
|||
\li 2029-10-08
|
||||
\row
|
||||
\li Qt 6.5 LTS
|
||||
\li Qt 6.5.8 (LTS, commercial only)
|
||||
\li Qt 6.5.9 (LTS, commercial only)
|
||||
\li 2026-03-30
|
||||
\row
|
||||
\li Qt 5.15 LTS
|
||||
\li Qt 5.15.16 (Open Source)
|
||||
|
||||
Qt 5.15.18 (LTS, commercial only)
|
||||
Qt 5.15.19 (LTS, commercial only)
|
||||
\li 2023-05-26 (Qt Legacy licenses)
|
||||
|
||||
2025-05-26 (Qt Subscription license holders only)
|
||||
|
@ -154,7 +154,7 @@
|
|||
\li Standard support until
|
||||
\row
|
||||
\li \b{Qt 6.9}
|
||||
\li Qt 6.9.0
|
||||
\li Qt 6.9.1
|
||||
\li 2026-03-31
|
||||
\row
|
||||
\li \b{Qt 6.8 LTS}
|
||||
|
@ -170,7 +170,7 @@
|
|||
\li Ended (ES is available)
|
||||
\row
|
||||
\li \b{Qt 6.5 LTS}
|
||||
\li Qt 6.5.8
|
||||
\li Qt 6.5.9
|
||||
\li 2026-03-30
|
||||
\row
|
||||
\li Qt 6.4
|
||||
|
@ -194,7 +194,7 @@
|
|||
\li Ended (ES is available)
|
||||
\row
|
||||
\li \b{Qt 5.15 LTS}
|
||||
\li Qt 5.15.18
|
||||
\li Qt 5.15.19
|
||||
\li 2023-05-26 (Qt Legacy licenses)
|
||||
2025-05-26 (Qt Subscription license holders only)
|
||||
\l {Extended Security Maintenance for Qt 5.15}
|
||||
|
|
Loading…
Reference in New Issue