Mechanize 0.9.2 Released

mechanize version 0.9.2 has been released!

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:

0.9.2 / 2009/03/05

  • New Features:

    • Mechanize#submit and Form#submit take arbitrary headers(thanks
      penguincoder)
  • Bug Fixes:

    • Fixed a bug with bad cookie parsing
    • Form::RadioButton#click unchecks other buttons (RF #24159)
    • Fixed problems with Iconv (RF #24190, RF #24192, RF #24043)
    • POST parameters should be CGI escaped
    • Made Content-Type match case insensitive (Thanks Kelly Reynolds)
    • Non-string form parameters work
  • http://mechanize.rubyforge.org/

  • http://github.com/tenderlove/mechanize/tree/master