summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ad0b9d..c3961c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* January 28, 2010 (Daniel Stenberg)
+- 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.
+
* December 29, 2009 (Yang Tse)
- Laszlo Tamas Szabo adjusted Makefile.msvc compiler options so that where
run-time error checks enabling compiler option /GZ was used it is replaced