From 1cf1674a4a4820c361f1d596eb44571d0de50532 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Fri, 8 Feb 2013 08:57:44 +0900 Subject: [PATCH] Prepare 3.2.2 --- NEWS | 19 +++++++++++++++---- version.php | 4 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index f1528dd..1a52df6 100644 --- a/NEWS +++ b/NEWS @@ -2,15 +2,26 @@ pgpoolAdmin 3.2 =============================================================================== +* Version 3.2.2 2013/2/8 + + - Fix typo: health_check_pasword -> health_check_password (Anzai) + + - Fix the type of delay_threshold: bool -> integer (Anzai) + + - Add pool_passwd parameter. (Nagata) + +------------------------------------------------------------------------------- + * Version 3.2.1 2012/10/15 - - Revise the default value of relcache_size from 0 to 256. (Nagata) + - Revise the default value of relcache_size from 0 to 256. (Nagata) - - Update Smarty to 3.1.12. + - Update Smarty to 3.1.12. - This version has a security fix for Cross-Site Scripting (XSS) - vulnerability. (Nagata) + This version has a security fix for Cross-Site Scripting (XSS) + vulnerability. (Nagata) +------------------------------------------------------------------------------- * Version 3.2 2012/08/03 diff --git a/version.php b/version.php index 08b44ea..ef8be6b 100644 --- a/version.php +++ b/version.php @@ -19,10 +19,10 @@ * is" without express or implied warranty. * * @author Ryuma Ando - * @copyright 2003-2012 PgPool Global Development Group + * @copyright 2003-2013 PgPool Global Development Group * @version SVN: $Id$ */ -$version = '3.2.1'; +$version = '3.2.2'; ?> -- 2.39.5