Prepare 3.1.14 V3_1_14
authorYugo Nagata <nagata@sraoss.co.jp>
Wed, 8 Apr 2015 07:07:42 +0000 (16:07 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Wed, 8 Apr 2015 07:14:36 +0000 (16:14 +0900)
NEWS
configure
configure.in
doc/pgpool-ja.html

diff --git a/NEWS b/NEWS
index 20ea180992c4183f262a189d1244b99bf116e5b1..4462a5ca62d16a55418f9e1295c0365c2f68bb9b 100644 (file)
--- 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
 
 
 ===============================================================================
-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
index 3e017f4f3ddfdba09b135bf29d5a4e26933d3fb9..6c9d285cfe4209b351bd543de6891260557d70d2 100755 (executable)
--- 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
index 02322129544451fc5b06276a020c71fe0feadc69..742d1b66c6db81db180034f6773a9bdad6119112 100644 (file)
@@ -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
 
index 3c1a50cf3cf408858f744b99d7ea0c7c0effd0b9..c65aea190fc65c5e6c7bd36323b39c0fadf99bdc 100644 (file)
@@ -4146,6 +4146,38 @@ pgpool-IIのチュートリアルは<a href="tutorial-ja.html">ここ</a>にあ
 <!-- 3.1                                                                              -->
 <!-- ================================================================================ -->
 
+<!-- -------------------------------------------------------------------------------- -->
+<h2><a name="release3.1.14"></a>3.1.14 (hatsuiboshi) 2015/04/08</h2>
+<!-- -------------------------------------------------------------------------------- -->
+
+<h3>概要</h3>
+<p>
+このバージョンは 3.1.13 に対するバグ修正リリースです。
+</p>
+
+<h3>バグ修正</h3>
+<ul>
+
+<li>
+    POOLCONFIG_MAXDESCLEN を 80 まで増やしました (Tatsuo Ishii)
+    <p>
+    これは show pool_status コマンドでパラメータの説明文の長さ制限に使われていますが、recovery_timetout ではこれが 64 文字であり、以前のマクロ定義では 1 文字分不足していました。
+    </p>
+</li>
+
+<li>
+    フロントエンド接続の証明書ファイルで SSL 証明書チェーンに対応しました。(Muhammad Usama)
+</li>
+
+<li>
+    pcp_detach_node が graceful にノードを切り離す際の問題を修正しました。(Muhammad Usama)
+    <p>
+    graceful なノード切り離しでは、そのノードの切り離し処理が許されているかの判断を、pcp_detach_node は新しい接続のブロックと既存の接続の切断よりも前に行う必要があります。
+    </p>
+</li>
+
+</ul>
+
 <!-- -------------------------------------------------------------------------------- -->
 <h2><a name="release3.1.13"></a>3.1.13 (hatsuiboshi) 2015/02/05</h2>
 <!-- -------------------------------------------------------------------------------- -->
@@ -5424,6 +5456,38 @@ md5認証で長いユーザ名を処理する際のバグを修正しました
 <!-- ================================================================================ -->
 <hr>
 
+<!-- -------------------------------------------------------------------------------- -->
+<h2><a name="release3.0.18"></a>3.0.18 (umiyameboshi) 2015/04/08</h2>
+<!-- -------------------------------------------------------------------------------- -->
+
+<h3>概要</h3>
+<p>
+このバージョンは 3.0.17 に対するバグ修正リリースです。
+</p>
+
+<h3>バグ修正</h3>
+<ul>
+
+<li>
+    POOLCONFIG_MAXDESCLEN を 80 まで増やしました (Tatsuo Ishii)
+    <p>
+    これは show pool_status コマンドでパラメータの説明文の長さ制限に使われていますが、recovery_timetout ではこれが 64 文字であり、以前のマクロ定義では 1 文字分不足していました。
+    </p>
+</li>
+
+<li>
+    フロントエンド接続の証明書ファイルで SSL 証明書チェーンに対応しました。(Muhammad Usama)
+</li>
+
+<li>
+    pcp_detach_node が graceful にノードを切り離す際の問題を修正しました。(Muhammad Usama)
+    <p>
+    graceful なノード切り離しでは、そのノードの切り離し処理が許されているかの判断を、pcp_detach_node は新しい接続のブロックと既存の接続の切断よりも前に行う必要があります。
+    </p>
+</li>
+
+</ul>
+
 <!-- -------------------------------------------------------------------------------- -->
 <h2><a name="release3.0.17"></a>3.0.17 (umiyameboshi) 2015/02/05</h2>
 <!-- -------------------------------------------------------------------------------- -->