From: Daniel Stenberg Date: Wed, 6 Oct 2004 09:04:20 +0000 (+0000) Subject: updates of today X-Git-Tag: curl-7_12_2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01acbfa1a52ac571f32f2ee21279c664dc57eff3;p=thirdparty%2Fcurl.git updates of today --- diff --git a/CHANGES b/CHANGES index 23422f6c88..47daa98faf 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,12 @@ Changelog +Daniel (6 October 2004) +- Dan Fandrich fixed a configure flaw for systems that need both nsl and socket + libs to use gethostbyname(). + +- Removed tabs and trailing whitespace from lots of source files. + Daniel (5 October 2004) - Made configure --with-libidn=PATH try the given PATH before the default paths to make it possible to override. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1d265defad..7bf65dc027 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: This release includes the following bugfixes: + o configure's gethostbyname check when both nsl and socket libs are required o configure --with-libidn now checks the given path before defaults o a race condition sometimes resulting in CURLE_COULDNT_RESOLVE_HOST in the windows threaded name resolver code