summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3e9f23c..944255e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
* June 2 2007
+- Brad House fixed VS2005 compiler warnings due to time_t being 64bit.
+ He also made recent Microsoft compilers use _strdup() instead of strdup().
+
- Brad House's man pages for ares_save_options() and ares_destroy_options()
were added.