summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-14 03:03:25 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-12-14 03:03:25 +0100
commitd1cf3be56311fc93a1aa6d8a945b5394b57d31fa (patch)
tree93a6e093b5d1da91c9392762e29776c7a3646925
parent957d17b42b24e558fbee3f4f503712d18edf4953 (diff)
parent23c5879b1d60184f549318fd641c7b1dbe466534 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
-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".