diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-21 09:31:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-21 09:31:56 +0000 |
commit | 72a245668f915521742bed38a6e5e46c6a90e0b4 (patch) | |
tree | 16752198c6febf42b63c0b338d3ac378620a8a95 /RELEASE-NOTES | |
parent | 178f8b401f27b9cfb8e2d6d6b6f616e5239d2aca (diff) | |
download | c-ares-72a245668f915521742bed38a6e5e46c6a90e0b4.tar.gz c-ares-72a245668f915521742bed38a6e5e46c6a90e0b4.tar.bz2 c-ares-72a245668f915521742bed38a6e5e46c6a90e0b4.zip |
start working on 1.5.1 now
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4307f6a..b8b6379 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,26 +1,9 @@ -This is what's new and changed in the c-ares 1.5.0 release: +This is what's new and changed in the c-ares 1.5.1 release: - o SONAME bump to a few API and ABI breaking changes: - - ares_host_callback() - - ares_nameinfo_callback() - - ares_parse_a_reply() - - ares_parse_aaaa_reply() - - o two valgrind reports were silenced - o ares_save_options() fix - o do DNS retries even on TCP connections - o correctly clear sockets from the fd_set in several functions - o always wait on TCP events to detect connect closures - o new socket options: ARES_OPT_SOCK_SNDBUF and ARES_OPT_SOCK_RCVBUF - o made the query callbacks receive the number of timeouts that happened during - the execution of a query - o don't skip a server if it's the only one - o segfault when generating a DNS "Transaction ID" under low memory conditions - o ares_strerror() segfault fix - o added copyright texts to a few places that were missing them + o Thanks go to these friendly people for their efforts and contributions: - Vlad Dinulescu, Brad House, Steinar H. Gunderson, Yang Tse + Have fun! |