diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 14:06:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 14:06:16 +0000 |
commit | fa1c0d4a56e401285dae12db724a51b10e82618b (patch) | |
tree | 9b8d3084e2046ee321874dab1c73bdcaba1c1544 /ares | |
parent | 7e01548d46fcdb18204d337212ea76d9816f7d0e (diff) |
libcares.a is here
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 8c9c31237..d41ec2bc3 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,20 +1,24 @@ -* February 2, 2004: +* 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 - ares_strerror() has one argument less. This is the first official modification of the existing provided ares API. -* January 29, 2004: +* January 29, 2004 - Dirk Manske fixed how the socket is set non-blocking. -* January 4, 2004: +* January 4, 2004 - 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. -* October 24, 2003. Daniel Stenberg: +* October 24, 2003. Daniel Stenberg Added ares_version(). |