]> sjero.net Git - wget/blobdiff - NEWS
Merge current tip with CSS stuff.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 02428f8f505b480e3f2d8624cbed4e1076614fdb..63665c382eeed1abf816008d67a5ec9babcb9bdf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,17 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget 1.12 (MAINLINE)
 
+** Added support for CSS. This includes:
+     - Parsing links from CSS files, and from CSS content found in HTML
+       style tags and attributes.
+     - Supporting conversion of links found within CSS content, when
+       --convert-links is specified.
+     - Ensuring that CSS files end in the ".css" filename extension,
+       when --convert-links is specified.
+
+   CSS support in Wget is thanks to Ted Mielczarek
+   <ted.mielczarek@gmail.com>.
+
 ** --ask-password option (and associated wgetrc command) added to
 support password prompts at the console.
 \f