1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] * MACHINES: Previously said to send updates to "me" (Hrvoje) -- now says to

email the mailing list or bug-wget@gnu.org.

* MAILING-LIST: Added mention of bug-wget@gnu.org.

* NEWS: Added --waitretry and --page-requisites.
This commit is contained in:
dan 2000-08-30 14:07:40 -07:00
parent 7931200609
commit 86ac3fdcbd
4 changed files with 22 additions and 3 deletions

View File

@ -2,6 +2,13 @@
* po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
* MACHINES: Previously said to send updates to "me" (Hrvoje) --
now says to email the mailing list or bug-wget@gnu.org.
* MAILING-LIST: Added mention of bug-wget@gnu.org.
* NEWS: Added --waitretry and --page-requisites.
2000-08-25 Dan Harkless <dan-wget@dilvish.speed.net>
* MACHINES: Alphabetized, changed "architectures" to "OSes and

View File

@ -1,7 +1,7 @@
This file lists the OSes and architectures on which GNU Wget has been
successfully compiled and used in the past. If you compile Wget on a
new OS or architecture, please send a note to the Wget mailing list
(see the MAILING-LIST file) so this file can be updated.
successfully compiled and used in the past. If you compile Wget on a
new OS or architecture, please send a note to bug-wget@gnu.org or to
the Wget mailing list so this file can be updated.
Amiga NetBSD (m68k-cbm-netbsd1.2)

View File

@ -14,3 +14,6 @@ using or hacking Wget, or wish to read the important announcements,
you are very welcome to subscribe.
The list is archived at <URL:http://fly.cc.fer.hr/archive/wget>.
If you just want to submit a bug report or suggestion without joining
the mailing list, please use <bug-wget@gnu.org>.

9
NEWS
View File

@ -15,6 +15,15 @@ using -N as well, it is these .orig files that are compared against the server.
following only certain HTML tags when doing a recursive retrieval. -G /
--ignore-tags / ignore_tags = ... is just the opposite -- all tags but the ones
you specify will be followed.
** New --waitretry / waitretry = SECONDS option allows waiting between retries
of failed downloads. Wget will use "linear" backoff, waiting 1 second after the
first failure, 2 after the second, up to SECONDS. waitretry is set to 10 by
default in the system wgetrc.
** New -p / --page-requisites / page_requisites = on option causes wget to
download all ancillary files necessary to display a given HTML page properly
(e.g. inlined images).
* Wget 1.5.3 is a bugfix release with no user-visible changes.