diff options
author | Yang Tse <yangsita@gmail.com> | 2009-12-21 16:55:39 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-12-21 16:55:39 +0000 |
commit | f0917cabb5a52e8db59755afb55e339f0c309af4 (patch) | |
tree | ac12cce80193be42ae15d74036f61330d4e7276d /ares/CHANGES | |
parent | 96395a908a4108d7791aa5d4de22318a1526df42 (diff) |
- Ingmar Runge noticed that Windows config-win32.h configuration file
did not include a definition for HAVE_CLOSESOCKET which resulted in
function close() being inappropriately used to close sockets.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 52eb7b6d5..e613f4616 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* December 21, 2009 (Yang Tse) +- Ingmar Runge noticed that Windows config-win32.h configuration file + did not include a definition for HAVE_CLOSESOCKET which resulted in + function close() being inappropriately used to close sockets. + Version 1.7.0 (Nov 30, 2009) * November 26, 2009 (Yang Tse) |