[ANN] mechanize 2.0.1 Released

mechanize version 2.0.1 has been released!

* http://mechanize.rubyforge.org
* http://github.com/tenderlove/mechanize/tree/master

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:

### 2.0.1 / 2011-06-28

Mechanize now uses minitest to avoid 1.9 vs 1.8 assertion availability in
test/unit

* Bug Fixes
  * Restored Mechanize#set_proxy. Issue #117, #118, #119
  * Mechanize::CookieJar#load now lazy-loads YAML. Issue #118
  * Mechanize#keep_alive_time no longer crashes but does nothing as
    net-http-persistent does not support HTTP/1.0 keep-alive extensions.