diff --git a/NEWS b/NEWS index 582be4b4..423b6a0a 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ See the end for copying conditions. Please send GNU Wget bug reports to . -* Changes in Wget X.Y.Z +* Changes in Wget 1.17 ** Remove FTP passive to active fallback due to privacy concerns. @@ -24,6 +24,11 @@ Please send GNU Wget bug reports to . ** Add support for FTPS. +** Do not download/save file on error when --spider enabled + +** Add --convert-file-only option. This option converts only the + filename part of the URLs, leaving the rest of the URLs untouched. + * Changes in Wget 1.16.3 ** Fix a regression introduced by wget 1.16.2 that --quiet is not diff --git a/gnulib b/gnulib index 875ec93e..9c919a06 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 875ec93e1501d2d2a8bab1b64fa66b8ceb51dc67 +Subproject commit 9c919a06435266a88d91ffb9eb3f70a82aa65b4b diff --git a/src/main.c b/src/main.c index 77c9af56..61a157a8 100644 --- a/src/main.c +++ b/src/main.c @@ -1131,7 +1131,7 @@ print_version (void) /* TRANSLATORS: When available, an actual copyright character (circle-c) should be used in preference to "(C)". */ if (printf (_("\ -Copyright (C) %s Free Software Foundation, Inc.\n"), "2014") < 0) +Copyright (C) %s Free Software Foundation, Inc.\n"), "2015") < 0) exit (WGET_EXIT_IO_FAIL); if (fputs (_("\ License GPLv3+: GNU GPL version 3 or later\n\