]> sjero.net Git - wget/blobdiff - src/ChangeLog
Print arguments of fnmatch properly; don't use fnmatch if we're not in globbing mode.
[wget] / src / ChangeLog
index 42c8cec42fb16d3bc1163b988a57db1175b4c897..9313ff4696eec5383cfdae3a00d412ca4fc5d4e5 100644 (file)
@@ -1,3 +1,15 @@
+2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
+       fnmatch error message.
+       (ftp_retrieve_glob): Don't match with fnmatch if we're only
+       supposed to get one file.
+
+2007-12-07  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Plug in vars to include stuff from
+       $(top_srcdir)/md5 when appropriate.
+
 2007-12-05  Micah Cowan  <micah@cowan.name>
 
        * utils.c (subdir_p): Handle the case where d1 is "".