]> sjero.net Git - wget/commitdiff
[svn] * MACHINES: Previously said to send updates to "me" (Hrvoje) -- now says to
authordan <devnull@localhost>
Wed, 30 Aug 2000 21:07:40 +0000 (14:07 -0700)
committerdan <devnull@localhost>
Wed, 30 Aug 2000 21:07:40 +0000 (14:07 -0700)
  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
MACHINES
MAILING-LIST
NEWS

index 17ced044d51cec9c7b13f60cf8143f6986e884fe..c8c66fb56f7389f59344e0b3978c3471f24c6b69 100644 (file)
--- 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  <dan-wget@dilvish.speed.net>
 
        * MACHINES: Alphabetized, changed "architectures" to "OSes and
index a5509980d84c57572cac129c53d7f9197eca61a4..ca17756b2cfe5ff5d58a858b382bbe61e151a17c 100644 (file)
--- 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)
index e0fe8a6f8432fc2ea430db8db220dc2284367cc4..1e6eedc0563f9240e2f3a2d2f364e9c71d246042 100644 (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>.
diff --git a/NEWS b/NEWS
index ab1fa4e4c9c6375c424b204d6c0db9edd378c751..498bdfb1e98955d4db51c88ebb06299943d676a4 100644 (file)
--- 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).
 \f
 * Wget 1.5.3 is a bugfix release with no user-visible changes.
 \f