Skip to content
Snippets Groups Projects
Commit 43ae26f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixes!

parent 3e01f704
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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,
Gnter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel,
Niels van Tongeren, Andrs Garca
Niels van Tongeren, Andrs Garca, Toby Peterson, Casey O'Donnell, Brian
Akins, Bertrand Demiddelaer
Thanks! (and sorry if I forgot to mention someone)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment