Commit 01acbfa1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

updates of today

parent 49b2896a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.
+1 −0
Original line number Diff line number Diff line
@@ -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