aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-28 22:00:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-28 22:00:14 +0000
commit43ae26f146c99d5a8404a5fd4f327736233da72d (patch)
tree9ef3f7a619cd5c4b9e83b5c1da67c03740e18474 /RELEASE-NOTES
parent3e01f70468b4ce0a0b9b6065f5922fd7a33c8b1a (diff)
fixes!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c7fe9fb86..6c8404e24 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,6 +8,7 @@ Curl and libcurl 7.12.1
This release includes the following changes:
+ o added curl_easy_reset()
o socks proxy support even when libcurl is built ipv6-enabled
o read callbacks can stop the transfer by returning CURL_READFUNC_ABORT
o libcurl-tutorial.3 is the new man page formerly known as libcurl-the-guide
@@ -19,6 +20,11 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o a bad Host: header case on re-used connections over proxy was fixed
+ o a duplicate Host: header case on re-used connections was fixed
+ o curl -o name#[num] now works when no globbing for [num] exists
+ o the test suite runs fine with valgrind 2.1.x
+ o negative Content-Length is now ignored
o test 505 runs fine on windows now
o builds fine with Borland again
o curl_share_cleanup() crash fixed
@@ -60,6 +66,7 @@ advice from friends like these:
Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
Günter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
- Niels van Tongeren, Andrés García
+ Niels van Tongeren, Andrés García, Toby Peterson, Casey O'Donnell, Brian
+ Akins, Bertrand Demiddelaer
Thanks! (and sorry if I forgot to mention someone)