summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-06 20:57:37 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-06 20:57:37 +0000
commit81802bf98c2608ec96c8fa299ecb761a26b0755c (patch)
tree1acd2f7e503ac043c79ef72e149698221ea33158 /ChangeLog
parentd257a4c0d6527fff60bfa19f05b7937213375695 (diff)
downloadlibevent-81802bf98c2608ec96c8fa299ecb761a26b0755c.tar.gz
r16473@catbus: nickm | 2007-11-06 15:55:35 -0500
Increment MAX_ADDRS in evdns so as to be quite large. This is not as good as a general solution, but it may be good enough for practical use. svn:r479
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea7c712e..42b17191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,3 +36,4 @@ Changes in current version:
o Begin using libtool's library versioning support correctly. If we don't mess up, this will more or less guarantee binaries linked against old versions of libevent continue working when we make changes to libevent that do not break backward compatibility.
o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
o Small code cleanups in epoll_dispatch().
+ o Increase the maximum number of addresses read from a packet in evdns to 32. \ No newline at end of file