From: Yugo Nagata Date: Mon, 15 Oct 2012 02:37:58 +0000 (+0900) Subject: Prepare 3.2.1 X-Git-Tag: V3_2_1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c07cdecf2e926ec29b08dce13fb1e1ed77f145ee;p=pgpooladmin.git Prepare 3.2.1 --- diff --git a/NEWS b/NEWS index 66ed2bf..f1528dd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ pgpoolAdmin 3.2 =============================================================================== +* Version 3.2.1 2012/10/15 + + - Revise the default value of relcache_size from 0 to 256. (Nagata) + + - Update Smarty to 3.1.12. + + This version has a security fix for Cross-Site Scripting (XSS) + vulnerability. (Nagata) + + * Version 3.2 2012/08/03 pgpoolAdmin 3.2 adopts pgpool-II 3.2. diff --git a/version.php b/version.php index b309012..08b44ea 100644 --- a/version.php +++ b/version.php @@ -23,6 +23,6 @@ * @version SVN: $Id$ */ -$version = '3.2.0'; +$version = '3.2.1'; ?>