]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
updates of today
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Oct 2004 09:04:20 +0000 (09:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Oct 2004 09:04:20 +0000 (09:04 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 23422f6c88d6330cd600538158e1411b3e92136b..47daa98fafeaa9190d2cbb6fab438da0d9f4cd4d 100644 (file)
--- 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.
index 1d265defad142003f030787f19e1ae7e9c8e6b29..7bf65dc027f0646aa717e06114960cff5eda11d9 100644 (file)
@@ -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