X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=8fd42e035a262b1686006d5305a4159a50cbe78e;hp=498bdfb1e98955d4db51c88ebb06299943d676a4;hb=d9dd14a995a118806148673b9b60b8569a2e13c7;hpb=f1f1c3956b55675b44d1ffbbfc389de3efe14705 diff --git a/NEWS b/NEWS index 498bdfb1..8fd42e03 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,15 @@ 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). + +** New -E / --html-extension / html_extension = on option causes wget to append +".html" to text/html filenames not ending in regexp "\.[Hh][Tt][Mm][Ll]?". + +** New type of .wgetrc command -- "lockable Boolean". Can be set to on, off, +always, or never. This allows the .wgetrc to override the commandline. So far, +passive_ftp is the only .wgetrc command which takes a lockable Boolean. + +** Polish and Russian message translation files have been added. * Wget 1.5.3 is a bugfix release with no user-visible changes.