summaryrefslogtreecommitdiff
path: root/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
commit4e10b07ab02621448cc614b6efd3155c418d67fd (patch)
treef86b348d09982664438fa54749b116dfefeb53bc /CHANGES
parent9682ecee84653177c37cdfb6c1cc5f8c8e0f20be (diff)
downloadc-ares-4e10b07ab02621448cc614b6efd3155c418d67fd.tar.gz
c-ares-4e10b07ab02621448cc614b6efd3155c418d67fd.tar.bz2
c-ares-4e10b07ab02621448cc614b6efd3155c418d67fd.zip
ares_free_errmem is gone
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9857dbc..fb2eb98 100644
--- a/CHANGES
+++ b/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.