]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't crash on <meta http-equiv=refresh>.
[wget] / src / ChangeLog
index 74a3b84c03482c79d46437b92a00ba6c3b2870e7..0586a2ccbba3d8a242aa66e95c8be02af7a68c70 100644 (file)
@@ -1,3 +1,31 @@
+2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * html-url.c (tag_handle_meta): Don't crash on <meta
+       http-equiv=refresh> where content is missing.
+
+2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
+       netdb.h on windows.
+
+2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * retr.c (retrieve_url): Remove redirection cycle detection.  This
+       is because some sites legitimately redirect the user back to the
+       same location, e.g. after an authorization check performed by
+       another page.  MAX_REDIRECTIONS is still used to prevent infinite
+       redirection loops.
+
+2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (gethttp): Wrap host name in square brackets if it
+       contains a colon.
+
+2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (url_parse): Allow all hex digits, not only decimal ones,
+       to form an IP address.
+
 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * url.c (urlchr_table): Make square braces reserved, so we can