summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-09 18:50:20 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-09 18:50:20 +0000
commit37e23f806be8665f35b83ae61440faece86e7e61 (patch)
treedc56735b856c2d9fc523058da626e95c4cd8dd4e /ChangeLog
parentb2fe4aedaae559761b5818a964b63deae02dbdf0 (diff)
downloadlibevent-37e23f806be8665f35b83ae61440faece86e7e61.tar.gz
Patch from Ryan Phillips: accept ipv6 addresses returned by getaddrinfo in http.c
svn:r1522
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f02a17c..c1a6e5ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,7 @@ Changes in 2.0.3-alpha:
o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with the same value.
o New event_base_config option to disable the timeval cache entirely.
o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of the previous event, not based on the current time.
+ o Allow http.c to handle cases where getaddrinfo returns an IPv6 address. Patch from Ryan Phillips.
Changes in 2.0.2-alpha: