aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index a6c4e7bdb..8b296a8c9 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-24 David Shaw <[email protected]>
+
+ * http.c (connect_server): Try and use getaddrinfo if it is
+ available. Try for IPv6 via getaddrinfo() or a IPv6-ized
+ gethostbyname(). Suggested by Jun-ichiro itojun Hagino.
+
2003-07-10 David Shaw <[email protected]> (from Werner on stable branch)
* iobuf.c (check_special_filename): Replaced is isdigit by digitp