08 Jul 2004 -- Bug fixes (by Xiangrong Fang, xrfang@hotmail.com)
    Ruby 1.8.1 compatibility. 
    New function content_translated.
    parse_url works better with relative urls.

26 Jan 2001 -- Bug fix
    Now does not abort on TimeoutError, which is a subclass of interrupt.
    Still aborts on ^C, though. 

16 Jan 2002 -- Bug fix
    Net::ProtoRetriable did not have a #response method until ruby 1.6.5.
    Program now uses #data if #response is unavailable.

14 Jan 2002 -- Bug fix
    Blocks must be passed explicitly to methods in 1.6.6.

14 Jan 2002 -- New feature
    Added some support for catching cookies and returning them to servers.

18 Nov 2001 -- Bug fix
    Now captures exceptions in all loops in save.

01 Nov 2001 -- New feature
    Added #name attribute, that stores the name in href="#local" tag.
    New parameter to url so that it can return a #-tag.
    Also fixed translations of #-links so that it works.

01 Nov 2001 -- Bug fix
    Added support for parsing href="#local".

01 Nov 2001 -- Bug fix
    Remove the use of block_given? since it behaves strange under Ruby
    1.6.5. (ruby-talk 24133 and 24150)
    
01 Nov 2001 -- Release
    RELEASED 0.5.1

01 Nov 2001 -- Bug fix
    Changed Net::HTTP calls to work with Ruby 1.6.  Previous calls
    required Ruby 1.7.

31 Oct 2001 -- Release
    RELEASED 0.5.0
