diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 06:24:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 06:24:37 +0000 |
commit | 0fff8656e9f0620c8ec61478ba42b6cabbecc755 (patch) | |
tree | 596e0ceee2711ebfc298c684e13bfb9ff44b5c1f | |
parent | 7b929636eef46155edd6cb384b642a98ab1baa8e (diff) |
one change, three bugs, one credit
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bf28d611b..193fbe1c6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,11 +7,15 @@ Curl and libcurl 7.11.2. A bugfix release. This release includes the following changes: + o the ares build now requires c-ares 1.2.0 or later o --tcp-nodelay and CURLOPT_TCP_NODELAY were added o curl/curlver.h contains the libcurl version info now This release includes the following bugfixes: + o curl_strnqual.3 "refer-to" man page fix + o fixed a minor very old progress meter final update bug + o added checks for a working NI_WITHSCOPEID before that is used o fixed a flaw that prevented ares name resolve timeouts to occur o getting user name from http_proxy env variable works now o fixed too early name resolve timeouts with ares @@ -38,6 +42,6 @@ advice from friends like these: Thomas Schwinge, Marty Kuhrt, Günter Knauf, Kevin Roth, Glen Nakamura, Gisle Vanem, Greg Hewgill, Joe Halpin, Tor Arntsen, Dirk Manske, Roy Shan, - Mitz Wark, Andrés García + Mitz Wark, Andrés García, Robin Kay Thanks! (and sorry if I forgot to mention someone) |