]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use Gnulib's quote function in ftp.c.
[wget] / src / ChangeLog
index 8865e5dd2f431fbd7281c6f470a233693a434831..a4ce89cdb769b367ed0303a34a3442072ae063b4 100644 (file)
@@ -1,10 +1,24 @@
-2007-04-12  Micah Cowan  <micah@cowan.name>
+2008-04-16  Steven Schubiger  <schubiger@gmail.com>
+
+       * ftp.c: Use Gnulib's quote function for printing filenames and
+       such.
+
+2008-04-16  Steven Schubiger  <schubiger@gmail.com>
+
+       * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE 
+       out, because they're now defined independently by config.h.
+
+2008-04-14  Steven Schubiger  <schubiger@gmail.com>
+
+       * http.c: Use Gnulib's quote function for printing filenames and
+       such.
+       * wget.h: #include "quote.h".
+
+2008-04-12  Rabin Vincent  <rabin@rab.in>
 
        * mswindows.c (fake_fork_child): Don't create a logfile for
        --background when --quiet is used, but not --server-response.
-       Don't mention that we're backgrounding if --quiet is used. Based
-       on a patch submitted by Rabin Vincent <rabin@rab.in>.  Fixes bug
-       #20917.
+       Fixes bug #20917.
 
        * utils.c (fork_to_background): Likewise.