aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.12.2
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-26 05:33:10 +0000
commit45da510a0a87593a2ae6f98e41bb01b9d39ace58 (patch)
tree95d61292a3059d0458f50884a82597fe8f161268 /dist/changes-5.12.2
parentd14c6aa5855ebfb8bb624efd7817bb3cdd4c96e4 (diff)
Add changes file for Qt 5.12.2v5.12.2
+ 45bc3ab0bbc292be26b2bf0596487d9c7f2059d3 Bump version + c80cbce7ac3b38a45a38b57795c7eb19e5177a17 Remove warning when the notify signal has more than one argument + 38f097ba76fe5b26ccc15a5599e312336200e564 Correctly convert enums and QFlags from and to JSON + 38b5128c63ba38303f0587e03536ed546c1f2eca Correctly unwrap registered objects + d14c6aa5855ebfb8bb624efd7817bb3cdd4c96e4 Also add already wrapped objects to the transport-to-objects map Change-Id: I8f186bc47f8df9608c340a02183fbc06429f4c14 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'dist/changes-5.12.2')
-rw-r--r--dist/changes-5.12.225
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 0000000..53a68de
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,25 @@
+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.
+
+****************************************************************************
+* UNSPECIFIED *
+****************************************************************************
+
+ - Enum values and QFlags are now correctly converted to and
+ from integers in the JS interface