diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-28 22:03:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-28 22:03:48 +0000 |
commit | 15ddc1f1347ec3853cf3d9ed91c137c440fed35a (patch) | |
tree | 060d0601f558775e0b470e79156ac726bfd226d3 /ares/RELEASE-NOTES | |
parent | d65cf7889b4ce669876f9e05442fd09f6fe40e37 (diff) |
- 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 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index a444c2c18..120ac2908 100644 --- a/ares/RELEASE-NOTES +++ b/ares/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! |