]> git.deb.at Git - pkg/blosxom.git/commitdiff
Declaring this state as bugfix release 2.1.1, the "never trust a dot zero release...
authorAxel Beckert <xtaran@users.sourceforge.net>
Wed, 30 Jul 2008 22:27:02 +0000 (22:27 +0000)
committerAxel Beckert <xtaran@users.sourceforge.net>
Wed, 30 Jul 2008 22:27:02 +0000 (22:27 +0000)
ChangeLog
blosxom.cgi

index 4f37cffbb1a5f018479c2b8dad708115265419ae..85c55226771a8615f16668dd3c6ca75340ab7ac7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 v2.1.1
+    * The "never trust a dot zero release" bugfix release for 2.1.0.
     * Added CVS Id keyword to file header.
     * Declaring $encode_xml_entities as a config option by moving it into
       the config section -- no functionality change.
index 4b867d0eacffa07dd5b76047f82b107bc628be7b..eae39bf4becfc5bef9134b7196dd3769b84ebbc1 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Blosxom
 # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008)
-# Version: 2.1.0+dev ($Id: blosxom.cgi,v 1.82 2008/07/30 22:21:47 xtaran Exp $)
+# Version: 2.1.1 ($Id: blosxom.cgi,v 1.83 2008/07/30 22:27:02 xtaran Exp $)
 # Home/Docs/Licensing: http://blosxom.sourceforge.net/
 # Development/Downloads: http://sourceforge.net/projects/blosxom
 
@@ -91,7 +91,7 @@ use File::stat;
 use Time::Local;
 use CGI qw/:standard :netscape/;
 
-$version = "2.1.0";
+$version = "2.1.1";
 
 # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists
 my $blosxom_config;