]> sjero.net Git - wget/blobdiff - NEWS
Add NEWS item for CSS (and remove some inappropriate items).
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 50714dcbf5e9184364ad117c5d531420c19ae579..5976e0cdb098c6f3d37c727f04698f042984e14f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,12 +8,39 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget (MAINLINE).
 
-** Gnulib is now used to provide code for certain portability aspects in
-GNU Wget.
+** 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>.
 
-** Wget uses Automake now as part of its build infrastructure.
 \f
-* Wget 1.11.1 is a bugfix release with no other user-visible changes.
+* Changes in Wget 1.11.1.
+
+** Interrupted downloads no longer result in renaming the file
+(regression in 1.11 over 1.10.2).
+
+** Progress bar now displays correctly in non-English locales (and a
+related assertion failure was fixed).
+
+** Wget no longer issues a GET request over HTTP for files it should
+know it's not going to download (regression in 1.11 over 1.10.2).
+
+** Added option --auth-no-challenge, to support broken pre-1.11
+authentication-before-server-challenge, which turns out to still be
+useful for some limited cases.
+
+** Documentation of accept/reject lists in the manual's "Types of
+Files" section now explains various aspects of their behavior that may
+be surprising, and notes that they may change in the future.
+
+** Documentation of --no-parents now explains how a trailing slash, or
+lack thereof, in the specified URL, will affect behavior.
 \f
 * Changes in Wget 1.11.