ares_free_errmem is gone

This commit is contained in:
Daniel Stenberg
2004-02-23 13:35:28 +00:00
parent d007e5615c
commit 7adf43c1c5
2 changed files with 8 additions and 1 deletions

View File

@@ -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.