From: hniksic Date: Sun, 21 Sep 2003 00:43:36 +0000 (-0700) Subject: [svn] Updated for decimal time period. X-Git-Tag: v1.13~1683 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0bc3dc073f2eb121b1d0fbe25776a8fdf003e0f8 [svn] Updated for decimal time period. --- diff --git a/NEWS b/NEWS index fc1e8e27..191f1663 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,9 @@ as "//img.foo.com/foo.jpg". ** Boolean options in `.wgetrc' and on the command line now accept values "yes" and "no" along with the traditional "on" and "off". + +** It is now possible to specify decimal values for --timeout, --wait, +and --waitretry. For instance, `--wait=0.5' now works as expected. * Wget 1.8.2 is a bugfix release with no user-visible changes.