diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-28 20:28:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-28 20:28:20 +0000 |
commit | c577d2455e30da16a1e5b5d2289ec77d9d89dc1f (patch) | |
tree | 7622ebcbf4c6ae61cae5fc84f83afd13187cd848 | |
parent | e64b10330300545499da17380b3c257a81edffb3 (diff) | |
download | c-ares-c577d2455e30da16a1e5b5d2289ec77d9d89dc1f.tar.gz c-ares-c577d2455e30da16a1e5b5d2289ec77d9d89dc1f.tar.bz2 c-ares-c577d2455e30da16a1e5b5d2289ec77d9d89dc1f.zip |
today's modifications by Steinar and me
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ Changelog for the c-ares project +* September 28 2007 (Daniel Stenberg) + +- Bumped version to 1.5.0 for next release and soname bumped to 2 due to ABI + and API changes in the progress callback (and possibly more coming up from + Steinar) + +* September 28 2007 (Steinar H. Gunderson) + +- Don't skip a server if it's the only one. (Bugfix from the Google tree.) + +- Made the query callbacks receive the number of timeouts that happened during + the execution of a query, and updated documentation accordingly. (Patch from + the Google tree.) + +- Support a few more socket options: ARES_OPT_SOCK_SNDBUF and + ARES_OPT_SOCK_RCVBUF + +- Always register for TCP events even if there are no outstanding queries, as + the other side could always close the connection, which is a valid event + which should be responded to. + * September 22 2007 (Daniel Stenberg) - Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in |