summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-28 22:03:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-28 22:03:48 +0000
commit8b6f71ce9522d0199a00c8021e8ab2d08c799dbf (patch)
treec3ce757fec08b2ca42929b7eec3724fd601ec293 /RELEASE-NOTES
parent004c2e34004fcb12b1c33071efee8a7c4bfc8591 (diff)
downloadc-ares-8b6f71ce9522d0199a00c8021e8ab2d08c799dbf.tar.gz
c-ares-8b6f71ce9522d0199a00c8021e8ab2d08c799dbf.tar.bz2
c-ares-8b6f71ce9522d0199a00c8021e8ab2d08c799dbf.zip
- Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't
check for broken connections like ares_process() did. Based on that, I merged the two functions into a single generic one with two front-ends.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a444c2c..120ac29 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,9 +8,10 @@ Fixed:
o closing of sockets on Windows systems
o MSVC deprecated compiler options warnings
+ o ares_process_fd() didn't check broken connections
Thanks go to these friendly people for their efforts and contributions:
- Ingmar Runge, Laszlo Tamas Szabo
+ Ingmar Runge, Laszlo Tamas Szabo, Yang Tse, Tommie Gannert
Have fun!