summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-04 12:20:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-04 12:20:37 +0000
commitd49a450fcefea59c062fa52d835bcdaca305b4ce (patch)
treebefc020e95d922c17e82b643f21e3ddee97598c1 /CHANGES
parent2c9c9e92fddea12fe07e4fd7ab43499369f24d3c (diff)
downloadc-ares-d49a450fcefea59c062fa52d835bcdaca305b4ce.tar.gz
c-ares-d49a450fcefea59c062fa52d835bcdaca305b4ce.tar.bz2
c-ares-d49a450fcefea59c062fa52d835bcdaca305b4ce.zip
the gettimeofday fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 49a9ad3..14c806c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@ doesn't want these improvements.
The package is called 'c-ares' for now since I (Daniel Stenberg) want this for
use within the curl project (hence the letter C) and it makes a nice pun.
+* January 4, 2004:
+
+- Dominick Meglio made the private gettimeofday() become ares_gettimeofday()
+ instead in order to not pollute the name space and risk colliding with
+ other libraries' versions of this function.
+
* October 24, 2003. Daniel Stenberg:
Added ares_version().