summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-01-16 15:22:28 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-01-18 15:06:05 +0200
commit723990439e80d77b6a19c496d8811e8059d6bbef (patch)
treec509657e693681282bea994fc12774cf6ea2a3d4
parent49b44638f6dd9c7ceab2051b5fcd55b2e3c56106 (diff)
Add changes file for Qt 5.12.7v5.12.7
+ 0606a2215e0c11debaf5547babccbdc40321c182 Bump version + 95bda423b61733c5f8780c4b61e3bc62f9fa17c2 VirtualCAN: Fix disconnecting from bus Change-Id: Ia7db945d08d84bc0999e394660425cc3724ae709 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.12.725
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.12.7 b/dist/changes-5.12.7
new file mode 100644
index 0000000..c656d7a
--- /dev/null
+++ b/dist/changes-5.12.7
@@ -0,0 +1,25 @@
+Qt 5.12.7 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.6.
+
+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.
+
+****************************************************************************
+* VirtualCAN *
+****************************************************************************
+
+ - Fixed that the plugin stayed forever in closing state and subsequent
+ connect calls always failed.