diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 18:20:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-03 18:20:45 +0000 |
commit | ed7bff1fec093483b8ee8ac937a3469b9b889f8a (patch) | |
tree | efa3c5a0940a630be9d663ea3aa32a5b499ab3b9 /ares/CHANGES | |
parent | 01a79be2c93af3139303c027e867f462d66c18fd (diff) |
Ravi Pratap fixed ares_getsock() to actually return the proper bitmap and
not always zero!
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 1b0569f81..801d41bd8 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* August 3 2006 + +- Ravi Pratap fixed ares_getsock() to actually return the proper bitmap and + not always zero! + Version 1.3.1 (June 24, 2006) * July 23, 2006 |