summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-17 07:41:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-17 07:41:10 +0000
commitc2f765495d84945f82a1febeb854cbdf9671c14c (patch)
tree3d64e1707291431ef081e73e6138d6da13c2e861 /CHANGES
parent4eddbaddfd533256472efb3930d447b3011c7521 (diff)
downloadc-ares-c2f765495d84945f82a1febeb854cbdf9671c14c.tar.gz
c-ares-c2f765495d84945f82a1febeb854cbdf9671c14c.tar.bz2
c-ares-c2f765495d84945f82a1febeb854cbdf9671c14c.zip
memdebug build, 'make' no longer builds the demo tools
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 74b5865..b22bcdb 100644
--- a/CHANGES
+++ b/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'