From 86ac3fdcbdd38bc6c58c69a68f78c78b925d74bd Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 30 Aug 2000 14:07:40 -0700 Subject: [PATCH] [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. --- ChangeLog | 7 +++++++ MACHINES | 6 +++--- MAILING-LIST | 3 +++ NEWS | 9 +++++++++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17ced044..c8c66fb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * MACHINES: Alphabetized, changed "architectures" to "OSes and diff --git a/MACHINES b/MACHINES index a5509980..ca17756b 100644 --- a/MACHINES +++ b/MACHINES @@ -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) diff --git a/MAILING-LIST b/MAILING-LIST index e0fe8a6f..1e6eedc0 100644 --- a/MAILING-LIST +++ b/MAILING-LIST @@ -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 . + +If you just want to submit a bug report or suggestion without joining +the mailing list, please use . diff --git a/NEWS b/NEWS index ab1fa4e4..498bdfb1 100644 --- a/NEWS +++ b/NEWS @@ -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. -- 2.39.2