From: Micah Cowan Date: Thu, 24 Jan 2008 04:34:16 +0000 (-0800) Subject: 12-10 goes before 12-08 in changelog :) (silly fuzzy matching for patch...) X-Git-Tag: v1.13~477^2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=dedd90a9c73ebdd3ae6fa34ce60f542e46a9a065 12-10 goes before 12-08 in changelog :) (silly fuzzy matching for patch...) --- diff --git a/src/ChangeLog b/src/ChangeLog index f7ceafdd..774680ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-12-10 Micah Cowan + + * main.c: The option is --content-disposition, not + --no-content-disposition (at the moment). + 2007-12-08 Hrvoje Niksic * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in @@ -10,11 +15,6 @@ * Makefile.am: Plug in vars to include stuff from $(top_srcdir)/md5 when appropriate. -2007-12-10 Micah Cowan - - * main.c: The option is --content-disposition, not - --no-content-disposition (at the moment). - 2007-12-05 Micah Cowan * utils.c (subdir_p): Handle the case where d1 is "".