summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-11-19 15:59:06 +0200
committerFrank Meerkötter <frank.meerkoetter@basyskom.com>2019-12-03 10:37:27 +0100
commit5b3ad68a3a0a6cc9670dc86c3d906ec72181253b (patch)
tree7ab05ca486779410b9efa4c46d32c520cedeb173
parentbcd37d8bffb422e5fcb29f6778c626a0cfc40ec3 (diff)
Add changes file for Qt 5.14.0v5.14.05.14.0
Change-Id: I1bbdf4fb3f4a509cfad177cd4e958b141df09c0b Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-rw-r--r--dist/changes-5.14.024
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
new file mode 100644
index 0000000..28db53c
--- /dev/null
+++ b/dist/changes-5.14.0
@@ -0,0 +1,24 @@
+Qt 5.14 introduces many new features and improvements as well as bugfixes
+over the 5.13.x series. 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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+
+- Note about API stability:
+ * All classes related to secure connections are out of technology preview state.
+
+- Qt OPC UA API
+ * GDS client support (Tech-Preview, uacpp-only)
+ * Support for generating X509 Certificate Signing Requests (Tech-Preview)
+
+- open62541-backend
+ * Update of open62541 to 1.0. This enables the open62541-backend to handle
+ secure connections. This includes the security policies Basic128Rsa15,
+ Basic256 and Basic256Sha256.
+ Still unsupported by the open62541-backend are "Private keys with password",
+ "Manual override in case of certificate verification errors" &
+ "X509 identity tokens".