aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-06-14 10:39:21 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-06-17 11:30:31 +0000
commitfbc6f809a2ca9e83731898dcb858889919a15751 (patch)
treed28e163a7485e8be76bda751525bc781b9e7187e
parentb1402395381198539d23e65a6595a156ad395b24 (diff)
Add changelog 5.12.4
(cherry picked from commit 28f03180efab8d2358f1144be83fc48563b3475b) Change-Id: Ie92d3375d05630c35b372f758aa6296f7488582a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--dist/changes-5.12.443
1 files changed, 43 insertions, 0 deletions
diff --git a/dist/changes-5.12.4 b/dist/changes-5.12.4
new file mode 100644
index 000000000..d6d1679bc
--- /dev/null
+++ b/dist/changes-5.12.4
@@ -0,0 +1,43 @@
+Qt for Python 5.12.4 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.
+
+****************************************************************************
+* PySide2 *
+****************************************************************************
+
+ - [PYSIDE-571] correct bool(qApp) on Python 2
+ - [PYSIDE-735] generate_pyi: Simplify, Enhance and Get Rid Of Any Import Problems
+ - [PYSIDE-865] opengl/contextinfo.py: Fix exception on exit
+ - [PYSIDE-865] opengl/contextinfo.py: Polish the example a bit
+ - [PYSIDE-908] Complete the help() support for Types
+ - [PYSIDE-955] Add PySide2: Add OpenGL version functions as separate module
+ - [PYSIDE-980] CMake: Change the default behavior CMAKE_BUILD_TYPE
+ - [PYSIDE-996] Fix PyInstaller after removal of COIN glitches
+ - [PYSIDE-1003] Fix Shiboken.ObjectType.__new__ for Python 2.7 V2
+ - [PYSIDE-1004] Make the __signature__ attribute writable by default
+ - [PYSIDE-1008] Fix propagation of existing LD env vars when calling generate_pyi
+ - [PYSIDE-1009] Signature: Try to recognize unknown modules in errorhandler.py
+ - [PYSIDE-1012] Fix build on centOS/conda forge
+ - [PYSIDE-1019] PySide: Allow any existing attribute in the constructor
+ - [PYSIDE-1022] TabbedBrowser Example: Fix "Open in new tab"
+ - [PYSIDE-1027] Fix negative refcount on QSocketNotifier
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-955] shiboken/Generators: Cache class information lists per class
+ - [PYSIDE-1016] shiboken: Fix handling shared pointers passed by const-ref, take 2
+ - [PYSIDE-1017] shiboken: Enable specifying names for a parameters of added functions