aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-23 13:35:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-23 13:35:28 +0000
commit7adf43c1c5ed8b2683bddf348b611997321c33f5 (patch)
treee17959be6a7f0674b5807325e60426814300348b /ares/CHANGES
parentd007e5615c846a1535d53f7bd0d68377de53d39f (diff)
ares_free_errmem is gone
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 9857dbc8d..fb2eb98ca 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,3 +1,10 @@
+* February 23, 2004
+- Removed ares_free_errmem(), the function, the file and the man page. It was
+ not used and it did nothing.
+
+- Fixed a lot of code that wasn't "64bit clean" and thus caused a lot of
+ compiler warnings on picky compilers.
+
* February 22, 2004
- Dominick Meglio made ares init support multiple name servers in the
NameServer key on Windows.