]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] IPv6 configure auto-detection.
[wget] / src / ChangeLog
index c5faaf22fc133b454d38727d8a5e5fc9457fa053..73201fb79535054b0291d320bcb73630253b51e7 100644 (file)
@@ -1,3 +1,27 @@
+2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
+
+       * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
+       HAVE_GETADDRINFO for getaddrinfo-related stuff.
+
+2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_parse): Return an error if the URL contains a [...]
+       IPv6 numeric address and we don't support IPv6.
+
+2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (is_valid_ipv6_address): Modified to not require
+       zero-terminated strings.
+       (is_valid_ipv4_address): Ditto.
+
+2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
+
+       src/url.c: added RFC 2732 compliance for URL parsing. The
+       functions is_*_address valid are a modified version of
+       glibc 2.3.2 inet_pton's code.
+
 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
 
        * main.c init.c options.h: Added --retry-connrefused option so