summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-25 14:32:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-25 14:32:39 +0000
commit650fd8cee3110d3e3b3d434ce827e177b3469c36 (patch)
treeca7dc8ad27c61ac930e436cf3e2ef95007728cd1 /CHANGES
parentff2794fc5f3c26d4f87ea7cd5fca4b523d96042d (diff)
downloadc-ares-650fd8cee3110d3e3b3d434ce827e177b3469c36.tar.gz
c-ares-650fd8cee3110d3e3b3d434ce827e177b3469c36.tar.bz2
c-ares-650fd8cee3110d3e3b3d434ce827e177b3469c36.zip
added the better debug option logic from curl by adding acinclude.m4 to the
configure stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be99f68..332369f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
* February 25, 2004
- Dan Fandrich found a flaw in the Feb 22 fix.
+- Added better configure --enable-debug logic (taken from the curl configure
+ script). Added acinclude.m4 to the tarball.
+
* February 23, 2004
- Removed ares_free_errmem(), the function, the file and the man page. It was
not used and it did nothing.