X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=5976e0cdb098c6f3d37c727f04698f042984e14f;hp=813e8ec857ea2c0de0d8783ef671b7d30937faee;hb=0108799cc78c384f8058806ef9ff5ac2f567b506;hpb=33f86b17c84aff12bfde4b554a3bd7b2176e491d diff --git a/NEWS b/NEWS index 813e8ec8..5976e0cd 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,46 @@ GNU Wget NEWS -- history of user-visible changes. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007 Free Software Foundation, Inc. +2006, 2007, 2008 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget bug reports to . * 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. -** Wget uses Automake now as part of its build infrastructure. + CSS support in Wget is thanks to Ted Mielczarek + . + + +* 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. * Changes in Wget 1.11.