summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@blackberry.com>2013-06-19 11:14:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-19 19:10:23 +0200
commitf5e0ec5e16506166ba6a83d0e024a65a219035b8 (patch)
tree6edf42673a8ec4471efd72e22ed19e7166cd3361
parent021264a239c7c5f30263a59a73f08e482142b291 (diff)
downloadqtbase-f5e0ec5e16506166ba6a83d0e024a65a219035b8.tar.gz
update QtNetwork changelog for 5.1.0
Change-Id: I6392fd125657c4a4a3abb4607fa31bb0d8c0fdd6 Reviewed-by: Richard J. Moore <rich@kde.org>
-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
---------