[ANN] mechanize 0.6.4 Released

mechanize version 0.6.4 has been released!

  http://mechanize.rubyforge.org/

The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
can follow links, and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have
visited as
a history.

Changes:

= Mechanize CHANGELOG

== 0.6.4

* Adding the "redirect_ok" method to Mechanize to stop mechanize from
  following redirects.
  http://rubyforge.org/tracker/index.php?func=detail&aid=6571&group_id=1453&atid=5712
* Added protected method Mechanize#set_headers so that subclasses can
  set custom headers.
  http://rubyforge.org/tracker/?func=detail&aid=7208&group_id=1453&atid=5712
* Aliased Page#referer to Page#page
* Now using hoe
* Fixed a bug when clicking relative urls
  http://rubyforge.org/pipermail/mechanize-users/2006-November/000035.html
* Fixing a bug when bad version or max age is passed to Cookie::parse
  http://rubyforge.org/pipermail/mechanize-users/2006-November/000033.html
* Fixing a bug with response codes. [#6526]
* Fixed bug [#6548]. Input type of 'button' was not being added as a
  button.
* Fixed bug [#7139]. REXML parser calls hpricot parser by accident

  http://mechanize.rubyforge.org/

···

--
Aaron Patterson
http://tenderlovemaking.com/

Nice work on this, Aaron! I've become a fan of Mechanize after finding a
need here and there.

Duane Johnson
(canadaduane)
blog.inquirylabs.com

···

On 12/20/06, Aaron Patterson <aaron_patterson@speakeasy.net> wrote:

mechanize version 0.6.4 has been released!

  http://mechanize.rubyforge.org/

The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
can follow links, and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have
visited as
a history.

Changes:

= Mechanize CHANGELOG

== 0.6.4

* Adding the "redirect_ok" method to Mechanize to stop mechanize from
  following redirects.

http://rubyforge.org/tracker/index.php?func=detail&aid=6571&group_id=1453&atid=5712
* Added protected method Mechanize#set_headers so that subclasses can
  set custom headers.

http://rubyforge.org/tracker/?func=detail&aid=7208&group_id=1453&atid=5712
* Aliased Page#referer to Page#page
* Now using hoe
* Fixed a bug when clicking relative urls
  http://rubyforge.org/pipermail/mechanize-users/2006-November/000035.html
* Fixing a bug when bad version or max age is passed to Cookie::parse
  http://rubyforge.org/pipermail/mechanize-users/2006-November/000033.html
* Fixing a bug with response codes. [#6526]
* Fixed bug [#6548]. Input type of 'button' was not being added as a
  button.
* Fixed bug [#7139]. REXML parser calls hpricot parser by accident

  http://mechanize.rubyforge.org/

--
Aaron Patterson
http://tenderlovemaking.com/

--
Duane Johnson
(canadaduane)

Nice work on this, Aaron! I've become a fan of Mechanize after finding a
need here and there.

Thanks! I'm glad you like it!

···

On Thu, Dec 21, 2006 at 08:33:26AM +0900, Duane Johnson wrote:

Duane Johnson
(canadaduane)
blog.inquirylabs.com

On 12/20/06, Aaron Patterson <aaron_patterson@speakeasy.net> wrote:
>
>mechanize version 0.6.4 has been released!
>
> http://mechanize.rubyforge.org/
>
>The Mechanize library is used for automating interaction with websites.
>Mechanize automatically stores and sends cookies, follows redirects,
>can follow links, and submit forms. Form fields can be populated and
>submitted. Mechanize also keeps track of the sites that you have
>visited as
>a history.
>
>Changes:
>
>= Mechanize CHANGELOG
>
>== 0.6.4
>
>* Adding the "redirect_ok" method to Mechanize to stop mechanize from
> following redirects.
>
>http://rubyforge.org/tracker/index.php?func=detail&aid=6571&group_id=1453&atid=5712
>* Added protected method Mechanize#set_headers so that subclasses can
> set custom headers.
>
>http://rubyforge.org/tracker/?func=detail&aid=7208&group_id=1453&atid=5712
>* Aliased Page#referer to Page#page
>* Now using hoe
>* Fixed a bug when clicking relative urls
> http://rubyforge.org/pipermail/mechanize-users/2006-November/000035.html
>* Fixing a bug when bad version or max age is passed to Cookie::parse
> http://rubyforge.org/pipermail/mechanize-users/2006-November/000033.html
>* Fixing a bug with response codes. [#6526]
>* Fixed bug [#6548]. Input type of 'button' was not being added as a
> button.
>* Fixed bug [#7139]. REXML parser calls hpricot parser by accident
>
> http://mechanize.rubyforge.org/
>
>--
>Aaron Patterson
>http://tenderlovemaking.com/
>
>

--
Duane Johnson
(canadaduane)

--
Aaron Patterson
http://tenderlovemaking.com/