diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-17 07:41:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-17 07:41:10 +0000 |
commit | 8300a880cc84f227c6d5b042fb9885098df8e674 (patch) | |
tree | 671503f33ab2a809eada671dec368b39eb291223 /ares | |
parent | 420bbd2e0888b476976923ec343a6bfd33b993c5 (diff) |
memdebug build, 'make' no longer builds the demo tools
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 74b58654b..b22bcdbd8 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,3 +1,12 @@ +* February 16, 2004 +- Modified ares_private.h to include libcurl's memory debug header if + CURLDEBUG is set. This makes all the ares-functions supervised properly by + the curl test suite. This also forced me to add inclusion of the + ares_private.h header in a few more files that are using some kind of + memory-related resources. + +- Made the makefile only build ahost and adig if 'make demos' is used. + * February 10, 2004 - Dirk Manske made ares_version.h installed with 'make install' |