summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-06-03 13:51:19 +0300
committerAntti Kokko <antti.kokko@qt.io>2020-06-04 12:17:07 +0300
commitd77a1fbbce9a5723e355a961d04b11a1673de2ab (patch)
tree4858b48a21d5eb7a5e12c85c95fd01bb81e99535
parentf78171f76d769f84e13dec53354484de75a18c06 (diff)
Add changes file for Qt 5.12.9v5.12.9
+ 0a8af876d1edb8b4cc23ce07828d086e1e4dbe22 Implement Mouse Click and Double Click on MouseHandler + 32b6f5e337d076530fc6fec638f192102217c292 Fix scene3ditem to register optional aspects + 3c0b236a235d68de329609fc4643c3b3c4326849 Bump version + cfd8c4d06bc81028b055e6c3343d0d4b50793219 Release rendertargets on destruction + f78171f76d769f84e13dec53354484de75a18c06 Use surfaceSize as this will always be valid Change-Id: I3b7158d925a49fc573114b48f404e914a4a084ea Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--dist/changes-5.12.920
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.9 b/dist/changes-5.12.9
new file mode 100644
index 000000000..d3d50ba69
--- /dev/null
+++ b/dist/changes-5.12.9
@@ -0,0 +1,20 @@
+Qt 5.12.9 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.8.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.
+
+ - This release contains only minor code improvements.