mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Prepare release 1.17
* gnulib: sync with upstream. * NEWS: Update. * src/main.c: Change the copyright year.
This commit is contained in:
parent
b041658451
commit
2b418d1146
7
NEWS
7
NEWS
@ -7,7 +7,7 @@ See the end for copying conditions.
|
|||||||
|
|
||||||
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||||
|
|
||||||
* Changes in Wget X.Y.Z
|
* Changes in Wget 1.17
|
||||||
|
|
||||||
** Remove FTP passive to active fallback due to privacy concerns.
|
** Remove FTP passive to active fallback due to privacy concerns.
|
||||||
|
|
||||||
@ -24,6 +24,11 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
|||||||
|
|
||||||
** Add support for FTPS.
|
** 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
|
* Changes in Wget 1.16.3
|
||||||
|
|
||||||
** Fix a regression introduced by wget 1.16.2 that --quiet is not
|
** Fix a regression introduced by wget 1.16.2 that --quiet is not
|
||||||
|
2
gnulib
2
gnulib
@ -1 +1 @@
|
|||||||
Subproject commit 875ec93e1501d2d2a8bab1b64fa66b8ceb51dc67
|
Subproject commit 9c919a06435266a88d91ffb9eb3f70a82aa65b4b
|
@ -1131,7 +1131,7 @@ print_version (void)
|
|||||||
/* TRANSLATORS: When available, an actual copyright character
|
/* TRANSLATORS: When available, an actual copyright character
|
||||||
(circle-c) should be used in preference to "(C)". */
|
(circle-c) should be used in preference to "(C)". */
|
||||||
if (printf (_("\
|
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);
|
exit (WGET_EXIT_IO_FAIL);
|
||||||
if (fputs (_("\
|
if (fputs (_("\
|
||||||
License GPLv3+: GNU GPL version 3 or later\n\
|
License GPLv3+: GNU GPL version 3 or later\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user