Reflow the ChangeLog part for QtNetwork

Wrap to column 76, add a space before the dash and remove the
line between entries with no sub-bullets.

Change-Id: Ibba86161659ccad9fe98dd37a9eba57e807aa3ac
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Thiago Macieira 2013-11-25 11:50:41 -08:00 committed by The Qt Project
parent c9857bdeef
commit 10ac0bb2b8

22
dist/changes-5.2.0 vendored
View File

@ -293,19 +293,15 @@ QtGui
QtNetwork QtNetwork
--------- ---------
- API was added to store and resume TLS session tickets. - API was added to store and resume TLS session tickets.
- The minimum support openssl version has been increased to openssl
- The minimum support openssl version has been increased to openssl 1.0. The 1.0. The code to support older versions has not been removed, but is no
code to support older versions has not been removed, but is no longer longer supported.
supported. - An off-by-one error in NTLM proxy authentication has been fixed.
- Various improvements to reduce the memory used by qtnetwork have been
- An off-by-one error in NTLM proxy authentication has been fixed. made.
- Improved support for HTTP proxy authentication.
- Various improvements to reduce the memory used by qtnetwork have been made. - Support for preconnecting to servers before making HTTP and HTTPS
- 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 connections. This allows for much reduced latency when the hosts to be
connected to are known. connected to are known.