summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-11-25 11:50:41 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 08:24:41 +0100
commit10ac0bb2b8619d2f81731f617b40767fed4619fd (patch)
tree0cf2593a336e0a046d2326a74a15ea37e6779440
parentc9857bdeef05fe48ac4491ff49cd391662e2bbea (diff)
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>
-rw-r--r--dist/changes-5.2.026
1 files changed, 11 insertions, 15 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 9eea4dc2b4..ce2ae63dbb 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -293,21 +293,17 @@ QtGui
QtNetwork
---------
-- API was added to store and resume TLS session tickets.
-
-- 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.
+ - API was added to store and resume TLS session tickets.
+ - 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.
QtPrintSupport
--------------