summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorRichard J. Moore <rich@kde.org>2013-10-13 11:29:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-15 12:37:29 +0200
commit23833629fa7d3aa510267d314dd422b3b3ea0de3 (patch)
tree2f07079a0d583f34d9146c451d30a14694e025d3 /dist/changes-5.2.0
parent52d0f9b1e4e808fce900a99f23ef8c4702306e61 (diff)
Update changelog for QtNetwork 5.2.
Change-Id: I3d6c416cd3213282224ea9251a5506b1f0713b24 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.017
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index a8a3e581de..ea15295cad 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -84,3 +84,20 @@ QtGui
related to session management. For platform that don't support this
feature the default behavior has not changed.
Both X11 and Windows session management are supported.
+
+QtNetwork
+---------
+
+- The minimum support openssl version has been increased to openssl 1.0. The
+ code to support older versions has not been removed, but is no longer
+ supported.
+
+- An off-by-one error in NTLM proxy authentication has been fixed.
+
+- Various improvements to reduce the memory used by qtnetwork have been made.
+
+- Improved support for HTTP proxy authentication.
+
+- Support for preconnecting to servers before making HTTP and HTTPS
+ connections. This allows for much reduced latency when the hosts to be
+ connected to are known.