2004-03-10 06:28:34 -05:00
|
|
|
* March 9, 2004
|
|
|
|
- Gisle Vanem improved build on Windows.
|
|
|
|
|
2004-02-25 02:17:31 -05:00
|
|
|
* February 25, 2004
|
|
|
|
- Dan Fandrich found a flaw in the Feb 22 fix.
|
|
|
|
|
2004-02-25 09:32:39 -05:00
|
|
|
- Added better configure --enable-debug logic (taken from the curl configure
|
|
|
|
script). Added acinclude.m4 to the tarball.
|
|
|
|
|
2004-02-23 08:35:28 -05:00
|
|
|
* February 23, 2004
|
|
|
|
- Removed ares_free_errmem(), the function, the file and the man page. It was
|
|
|
|
not used and it did nothing.
|
|
|
|
|
|
|
|
- Fixed a lot of code that wasn't "64bit clean" and thus caused a lot of
|
|
|
|
compiler warnings on picky compilers.
|
|
|
|
|
2004-02-22 17:42:20 -05:00
|
|
|
* February 22, 2004
|
|
|
|
- Dominick Meglio made ares init support multiple name servers in the
|
|
|
|
NameServer key on Windows.
|
|
|
|
|
2004-02-17 02:41:10 -05:00
|
|
|
* February 16, 2004
|
|
|
|
- Modified ares_private.h to include libcurl's memory debug header if
|
|
|
|
CURLDEBUG is set. This makes all the ares-functions supervised properly by
|
|
|
|
the curl test suite. This also forced me to add inclusion of the
|
|
|
|
ares_private.h header in a few more files that are using some kind of
|
|
|
|
memory-related resources.
|
|
|
|
|
|
|
|
- Made the makefile only build ahost and adig if 'make demos' is used.
|
|
|
|
|
2004-02-11 07:59:16 -05:00
|
|
|
* February 10, 2004
|
|
|
|
- Dirk Manske made ares_version.h installed with 'make install'
|
2003-10-24 16:30:14 -04:00
|
|
|
|
2004-02-04 04:16:05 -05:00
|
|
|
* February 4, 2004
|
|
|
|
- ares_free_errmem() is subject for removal, it is simply present for future
|
|
|
|
purposes, and since we removed the extra parameter in strerror() it won't
|
|
|
|
be used by c-ares!
|
|
|
|
- configure --enable-debug now enables picky compiler options if gcc is used
|
|
|
|
- fixed several compiler warnings --enable-debug showed and Joerg Mueller-Tolk
|
|
|
|
reported
|
|
|
|
|
|
|
|
Version 1.0.0 (February 3, 2004)
|
|
|
|
|
2004-02-03 09:06:16 -05:00
|
|
|
* February 3, 2004
|
|
|
|
- now we produce the libcares.a library instead of the previous libares.a
|
|
|
|
since we are no longer compatible
|
|
|
|
|
|
|
|
* February 2, 2004
|
2004-02-03 01:38:38 -05:00
|
|
|
|
|
|
|
- ares_strerror() has one argument less. This is the first official
|
|
|
|
modification of the existing provided ares API.
|
|
|
|
|
2004-02-03 09:06:16 -05:00
|
|
|
* January 29, 2004
|
2004-01-29 06:23:36 -05:00
|
|
|
|
|
|
|
- Dirk Manske fixed how the socket is set non-blocking.
|
|
|
|
|
2004-02-03 09:06:16 -05:00
|
|
|
* January 4, 2004
|
2004-01-04 07:20:37 -05:00
|
|
|
|
|
|
|
- Dominick Meglio made the private gettimeofday() become ares_gettimeofday()
|
|
|
|
instead in order to not pollute the name space and risk colliding with
|
|
|
|
other libraries' versions of this function.
|
|
|
|
|
2004-02-03 09:06:16 -05:00
|
|
|
* October 24, 2003. Daniel Stenberg
|
2003-10-24 16:30:14 -04:00
|
|
|
|
|
|
|
Added ares_version().
|
2003-10-08 16:26:05 -04:00
|
|
|
|
2003-10-08 16:26:44 -04:00
|
|
|
Version 1.0-pre1 (8 October 2003)
|
2003-10-08 16:18:01 -04:00
|
|
|
|
2003-10-07 17:54:04 -04:00
|
|
|
- James Bursa made it run on RISC OS
|
|
|
|
|
|
|
|
- Dominick Meglio made it run fine on NT4
|
|
|
|
|
2003-10-08 16:18:01 -04:00
|
|
|
- Duncan Wilcox made it work fine on Mac OS X
|
2003-10-07 17:54:04 -04:00
|
|
|
|
|
|
|
- Daniel Stenberg adjusted the windows port
|
|
|
|
|
|
|
|
- liren at vivisimo.com made the initial windows port
|