aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-21 11:46:16 +0000
committerYang Tse <yangsita@gmail.com>2009-04-21 11:46:16 +0000
commit33a3753c3f41d546ebf3350685eb7201d25783f4 (patch)
tree844079a72939d3c8c5cfe49f0c5c2c86231ec274 /CHANGES
parent9770899a4bfb27ea73d0b0ee4be857ea1e47c4fd (diff)
libcurl's memory.h renamed to curl_memory.h
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c9bc82a4..3aeeab464 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@ Yang Tse (21 Apr 2009)
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.
+ Renamed libcurl's memory.h to curl_memory.h
+
Daniel Stenberg (20 Apr 2009)
- Leanic Lefever reported a crash and did some detailed research on why and
how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The