From: Steve Holme Date: Mon, 8 Apr 2013 19:34:29 +0000 (+0100) Subject: RELEASE-NOTES: Removed trailing full stop X-Git-Tag: curl-7_30_0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e24db0cba5efb9d2d5ce7b1a34678ab0f6c73da;p=thirdparty%2Fcurl.git RELEASE-NOTES: Removed trailing full stop --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ff8c1795c3..b2ba0de9cf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,7 +26,7 @@ This release includes the following changes: o checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets o curl_global_init() now accepts the CURL_GLOBAL_ACK_EINTR flag [10] o Added CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_TOTAL_CONNECTIONS for - new multi interface connection handling. + new multi interface connection handling o Added CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_PIPELINING_SITE_BL and CURLMOPT_PIPELINING_SERVER_BL for new pipelining control [15]