rss2imap changelog.

Note: Japanese version is CHANGELOG.ja.

version 0.72(20051120):
              *Fixed FATAL bug delivering duplicate mail message in other than RSS 1.0 format.
              *Changed to force convert any RSS to UTF-8.( there is a sucks RSS which include
               non-utf8 character even if encoding="utf-8"! )
              *Added RSS 2.0 description support.
              *Fixed HTML convert routine.

version 0.71(20051008):
              *Fixed FATAL bug we could not disable "expire","sync" parameter.
              *Fixed FATAL bug some RDF break mail header in text delivery mode.
              *Fixed bug rss2imap often generate "From" header blank.
              *Changed mail body assemble routine.

version 0.70(20051002):
              *Added text delivery mode implementation. In previous version, rss2imap could
               deriver ONLY HTML Mail, but now it can deriver text/plain mail! :)
              *Term::ReadPassword is completely needless.
              *Added Proxy Authentication support.
              *Added import configuration file from opml.
              *Added export opml file from configuration file.
              *Added -h(--help),-v(--version) option.
              *Fixed error handling when RSS is malformed.
              *Added Configuration file. By this, we can configure rss2imap without
               modifing source code and command line option.
              *Basic Code cleanup.
              *Fixed bug which Some feed generate japanese garbled mail.
              *Changed Mail encoding from iso-2022-jp to UTF-8 in both header and body.
              *Other small bug fix.

version 0.21(20050921):
              *Fixed error handling when you don't install IO::Socket::SSL.

version 0.2 (20050919):
              *Accepted IMAP over SSL support patch.
              *rss2imap works without Term::ReadPassword.
              *In case of Authentication failure, rss2imap display "Authentication
               Failure." message and Connection Information.
              *Temporary fix about "Appropriate Encoding not found!" message.

version 0.13: *Fixed bug which folder name ALWAYS converted to the lower case.

version 0.12: *Fixed wrong behavior of "expire-unseen" parameter.

version 0.11: *Fixed FATAL BUG(in daemon mode, rss2imap didn't sleep!)
