-v2.0.3
+v2.1.0
     * unescape url returned from CGI.pm to match PATH_INFO escaping
     * redo path_info handling with much stricter date tests
     * added support for multiple plugin directories using $plugin_path
 
 
 # Blosxom
 # Author: Rael Dornfest <rael@oreilly.com>
-# Version: 2.0.2
+# Version: 2.1.0
 # Home/Docs/Licensing: http://blosxom.sourceforge.net/
 # Development/Downloads: http://sourceforge.net/projects/blosxom
 
 use Time::Local;
 use CGI qw/:standard :netscape/;
 
-$version = "2.0.2";
+$version = "2.1.0";
 
 # Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves)
 $encode_xml_entities = 1;
 
 Content-Type: text/xml; charset=ISO-8859-1\r
 \r
 <?xml version="1.0"?>
-<!-- name="generator" content="blosxom/2.0.2" -->
+<!-- name="generator" content="blosxom/2.1.0" -->
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 
 <rss version="0.91">
 
     <description>Yet another Blosxom weblog.</description>
     <language>en</language>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-    <generator>blosxom/2.0.2</generator>
+    <generator>blosxom/2.1.0</generator>
 
   <item>
     <title>Lorem ipsum</title>
 
     <description>Yet another Blosxom weblog.</description>
     <language>en</language>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-    <generator>blosxom/2.0.2</generator>
+    <generator>blosxom/2.1.0</generator>
 
   <item>
     <title>Lorem ipsum</title>
 
     <description>Yet another Blosxom weblog.</description>
     <language>en</language>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-    <generator>blosxom/2.0.2</generator>
+    <generator>blosxom/2.1.0</generator>
 
   <item>
     <title>Lorem ipsum</title>
 
     <description>Yet another Blosxom weblog.</description>
     <language>en</language>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-    <generator>blosxom/2.0.2</generator>
+    <generator>blosxom/2.1.0</generator>
 
   <item>
     <title>Lorem ipsum</title>
 
     <description>Yet another Blosxom weblog.</description>
     <language>en</language>
     <docs>http://blogs.law.harvard.edu/tech/rss</docs>
-    <generator>blosxom/2.0.2</generator>
+    <generator>blosxom/2.1.0</generator>
 
   <item>
     <title>Lorem ipsum</title>
 
 Content-Type: text/xml; charset=ISO-8859-1\r
 \r
 <?xml version="1.0"?>
-<!-- name="generator" content="blosxom/2.0.2" -->
+<!-- name="generator" content="blosxom/2.1.0" -->
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 
 <rss version="0.91">
 
         <webMaster>author@example.com (A. U. Thor)</webMaster>
         <pubDate>Sun, 11 Nov 2007 11:11:00 +0000</pubDate>
         <language>en</language>
-        <generator>blosxom 2.0.2</generator>
+        <generator>blosxom 2.1.0</generator>
         <atom:link href="http://localhost/index.rss" rel="self" type="application/rss+xml" />
         <sy:updatePeriod>hourly</sy:updatePeriod>
         <sy:updateFrequency>1</sy:updateFrequency>
 
         <webMaster>author@example.com (A. U. Thor)</webMaster>
         <pubDate>Sun, 11 Nov 2007 11:11:00 +0000</pubDate>
         <language>en</language>
-        <generator>blosxom 2.0.2</generator>
+        <generator>blosxom 2.1.0</generator>
         <atom:link href="http://localhost/web/index.rss" rel="self" type="application/rss+xml" />
         <sy:updatePeriod>hourly</sy:updatePeriod>
         <sy:updateFrequency>1</sy:updateFrequency>