summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-04 09:16:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-04 09:16:05 +0000
commitf06464edd205f8d9c1f84f4243c94b0b3192b123 (patch)
tree51f8669fb0cbf6c91c3f70c45423fce59b9b7ce9 /CHANGES
parent49eceda4dd914b2c7a2897cb122c15229e814b40 (diff)
downloadc-ares-f06464edd205f8d9c1f84f4243c94b0b3192b123.tar.gz
c-ares-f06464edd205f8d9c1f84f4243c94b0b3192b123.tar.bz2
c-ares-f06464edd205f8d9c1f84f4243c94b0b3192b123.zip
fixing
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d41ec2b..9ef7c35 100644
--- a/CHANGES
+++ b/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