mt-rssfeed 
CHANGE LOG

1.04 (Jun 04 2003)
- Fixed bug where the plugin was not generating the proper namespace qualified element key under certain circumstances.   
- Replaced the deprecated mt-rebuild-index script in the distribution with its more feature rich sibling mt-rebuild.pl.

1.03 (Dec 11 2002)
- Fixed bug in MTRSSFeedURL lookup. (Thanks Tuxhedoh.)

1.02 (Nov 20 2002)
- Added ability for MTRSSFeed to use an MT variable set through MTSetVarBlock (http://www.mplode.com/tima/files/mt-plugins/#mt-setvarblock).

1.01 (Nov 17 2002)
- Fixed permission settings of cache files.
- Introduction of mt-rebuild-index, a utility for rebuilding a MovableType index template from the command-line or cron.
- Documentation clarification and additions.
- Fixed "early" use of MT module in _hdlr_mapped_element subroutine

1.0 (Oct 30 2002)
- Initial release of completely rewritten plugin.
- New version of RSS liberal parser (XML::Parser::LP) is completely namespace aware.
- Complete rewrite of code to reduce the impact on MT system performance, better 
  overall error handling and make the plugin more robust, extensible, maintainable.
- More intelligent bandwidth friendly caching system using If-Not-Modified headers.
- Intelligent mapping of tags. For instance, dc:language, language.
- New tags including complete <image> tag support, <MTRSSFeedItemCount>, 
  <MTRSSFeedURL>, and <MTRSSFeedDescriptionEncoded>
- Introduced new  <RSSFeedElement> and <RSSFeedItemElement> tags to access to 
  access any data in the RSS feed that is not directly supported by the plugin.
- Ability to support and configure proxy usage.
- Introduction debugging facilities including standard and verbose modes.
