]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Stop using AI_ADDRCONFIG.
[wget] / src / ChangeLog
index aff944577fb18e6d7c97dacd36ba1ea6ab2c3320..a7c739cac3874df358f9df4170fffd5846db0275 100644 (file)
@@ -1,6 +1,24 @@
+2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (socket_has_inet6): Removed.
+
+       * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
+       hint.
+
+2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_lockable_boolean): Improve the error message so it
+       lists the more useful values first.
+
 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
 
-       * ftp-basic.c (ftp_pwd): Handle malformed PWD response.
+       * http.c (gethttp): Also report the system error when the POST
+       data file is missing.
+
+2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
+
+       * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
+       Gettext-ize messages that were previously missed.
 
 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>