From 8bc61d7026e2dbfe117ab9362b23ef022931b713 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 3 Jul 2009 21:37:19 -0700 Subject: [PATCH] Updates to NEWS and AUTHORS. --- AUTHORS | 4 ++++ ChangeLog | 6 ++++++ NEWS | 19 +++++++++++++++---- doc/ChangeLog | 1 + doc/wget.texi | 4 ++++ 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index ab44acb2..b7bfc14e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -50,3 +50,7 @@ Steven Schubiger. Many helpful patches, bugfixes and improvements. Notably, conversion of Wget to use the Gnulib quotes and quoteargs modules, and the addition of password prompts at the console, via the Gnulib getpasswd-gnu module. + +Ted Mielczarek. Support for parsing links from CSS. + +Saint Xavier. Support for IRIs (RFC 3987). diff --git a/ChangeLog b/ChangeLog index 187914cc..ea2b1589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-03 Micah Cowan + + * AUTHORS: Added Ted Mielczarek and Saint Xavier. + + * NEWS: Added items for IRI support, new --version information. + 2009-07-01 Steven Schubiger * Makefile.am: Add build_info.pl to EXTRA_DIST. diff --git a/NEWS b/NEWS index 3ae5e5ad..2d0092f4 100644 --- a/NEWS +++ b/NEWS @@ -6,13 +6,10 @@ See the end for copying conditions. Please send GNU Wget bug reports to . -* Changes in Wget 1.12 (MAINLINE) +* Changes in Wget 1.12 ** Mailing list MOVED to bug-wget@gnu.org -** --default-page option added to support alternative default names for -index.html. - ** Added support for CSS. This includes: - Parsing links from CSS files, and from CSS content found in HTML style tags and attributes. @@ -24,12 +21,26 @@ index.html. CSS support in Wget is thanks to Ted Mielczarek . +** Added support for Internationalized Resource Identifiers (IRIs, RFC +3987). When support is enabled (default), links with non-ASCII bytes +are translated from their source encoding to UTF-8 before percent-encoding. + + IRI support was added by Saint Xavier , as his + project for the Google Summer of Code. + +** --default-page option (and associated wgetrc command) added to +support alternative default names for index.html. + ** --ask-password option (and associated wgetrc command) added to support password prompts at the console. ** The --input-file option now also handles retrieving links from an external file. +** The output generated by the --version option now includes +information on how it was built, and the set of configure-time options +that were selected. + ** Several previously existing, but undocumented .wgetrc options are now documented: save_headers, spider, and user_agent. diff --git a/doc/ChangeLog b/doc/ChangeLog index 9deb3882..cda5948d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2009-07-03 Micah Cowan * wget.texi (Download Options): --iri=no --> --no-iri + (Contributors): Add Saint Xavier. 2009-06-20 Micah Cowan diff --git a/doc/wget.texi b/doc/wget.texi index 07182d28..5620f739 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3863,6 +3863,9 @@ Gnulib getpasswd-gnu module. @item Ted Mielczarek---donated support for CSS. +@item +Saint Xavier---Support for IRIs (RFC 3987). + @item People who provided donations for development---including Brian Gough. @end itemize @@ -4082,6 +4085,7 @@ Douglas E.@: Wegscheid, Ralf Wildenhues, Joshua David Williams, Benjamin Wolsey, +Saint Xavier, YAMAZAKI Makoto, Jasmin Zainul, @iftex -- 2.39.2