summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
committerYang Tse <yangsita@gmail.com>2009-04-21 10:26:58 +0000
commit1509409fe11db68a6d40e08b5c122ff2ce51a53e (patch)
tree9a2eaef30d558fc33007df1f85b2bc7574d9620c /CHANGES
parentdf96c987c6ea4ac121bdacc78b52a6f0f6555d39 (diff)
downloadc-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.tar.gz
c-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.tar.bz2
c-ares-1509409fe11db68a6d40e08b5c122ff2ce51a53e.zip
Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90ee711..3fe0cf8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* April 21 2009 (Yang Tse)
+- Moved potential inclusion of system's malloc.h and memory.h header files to
+ setup_once.h. Inclusion of each header file is based on the definition of
+ NEED_MALLOC_H and NEED_MEMORY_H respectively.
+
* March 11 2009 (Yang Tse)
- Japheth Cleaver fixed acountry.c replacing u_long with unsigned long.