From: Yugo Nagata Date: Wed, 8 Apr 2015 07:07:42 +0000 (+0900) Subject: Prepare 3.1.14 X-Git-Tag: V3_1_14 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cf1411ff8b9d4f66caf42267152efc6204d662fb;p=pgpool2.git Prepare 3.1.14 --- diff --git a/NEWS b/NEWS index 20ea18099..4462a5ca6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,33 @@ 3.1 Series (2011/09/08 - ) =============================================================================== + 3.1.14 (hatsuiboshi) 2015/04/08 + +* Version 3.1.14 + + This is a bugfix release against pgpool-II 3.1.13. + + __________________________________________________________________ + +* Bug fixes + + - Enlarge POOLCONFIG_MAXDESCLEN to 80 (Tatsuo Ishii) + + This is used in show pool_status command and limits the length of + parameter description. Unfortunately recovery_timeout description is + 64 chars, which is 1 byte longer than former definition of the macro. + + - Support SSL certificate chains in the certificate file for incoming + frontend connections (Muhammad Usama) + + - Fix a problem with pcp_detach_node about graceful node detach (Muhammad Usama) + + When graceful node detach is requested gracefully, pcp_detach_node should + check if it is allowed to process detach_node command on the particular + node before blocking the incoming connections and closing the existing + connections. + +=============================================================================== 3.1.13 (hatsuiboshi) 2015/02/05 * Version 3.1.13 @@ -1277,7 +1304,35 @@ =============================================================================== -3.0 Series (2013/07/30 - ) +3.0 Series (2010/09/10 - ) +=============================================================================== + + 3.0.18 (umiyameboshi) 2015/04/08 + +* Version 3.0.18 + + This is a bugfix release against pgpool-II 3.0.17. + + __________________________________________________________________ + +* Bug fixes + + - Enlarge POOLCONFIG_MAXDESCLEN to 80 (Tatsuo Ishii) + + This is used in show pool_status command and limits the length of + parameter description. Unfortunately recovery_timeout description is + 64 chars, which is 1 byte longer than former definition of the macro. + + - Support SSL certificate chains in the certificate file for incoming + frontend connections (Muhammad Usama) + + - Fix a problem with pcp_detach_node about graceful node detach (Muhammad Usama) + + When graceful node detach is requested gracefully, pcp_detach_node should + check if it is allowed to process detach_node command on the particular + node before blocking the incoming connections and closing the existing + connections. + =============================================================================== 3.0.17 (umiyameboshi) 2015/02/05 diff --git a/configure b/configure index 3e017f4f3..6c9d285cf 100755 --- a/configure +++ b/configure @@ -3932,7 +3932,7 @@ fi # Define the identity of the package. PACKAGE=pgpool-II - VERSION=3.1.13 + VERSION=3.1.14 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 023221295..742d1b66c 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT dnl Checks for programs. AC_PROG_CC -AM_INIT_AUTOMAKE(pgpool-II, 3.1.13) +AM_INIT_AUTOMAKE(pgpool-II, 3.1.14) AC_PROG_RANLIB AC_PROG_LIBTOOL diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html index 3c1a50cf3..c65aea190 100644 --- a/doc/pgpool-ja.html +++ b/doc/pgpool-ja.html @@ -4146,6 +4146,38 @@ pgpool-IIのチュートリアルはここにあ + +

3.1.14 (hatsuiboshi) 2015/04/08

+ + +

概要

+

+このバージョンは 3.1.13 に対するバグ修正リリースです。 +

+ +

バグ修正

+ +

3.1.13 (hatsuiboshi) 2015/02/05

@@ -5424,6 +5456,38 @@ md5認証で長いユーザ名を処理する際のバグを修正しました
+ +

3.0.18 (umiyameboshi) 2015/04/08

+ + +

概要

+

+このバージョンは 3.0.17 に対するバグ修正リリースです。 +

+ +

バグ修正

+ +

3.0.17 (umiyameboshi) 2015/02/05