]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Various IPv6 fixes.
[wget] / src / ChangeLog
index 115dba6bd68fd87f1ac1aa0f1d48a0873de37138..e37619fb908d6d76e44669145b8a557468565e82 100644 (file)
@@ -1,3 +1,13 @@
+2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * connect.c (resolve_bind_address): New function.
+       (connect_to_one): Use it.
+       (bindport): Ditto.
+
+       * init.c: Don't resolve bind-address here.
+
+       * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
+
 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
@@ -8,7 +18,8 @@
 
 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
 
-       * source: Integrated IPv6 support by Thomas Lussnig.
+       * source: Integrated IPv6 support.
+       Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
 
 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>