summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.011
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index cb96c2debe..bc0db0b9c8 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -88,7 +88,16 @@ QtGui
QtNetwork
---------
- -
+ - QNetworkAccessManager / QNetworkReply:
+ * Add a new encrypted() signal so that applications can perform
+ additional checks on the certificate chain.
+ - QSslSocket:
+ * Support for sending intermediate certificates when QSslSocket is used
+ as a server, and when using client certificates.
+ - HTTPS internals:
+ * SSL sessions are re-used by default.
+ - QHostInfo:
+ * Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.
QtWidgets
---------