diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-30 15:02:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-30 15:02:37 +0000 |
commit | b08dc2cadb3ca67e5b45fa3cfb8abfffa7c86880 (patch) | |
tree | 9b92e62b349114ce714609765227bf24f3bed8d8 | |
parent | f7c5a097e31b74cd92447416d185856e20afb717 (diff) |
proxy connection close and so
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5202266b3..9a6e47a36 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: This release includes the following bugfixes: + o "Proxy-Connection: close" is now understood and properly dealt with o curl_getdate() crash fixed o downloading empty files now calls the write callback properly o no more reverse DNS lookups when getting ip-only address with ipv6-enabled @@ -32,6 +33,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil - Jacobsen, Ling Thio + Jacobsen, Ling Thio, Roman Koifman, Harshal Pradhan Thanks! (and sorry if I forgot to mention someone) |