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/RELEASE-NOTES | |
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/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 30dd6a3df..ecb456d4e 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -6,10 +6,10 @@ Changed: Fixed: - o + o closing of sockets on Windows systems Thanks go to these friendly people for their efforts and contributions: - + Ingmar Runge Have fun! |