From 29c20fda753f25bd142e18d511d28da68c6361c2 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 1 Apr 2019 13:35:30 +0300 Subject: Add changes file for Qt 5.12.3 + a075f064f0d8a0bb9d467a813ef2eacf39453ec2 Set OptimalParallelJobCount to at most 4 + 22c66fa9f7a460f077fede22f285c84276ce3883 Use slerp for animating rotation channels + f72c8abf5f9844214aab9b587bdd7e6921a3e272 Fix light attenuation for ES 2 + 4af8fcdc05d0198a569e7c39fa934614bbe31803 tests/auto/render/render.pro: Remove duplicate entry "scene2d" + 31aa763b0d1f4ec2439c6dc33b4a63b88c16369e Make slerping safer + a7e8df28c7f667a8f1e23ff865268e7f06d43328 Fix member overloads + e9868e157b56eea991e34712eace5962d14543e6 Don't reset texture units at every frame + eb337567713df9c23c0686d3c6b15b6780cf1f35 Expand Scene3D documentation + 7a0d24164afc1c7d2075c68260af21bfefd07021 Bump version + fa12f14b2b97249b68652ed9f5fd0df0c0c27be4 Scene3D: Call update on the item not the window + b79e4a8b2a8783fc9eeaaa36e710adf2fb8c7879 Revert "Scene3D: Call update on the item not the window" + e84d8d2a81eb81f9b1ea9f40d4da36d09a97b246 Dont play animations that are disabled Change-Id: I3badad7396927857bb4b5fedf46f1714dd992a27 Reviewed-by: Paul Lemire --- dist/changes-5.12.3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/changes-5.12.3 diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3 new file mode 100644 index 000000000..88033201a --- /dev/null +++ b/dist/changes-5.12.3 @@ -0,0 +1,20 @@ +Qt 5.12.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.2. + +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. -- cgit v1.2.3