summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-04-01 13:35:32 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2019-04-02 09:09:13 +0000
commit9755f474a039756b98ce9c2bf0a69809b1396004 (patch)
tree3fdc98d38ee3ffeeb1f8ac4d8cb6ac1bcf0b9e71 /dist
parentc0f0d22a1ae85c7efafb4cee6d0e59effb68262c (diff)
Add changes file for Qt 5.12.3v5.12.3
+ 203508d4aff39cfb7d8a7f3192884a190f203020 Doc: Set QChart functions as deprecated + b6fe3127201616fbbfd120be9c650445e583dd84 Bump version + c0f0d22a1ae85c7efafb4cee6d0e59effb68262c Fix static building of qml applications using charts Change-Id: Ib6bcf64a04db95ad69f57879131873967b00f2fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.12.324
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3
new file mode 100644
index 00000000..317695fa
--- /dev/null
+++ b/dist/changes-5.12.3
@@ -0,0 +1,24 @@
+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.
+
+****************************************************************************
+* Bug Fixes *
+****************************************************************************
+
+- [QTBUG-74613] Fix static building of QML applications using charts