From aacc432f8e6ad1c19d9f689b64cc72858155f7c8 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 2 Oct 2008 01:09:41 +0000 Subject: [PATCH] This will probably become v2.1.2, so prepare the code for the release. --- ChangeLog | 4 ++++ blosxom.cgi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70ce5f4..f2650e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +v2.1.2 + * Fix XSS in $flavour (CVE-2008-2236). Thanks to Yoshinori Ohta of + Business Architects Inc. for making us aware of this issue. + v2.1.1 * The "never trust a dot zero release" bugfix release for 2.1.0. * Added CVS Id keyword to file header. diff --git a/blosxom.cgi b/blosxom.cgi index 44edf47..712b8e2 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.1 ($Id: blosxom.cgi,v 1.84 2008/10/02 01:05:34 xtaran Exp $) +# Version: 2.1.2 ($Id: blosxom.cgi,v 1.85 2008/10/02 01:09:41 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.1"; +$version = "2.1.2"; # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists my $blosxom_config; -- 2.39.2