From 17926e0c64ec21357fbe71cf76204d64e17d201d Mon Sep 17 00:00:00 2001 From: pengbo Date: Tue, 5 Sep 2017 11:30:52 +0900 Subject: [PATCH] Prepare 3.6.2. --- NEWS | 14 ++++++++++++++ version.php | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2fb9c5d..dd372e5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,20 @@ pgpoolAdmin 3.6 =============================================================================== +* Version 3.6.2 2017/09/05 + + - Fix some notices in "pgpool.conf Setting". (Bo Peng) + + - Fix bugs in js/pgconfig.js used for setting pgpool.conf. (Bo Peng) + + [pgpool-general: 5660] + + - Change pgpoolAdmin.spec to include missed js directory in pgpoolAdmin RPM. (Bo Peng) + + - Fix PHP Notice: Undefined variable while installing pgpoolAdmin. (Bo Peng) + + per bug219. + * Version 3.6.1 2017/04/28 - Add selection of version 3.6 in pgpoolAdmin install. (Bo Peng) diff --git a/version.php b/version.php index d202651..566cea2 100644 --- a/version.php +++ b/version.php @@ -19,10 +19,10 @@ * is" without express or implied warranty. * * @author Ryuma Ando - * @copyright 2003-2015 PgPool Global Development Group + * @copyright 2003-2017 PgPool Global Development Group * @version SVN: $Id$ */ -$version = '3.6.1'; +$version = '3.6.2'; ?> -- 2.39.5