aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-04-05 14:14:13 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-05 16:11:09 +0000
commit06744deed8bfb71255a74dee9f12c8ec1f79eb49 (patch)
tree21035faa28aad653c2235097a426f830d90e5f97
parent426c8aa8bb422fdc08c69ebafbba3a574fd7ac40 (diff)
Update changelog 6.7.0v6.7.06.7.0
Change-Id: I4dcb664a8fc48af82405452284f2351a7d21bd64 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 7c622d65757f60c6d00fa2195c43f7d5f26a931d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 30e885228e4ad9597d495266a28c2111892f7c57)
-rw-r--r--doc/changelogs/changes-6.7.011
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/changelogs/changes-6.7.0 b/doc/changelogs/changes-6.7.0
index f9610072e..cf5157166 100644
--- a/doc/changelogs/changes-6.7.0
+++ b/doc/changelogs/changes-6.7.0
@@ -42,8 +42,11 @@ information about a particular change.
list has been changed to show relevant examples first.
- [PYSIDE-1275] QObject.disconnect() now returns False with a warning instead
of raising an exception for non-fatal cases.
- - [PYSIDE-1612] Deployment: Issues when using pyenv have been fixed.
- The finding of dependent modules has been improved.
+ - [PYSIDE-1612] Deployment: Issues when using pyenv have been fixed. The
+ finding of dependent modules has been improved. On Windows,
+ this now requires the dumpbin tool, which is added to the path
+ by calling the vcvarsall.bat script of Microsoft Visual
+ Studio.
- [PYSIDE-1612] Android Deployment: The NDK version in the tool has been
updated. Python has been updated to 3.11. CMake version 3.23
is now required. The wheels are no longer built with
@@ -89,6 +92,10 @@ information about a particular change.
- [PYSIDE-2652] A bug when passing values of unsigned long long type
exceeding the long long maximum value to float
parameters has been fixed.
+ - [PYSIDE-2663] A crash in QtWebEngine browsing https://outlook.com has been
+ fixed.
+ - [PYSIDE-2668] A bug when comparing QOperatingSystemVersion::OSType
+ has been fixed.
- [QTBUG-119785] The Filesystemexplorer-example has been updated.
****************************************************************************