This commit is contained in:
Daniel Stenberg 2004-07-28 22:00:14 +00:00
parent 3e01f70468
commit 43ae26f146
2 changed files with 24 additions and 1 deletions

16
CHANGES
View File

@ -6,10 +6,26 @@
Changelog
Daniel (28 July 2004)
- Bertrand Demiddelaer fixed the host name to get setup properly even when a
connection is re-used, when a proxy is in use. Previously the wrong Host:
header could get sent when re-using a proxy connection to a different target
host.
- Fixed Brian Akins' reported problems with duplicate Host: headers on re-used
connections. If you attempted to replace the Host: header in the second
request, you got two such headers!
- src/Makefile.am now includes the Makefile.inc file to get info about files
Daniel (26 July 2004)
- Made "curl [URL] -o name#2" work as expected. If there's no globbing for the
#-number, it will simply be used as #2 in the file name.
- Bertrand Demiddelaer fixed testing with valgrind 2.1.x and added two missing
newlines in the cookie informationals.
Daniel (24 July 2004)
- I fixed the autobuilds with ares, since they now need to have buildconf run
in the ares dir before the configure script is run.

View File

@ -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)