summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:29 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-21 12:39:26 +0000
commit4f54cc41f7f7cbd57a0505ca89d9eac0f595cc14 (patch)
tree4f9f569f18020dd474058966f2a5fd9a3fa8d790 /dist
parentb237f38e89016b40861de1e0675dc2ba5b3f361a (diff)
Add changes file for Qt 5.12.2
+ 82eb8b44e0a3d1dc586acc52132be2b05102900c Fix env-map less rendering + 093484cd41e0b727e4f2a33bd753a778e62af819 Bump version + 382f99cb4b399118bd64115e5a143da098b5f234 Fix issue with invalid textures + 77aa17d543f09802f1d9eade8ab1278b0fba203f Avoid repeated warnings + ff36269001b1e0b13266ac14064657cbe2b0ed34 Doc: Add doc to undocumented methods and properties qt3d + a82fdf26ef28bee65b99850a745540b6ba92cbf4 Document that QMetalRoughMaterial has an ES 3 technique + 16701c2b3cb88e1a7092fcb244793dffd69cfe28 Doc: Fix external link error for SceneLoader + 29683b1f79bdd6ffa8c8b02155c20995ad704770 Add revisioned QML registrations for QAttribute + a0194f58b3dbcb9aa10cf86f0239d284733493f6 assimp: Provide names for generated child entities + f7e1a38eb8b548a739e8e67eb7e5e6af3c4c0bc7 Always export scene2d shared object + 3c68eeac236b2e33cf34d2f23e04a8d156118eb0 dFdx/dFdy require GL_OES_standard_derivatives under ES 2 + 43d70a6b02f14b7febfd9419bdd707d07e1eaf60 assimp: Fix warning about uninitalized variable + 890b5493d1c19a8be50526250c5d46fb42d01d88 Qt3D depends on QtGui + a7e5adde24a9f79c121f8f9427fde487395bf40a Fix scene2d starting trigger when setting item late + 0247b3ba4fa15c0b697c9b3b0829b5d1c9a50892 Fix opacity for Scene3D + 52c3f9ab735bf0dfe611402ea456afc56ccdeb37 Fix Assimp scene loader plugin resource paths + efa4665b316dbd5361b0936a1135f45c141f14aa Enable assimp for gcc 5.x builds + 7f9fdca73a17060b9d69db00b5d480690dcae935 Doc: clarify some properties + 3c585d6d23ecfcb6960adbefb411e5be716068af Fix: rebuild material and layer caches when FrameGraph tree is dirty + b237f38e89016b40861de1e0675dc2ba5b3f361a renderview.cpp: move file variable into anonymous namespace Change-Id: I3b3ad3d5b402130f5674b6006617146c1f4c23a7 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.220
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 000000000..0c8bd8579
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,20 @@
+Qt 5.12.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.1.
+
+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.