diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-08 20:34:29 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-08 20:34:29 +0100 |
commit | 5e24db0cba5efb9d2d5ce7b1a34678ab0f6c73da (patch) | |
tree | e69f7b5ce23474b45beb932c7553c18a8327f3f6 /RELEASE-NOTES | |
parent | 638c6da9dbe26dd50664839f6ffb3357f0560abf (diff) |
RELEASE-NOTES: Removed trailing full stop
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ff8c1795c..b2ba0de9c 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] |