summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-11-16 09:22:23 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-20 10:19:04 +0000
commitcd3e621ccf56bb8262f9c8cd967e05bf41934060 (patch)
treedd5cb0278e72e63b5d3428085e73aa955ca703a8 /dist
parentd4835713b808503ab6d3039f3893355804a8a21d (diff)
Add changes file for Qt 5.11.3v5.11.3
+ 42a466e0c77e4ef209a51bfa04ee6ca2bcae99a4 Qt3DWindow/Qt3DQuickWindow base custom surface format on default one + 9884d3bffcdee9c6aabc51b036554947873b11c4 Replace use of qmlRegisterRevision + 9486a8a4b60a678280db2c625064ca78b3aaf489 Complete ES 3.1 and 3.2 helpers + b830f4307559007ff1b9c91bed6a881a6f6efdfb Document third party asset 'miramar' + e22971073ee10ee891c61a94f934b0b3403cc5a7 GLTexture: mark texture for upload when it's recreated and contains data + e879254613469b1b5290fca31ea69cb6ea407c06 QText2DEntity: clear glyphrun when scene changes + 999424908f17fa543baace39eb76a3c0ac89c7b5 Doc: Mark deprecated Qt 3D QML types obsolete + 74b8191968184bf94f14409be77566a2730de89e QOrbitCameraController: make zoom work when pressing shift key + 565a89ac4303f31b091eba05174e9724355fb747 Scene3D crashing on destruction + 6eb906bf5770370a8a5c15568d9f9463863e53a4 Use GLSL texture() instead of texture2D() on ES3 + dbaf2319dace853ae6c0badd7f46c7631961ad09 ES3 deprecated gl_FragColor, use output variable instead + c8e95f84095f3627a6b63ef66751525616c96d5d Add metalRoughFunction to ES3 + d05d2fd3d2fdc24604748a57ce26d48972457058 Fix QMorphPhongMaterial + 9b51fea01cc6b44c6ba49eda6a75cd92d9388689 Remove unused CameraController.qml from simple-qml example + c19036f8484e0ce08e4f38b7e0bd0d64772ded67 QChangeArbiter: fix leak + ff07ec93db2b56fb3c3047549a1ad7c7d0e367e8 Fix leak with VAOManager + 08f979f96f454fb407a86b939d48c66dc354d623 Further complete missing functions on ES3 helpers + c82d0c81aa109667a3fcef8637d25fc6ef6f6059 Fix compilation with -qt3d-profile-jobs on Android + d8789d8fd17fd58f06003e9846b3d107ffc8ec52 Fix normal calculation in MorphPhongMaterial + f575334691dedc5e34e6391fe638f313de8270eb Fix notifications for QClipAnimator::clip property + 3314694004b825263c9b9f2d69bd85da806ccbbc Fix crash due to racecondition in renderer on shutdown + fd9f66d17d79c4bebbd7b24d9bc52f9c87681ecb GLTexture: do not set layers when target is Texture3D + 726be38f774ea62c1f05003cca39fa2a68d794b0 Renderer::doRender scene3dBlocking fixes + d4835713b808503ab6d3039f3893355804a8a21d Bump version Change-Id: I17633ccd3c52332eb0c45683e78b40592682ec89 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.11.320
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 000000000..f71fa3412
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,20 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.