From 8300a880cc84f227c6d5b042fb9885098df8e674 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Feb 2004 07:41:10 +0000 Subject: [PATCH] memdebug build, 'make' no longer builds the demo tools --- ares/CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) 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'