aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-26 14:50:45 +0000
committerYang Tse <yangsita@gmail.com>2009-05-26 14:50:45 +0000
commit675d6ec5e6d9dc51b0ff9ad28c0e901a7516e2ef (patch)
tree3a7b101eb836ac68c28a0de8b37e7256a39281f2 /ares/CHANGES
parent1ad43c54c0bb03fbb2313954a984bbbeb7110528 (diff)
c-ares's --enable-curldebug configure option decoupled from c-ares's --enable-debug
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 45248ad3f..a095100bc 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,11 @@
Changelog for the c-ares project
+* May 26 2009 (Yang Tse)
+- Added --enable-curldebug configure option to enable and disable building
+ with the low-level curl debug memory tracking 'feature' to allow decoupled
+ setting from --enable-debug, allowing again to build c-ares independently
+ out of the CVS tree.
+
* May 19 2009 (Yang Tse)
- Introduced ares_library_init() and ares_library_cleanup() functions.