1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Add NEWS item for CSS (and remove some inappropriate items).

This commit is contained in:
Micah Cowan 2008-04-24 14:20:32 -07:00
parent 0061443011
commit 0108799cc7
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-04-24 Micah Cowan <micah@cowan.name>
* NEWS: Removed info about move to Automake, Gnulib. Added item
about the addition of CSS support.
2008-04-22 Micah Cowan <micah@cowan.name> 2008-04-22 Micah Cowan <micah@cowan.name>
* ylwrap: Added via automake -ac. * ylwrap: Added via automake -ac.

13
NEWS
View File

@ -8,10 +8,17 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
* Changes in Wget (MAINLINE). * Changes in Wget (MAINLINE).
** Gnulib is now used to provide code for certain portability aspects in ** Added support for CSS. This includes:
GNU Wget. - 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.
* Changes in Wget 1.11.1. * Changes in Wget 1.11.1.