From 43ae26f146c99d5a8404a5fd4f327736233da72d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Jul 2004 22:00:14 +0000 Subject: [PATCH] fixes! --- CHANGES | 16 ++++++++++++++++ RELEASE-NOTES | 9 ++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0de69630c..62632dca2 100644 --- a/CHANGES +++ b/CHANGES @@ -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. 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)