aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-13 20:48:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-13 20:48:48 +0000
commit76c251513e73d9fd940ed4df8a9b73ca587559f8 (patch)
treea2c4924599df991cb31af9f7edc7bb534850541d /ares/CHANGES
parent80afddacc8ee850c7e591f8d73427042f4d9db12 (diff)
- Introducing millisecond resolution support for the timeout option. See
ares_init_options()'s ARES_OPT_TIMEOUTMS.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 3d44b190a..db3d035fa 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* May 13 2008 (Daniel Stenberg)
+
+- Introducing millisecond resolution support for the timeout option. See
+ ares_init_options()'s ARES_OPT_TIMEOUTMS.
+
* May 9 2008 (Yang Tse)
- Use monotonic time source if available, for private function ares__tvnow()