Commit bd63a557 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixes from the recent days

parent 49aa7980
Loading
Loading
Loading
Loading
+29 −0
Original line number Original line Diff line number Diff line
@@ -7,7 +7,36 @@
                                  Changelog
                                  Changelog




Daniel (19 February 2004)
- Doug Porter made libcurl use the HOME environment variable before the
  getpwuid results when looking for .netrc files.

- If 'configure --enable-debug' is used with gcc, it now checks which gcc
  version it is and uses as picky compiler options as possible for the
  particular version.

- Code that can be used in both the lib and in the curl app is now made to use
  the curlx_ prefix. The first function to be available like this is the
  curlx_strtoll() function. This is made to allow the app to use existing code,
  but without polluting the libcurl API. Further explanations posted here:

    http://curl.haxx.se/mail/lib-2004-02/0215.html

Daniel (18 February 2004)
- Fixed buildconf to not use "which" as AIX and Tru64 have what have been
  referred to as "horribly broken 'which' programs".

- Made sure dns cache timeout set to -1 really means caching forever.

Daniel (17 February 2004)
- Made it possibly to build c-ares with the libcurl memdebug system to better
  track memory.

Daniel (16 February 2004)
Daniel (16 February 2004)
- When using ares, we now initialize the ares 'channel' in curl_easy_init()
  and re-use that same handle during the entire curl handle's life-time. It
  improves performance.

- Fixed a problem when displaying verbose for ipv6-enabled libcurls and
- Fixed a problem when displaying verbose for ipv6-enabled libcurls and
  re-used connections. Problem reported and fix verified by Grigory Entin.
  re-used connections. Problem reported and fix verified by Grigory Entin.


+3 −1
Original line number Original line Diff line number Diff line
@@ -7,6 +7,8 @@ Curl and libcurl 7.11.1. A bugfix release.


This release includes the following changes:
This release includes the following changes:


 o $HOME is now recognized better when looking for .netrc files
 o now re-uses the ares handle when re-using curl handles
 o SO_BINDTODEVICE is used for network interface binding
 o SO_BINDTODEVICE is used for network interface binding
 o configure --disable-manual disables the built-in huge manual from the
 o configure --disable-manual disables the built-in huge manual from the
   command line tool
   command line tool
@@ -61,6 +63,6 @@ advice from friends like these:
 Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich,
 Gisle Vanem, Vincent Bronner, Richard Bramante, Dirk Manske, Dan Fandrich,
 Ken Hirsch, Stadler Stephan, Domenico Andreoli, Patrick Smith, Tor Arntsen,
 Ken Hirsch, Stadler Stephan, Domenico Andreoli, Patrick Smith, Tor Arntsen,
 Andrés García, Tim Baker, Len Krause, Gilad, Ken Rastatter, P R Schaffner,
 Andrés García, Tim Baker, Len Krause, Gilad, Ken Rastatter, P R Schaffner,
 Greg Hewgill, Ben Greear, Jeff Lawson, Grigory Entin
 Greg Hewgill, Ben Greear, Jeff Lawson, Grigory Entin, Doug Porter


        Thanks! (and sorry if I forgot to mention someone)
        Thanks! (and sorry if I forgot to mention someone)