mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Updates to NEWS and AUTHORS.
This commit is contained in:
parent
fcdfd63e8f
commit
8bc61d7026
4
AUTHORS
4
AUTHORS
@ -50,3 +50,7 @@ Steven Schubiger. Many helpful patches, bugfixes and improvements.
|
|||||||
Notably, conversion of Wget to use the Gnulib quotes and quoteargs
|
Notably, conversion of Wget to use the Gnulib quotes and quoteargs
|
||||||
modules, and the addition of password prompts at the console, via the
|
modules, and the addition of password prompts at the console, via the
|
||||||
Gnulib getpasswd-gnu module.
|
Gnulib getpasswd-gnu module.
|
||||||
|
|
||||||
|
Ted Mielczarek. Support for parsing links from CSS.
|
||||||
|
|
||||||
|
Saint Xavier. Support for IRIs (RFC 3987).
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* AUTHORS: Added Ted Mielczarek and Saint Xavier.
|
||||||
|
|
||||||
|
* NEWS: Added items for IRI support, new --version information.
|
||||||
|
|
||||||
2009-07-01 Steven Schubiger <stsc@member.fsf.org>
|
2009-07-01 Steven Schubiger <stsc@member.fsf.org>
|
||||||
|
|
||||||
* Makefile.am: Add build_info.pl to EXTRA_DIST.
|
* Makefile.am: Add build_info.pl to EXTRA_DIST.
|
||||||
|
19
NEWS
19
NEWS
@ -6,13 +6,10 @@ See the end for copying conditions.
|
|||||||
|
|
||||||
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||||
|
|
||||||
* Changes in Wget 1.12 (MAINLINE)
|
* Changes in Wget 1.12
|
||||||
|
|
||||||
** Mailing list MOVED to bug-wget@gnu.org
|
** 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:
|
** Added support for CSS. This includes:
|
||||||
- Parsing links from CSS files, and from CSS content found in HTML
|
- Parsing links from CSS files, and from CSS content found in HTML
|
||||||
style tags and attributes.
|
style tags and attributes.
|
||||||
@ -24,12 +21,26 @@ index.html.
|
|||||||
CSS support in Wget is thanks to Ted Mielczarek
|
CSS support in Wget is thanks to Ted Mielczarek
|
||||||
<ted.mielczarek@gmail.com>.
|
<ted.mielczarek@gmail.com>.
|
||||||
|
|
||||||
|
** 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 <wget@sxav.eu>, 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
|
** --ask-password option (and associated wgetrc command) added to
|
||||||
support password prompts at the console.
|
support password prompts at the console.
|
||||||
|
|
||||||
** The --input-file option now also handles retrieving links from
|
** The --input-file option now also handles retrieving links from
|
||||||
an external file.
|
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
|
** Several previously existing, but undocumented .wgetrc options
|
||||||
are now documented: save_headers, spider, and user_agent.
|
are now documented: save_headers, spider, and user_agent.
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2009-07-03 Micah Cowan <micah@cowan.name>
|
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* wget.texi (Download Options): --iri=no --> --no-iri
|
* wget.texi (Download Options): --iri=no --> --no-iri
|
||||||
|
(Contributors): Add Saint Xavier.
|
||||||
|
|
||||||
2009-06-20 Micah Cowan <micah@cowan.name>
|
2009-06-20 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
@ -3863,6 +3863,9 @@ Gnulib getpasswd-gnu module.
|
|||||||
@item
|
@item
|
||||||
Ted Mielczarek---donated support for CSS.
|
Ted Mielczarek---donated support for CSS.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Saint Xavier---Support for IRIs (RFC 3987).
|
||||||
|
|
||||||
@item
|
@item
|
||||||
People who provided donations for development---including Brian Gough.
|
People who provided donations for development---including Brian Gough.
|
||||||
@end itemize
|
@end itemize
|
||||||
@ -4082,6 +4085,7 @@ Douglas E.@: Wegscheid,
|
|||||||
Ralf Wildenhues,
|
Ralf Wildenhues,
|
||||||
Joshua David Williams,
|
Joshua David Williams,
|
||||||
Benjamin Wolsey,
|
Benjamin Wolsey,
|
||||||
|
Saint Xavier,
|
||||||
YAMAZAKI Makoto,
|
YAMAZAKI Makoto,
|
||||||
Jasmin Zainul,
|
Jasmin Zainul,
|
||||||
@iftex
|
@iftex
|
||||||
|
Loading…
Reference in New Issue
Block a user