diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 09:16:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-04 09:16:05 +0000 |
commit | d6d312d5507752d654a8005869e674df6845fa2b (patch) | |
tree | 9ec005d9172306ab223d5bc72eafdd14cc322e7b /ares/CHANGES | |
parent | 1fa163fdf7ac851d9d7ad38020de2dd64391c2c7 (diff) |
fixing
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index d41ec2bc3..9ef7c3504 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,4 +1,14 @@ +* 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) + * February 3, 2004 - now we produce the libcares.a library instead of the previous libares.a since we are no longer compatible |