summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:31 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-21 12:40:58 +0000
commitc9bc2672b513a414708026f4271d247feaa26471 (patch)
treebb6bb0cb3a5a40e063dff5f017f4ae0c679cf838 /dist
parent694cf2bb87352f99e56aa687e13fdc7eeea40720 (diff)
Add changes file for Qt 5.12.2v5.12.2
+ 9ea91c6e6cdcdb43cf45ddb6c96c2e39e8995904 Fix warning about unused variable + acbd92f90c139839277a60db84753a102dffbcf2 Bump version + 70baf5bc141d022f3cd99216c4628c9e38663d4d Fix the inclusion of MOC files before QT_CHARTS_END_NAMESPACE Change-Id: Ic6fc8d439d053355e0b29de696fcb1fc07631df5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@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 00000000..0c8bd857
--- /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.