diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-03-10 19:48:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-03-27 15:36:15 +0100 |
commit | b8c195974c82c1bf7fb658d1b4eb4b8148573b5d (patch) | |
tree | 665c713c17a4eea2cccb7f7ff58419116809c50d /RELEASE-NOTES | |
parent | 1e29d275c643ef6aab7948f0f55a7a9397e56b42 (diff) | |
download | curl-b8c195974c82c1bf7fb658d1b4eb4b8148573b5d.tar.gz |
RELEASE-NOTES: add two references
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 901f38a2a..d88782066 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,7 +29,7 @@ This release includes the following changes: 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 pipelning control + CURLMOPT_PIPELINING_SERVER_BL for new pipelning control [15] This release includes the following bugfixes: @@ -65,7 +65,7 @@ This release includes the following bugfixes: o build: fixes for VMS o CONNECT: clear 'rewindaftersend' on success [12] o HTTP proxy: insert slash in URL if missing [13] - o hiperfifo: updated to use current libevent API, + o hiperfifo: updated to use current libevent API [14] o getinmemory.c: abort the transfer nicely if not enough memory This release includes the following known bugs: @@ -100,3 +100,6 @@ References to bug reports and discussions on issues: [11] = http://curl.haxx.se/bug/view.cgi?id=1204 [12] = https://groups.google.com/d/msg/msysgit/B31LNftR4BI/KhRTz0iuGmUJ [13] = http://curl.haxx.se/bug/view.cgi?id=1206 + [14] = http://curl.haxx.se/bug/view.cgi?id=1199 + [15] = http://daniel.haxx.se/blog/2013/03/26/better-pipelining-in-libcurl-7-30-0/ +
\ No newline at end of file |