]> sjero.net Git - wget/blobdiff - src/ChangeLog
Exit with failure if -k is specified and -O is not a regular file.
[wget] / src / ChangeLog
index e6fd4a4516fce6ed4d32edaf441c7d4fb868c560..a84ff3780ca44c8354be06c9c61f6c609f69dd83 100644 (file)
@@ -1,3 +1,52 @@
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (main): Exit with failure when -k is specified and -O is not
+       a regular file.
+
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): Consider new cookies retrieved when the
+       authorization fails.
+
+2010-05-25  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * host.c (sufmatch): Do not consider zero length entries.
+
+       * http.c (H_10X): New macro.
+       (gethttp): Silently ignore 1xx responses.
+
+2010-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * iri.h (dummy_iri): Define static.
+
+       * css-tokens.h (css_tokens): Remove variable.
+
+2010-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (http_atotm): Count the NUL character when copying the locale
+       string.
+       Reported by: Florian Weimer <fw@deneb.enyo.de>
+
+2010-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (LDADD): Remove MD5_LDADD.
+       (MD5_LDADD): Remove definition.
+       (AM_CPPFLAGS): Remove MD5_CPPFLAGS.
+       (version.c): Remove dependency from MD5_LDADD.
+       (../md5/libmd5.a): Remove rule.
+
+       * ftp-opie.c: Include "md5.h".  Do not include "gen-md5.h".
+       (skey_response): New variable ctx.  Use md5 functions from the gnulib
+       module instead of functions defined previously in the "gen-md5.h" file.
+
+       * gen-md5.h: Remove file.
+       * gen-md5.c: Likewise.
+
+       * http.c: Include "md5.h".  Do not include "gen-md5.h".
+       (digest_authentication_encode): New variable ctx.  Use md5 functions
+       from the gnulib module instead of functions defined previously in the
+       "gen-md5.h" file.
+
 2010-05-15  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir).