Posted By: Aaron Patterson
Date: 2006-06-21 07:56
Summary: WWW::Mechanize 0.4.7
Project: Mechanize
Mechanize version 0.4.7 is now ready for consumption!
= Mechanize Release Notes
== 0.4.7
This release of mechanize comes with a few bug fixes including fixing a
bug when there is no action specified in a form.
In this version, a default user agent string is now set for mechanize. Also
a convenience method WWW::Mechanize#get_file has been added for fetching
non text/html files.
== CHANGELOG
== 0.4.7
* Fixed bug with no action in forms. Thanks to Adam Wiggins
* Setting a default user-agent string
* Added house cleaning to the cookie jar so expired cookies don't stick around.
* Added new method WWW::Form#field to find the first field with a given name.
(thanks to Gregory Brown)
* Added WWW::Mechanize#get_file for fetching non text/html files |
|