From: Axel Beckert Date: Wed, 30 Jul 2008 22:27:02 +0000 (+0000) Subject: Declaring this state as bugfix release 2.1.1, the "never trust a dot zero release... X-Git-Tag: debian/2.1.2-2~20^2~5 X-Git-Url: https://git.deb.at/?p=pkg%2Fblosxom.git;a=commitdiff_plain;h=b9131697cef6d045ddae4970f610595227718ea3;ds=sidebyside Declaring this state as bugfix release 2.1.1, the "never trust a dot zero release" bugfix release for 2.1.0. --- diff --git a/ChangeLog b/ChangeLog index 4f37cff..85c5522 100644 --- 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. diff --git a/blosxom.cgi b/blosxom.cgi index 4b867d0..eae39bf 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -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;