summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-10-31 13:26:53 +0200
committerAntti Kokko <antti.kokko@qt.io>2019-10-31 15:38:27 +0200
commit36dc37fa100ad57c6709248b04d48787f482dfb4 (patch)
treeb6fefe832fe6cfa6c3099172a2bc5035ef6e0327
parent612143ed95a436964caf2c18d324336cf9ed2c90 (diff)
Add changes file for Qt 5.12.6
+ 99cc24f53ed2946494d3e8d594a6722c571a282f Add missing * for SkyboxEntity QML type documentation + dbd7c517e4d49fb05457a7fe290f7c4e48cdb9cf Allow multiple instances of a few render states + 855295c3748239ae65e874b579f5449e4ea6723f Add QML documentation for ClipBlendValue + 2a72abee721c24638e6a7164379117d887b74aab Fix LerpClipBlend QML documentation + 151694c095e05e1c735f96f60c799cc717e93dc1 Update MetalRoughMaterial documention + a802fd74e010a6d8ebfc2243232e0373d67f3df6 Minor fixes for QSprite* classes + 968be8e9ee0851d401d302621eccc1de415ec243 Add a property map job in animation aspect + 923292120777c351ebecf33bcf0ac2a1535b0fe7 Fix blitting to also blit depth and stencil buffers + e76193605ab725bbb004f3ff8b1c2af973803d31 Make sure right screen is set on QOpenGLContext and QOffscreenSurface + 4e6b2cd0b6ee275ef38392e7e0b0ab2de6718bb4 Renderer: check context thread before destroying resources + 30f5da09a033bb1993b3ba06e59c3afa4710a087 Ensure we can build assimp on Windows and macOS with non gcc compilers + 612143ed95a436964caf2c18d324336cf9ed2c90 Bump version Change-Id: I3e2e4f85d765c4f92d7774ab77cc6948a298b00f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--dist/changes-5.12.620
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.12.6 b/dist/changes-5.12.6
new file mode 100644
index 000000000..ad5098e30
--- /dev/null
+++ b/dist/changes-5.12.6
@@ -0,0 +1,20 @@
+Qt 5.12.6 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.5.
+
+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.