From 37e23f806be8665f35b83ae61440faece86e7e61 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 9 Nov 2009 18:50:20 +0000 Subject: Patch from Ryan Phillips: accept ipv6 addresses returned by getaddrinfo in http.c svn:r1522 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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: -- cgit v1.2.1