aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-15 13:08:10 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-18 09:57:30 +0100
commit30af29f8112e25390dee42669a1d9fe21e2d566d (patch)
treecd908dfa7bca721b7c298d204d4868df5f5a5f0c
parentfbcf3fbaf525fbf406bb76cbc8fd9b285776e73b (diff)
Add changelog 6.4.3
Change-Id: Ic88926e7225be94406e4f6dd0bf080dd04d97cac Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit c2e2c2100aae3a40e6daffb80bcffa723a9276ef) Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--doc/changelogs/changes-6.4.353
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.4.3 b/doc/changelogs/changes-6.4.3
new file mode 100644
index 000000000..426325b26
--- /dev/null
+++ b/doc/changelogs/changes-6.4.3
@@ -0,0 +1,53 @@
+Qt for Python 6.4.3 is a bug-fix release.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qtforpython/
+
+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.
+
+****************************************************************************
+* PySide6 *
+****************************************************************************
+
+ - A requirements file for documentation builds (requirements-doc.txt) has
+ been added.
+ - A workaround has been implemented for Qt version conflicts when installing
+ PySide6 in an Anaconda environment.
+ - [PYSIDE-0079] signals: An old refcounting error has been fixed which was
+ introduced by the PYSIDE-68 fix.
+ - [PYSIDE-1014] Sorting overriding QStandardItem::operator<() has been
+ enabled.
+ - [PYSIDE-1402] QtCore.Property: An old refcounting error has been fixed.
+ - [PYSIDE-1931] A hang in QSqlQueryModel.setQuery() (PostGres with SSH
+ tunnel) has been fixed.
+ - [PYSIDE-2168] QLocale.toString() has been fixed to handle negative values
+ correctly.
+ - [PYSIDE-2169] Fixed a leak in the Python enum "forgiveness mode".
+ - [PYSIDE-2189] feature switching: _mod_uses_pyside has been made safe
+ against binary modules.
+ - [PYSIDE-2197] Signals are now generated into pyi files as attributes.
+ - [PYSIDE-2199] The --binary option of pyside6-rcc has been fixed.
+ - [PYSIDE-2201] Crashes caused by temporary instances of signals have been
+ fixed by introducing a weak reference.
+ - [PYSIDE-2202] pyside6-metaobjectdump: Parse failures caused by call
+ operators in base class specifications have been fixed.
+ - [PYSIDE-2203] pyside6-metaobjectdump: Parse failures caused by
+ complex function decorators have been fixed.
+ - [PYSIDE-2204] The encoding of hte prefix path in the embedded
+ :/qt/etc/qt.conf resource has been fixed to be UTF-8.
+ - [PYSIDE-2222] An exit crash when loading Python custom widget
+ plugins by QUiLoader has been fixed.
+ - [PYSIDE-2229] Fixed an error when building commercial wheels from source.
+ - [PYSIDE-2237] Fields named "from" are now exposed as "from_" to avoid
+ using the reserved word (occurs in
+ "QtGui.QPageRanges.Range.from").
+ - [PYSIDE-2239] Opaque containers now have correct __module__ names.
+