From: Yugo Nagata Date: Fri, 24 Jul 2015 05:41:35 +0000 (+0900) Subject: Prepare 3.1.15 X-Git-Tag: V3_1_15 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=79fb3d50c346400d490a41a80dc26f230b12aaca;p=pgpool2.git Prepare 3.1.15 --- diff --git a/NEWS b/NEWS index 4462a5ca6..31a0c2ae8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,29 @@ =============================================================================== 3.1 Series (2011/09/08 - ) +=============================================================================== + + 3.1.15 (hatsuiboshi) 2015/07/24 + +* Version 3.1.15 + + This is a bugfix release against pgpool-II 3.1.14. + + __________________________________________________________________ + +* Bug fixes + + - Fix "cannot find xlog functions" error in pgpool-recovery + (Muhammad Usama) + + The argument data type of PostgreSQL's pg_xlogfile_name() function + has been changed from text to pg_lsn since PostgreSQL 9.4. And + pgpool-recovery was still trying to locate the function by old + signature. + + - Do not send a query for checking insert lock in non replication mode + with extended query (Tatsuo Ishii) + =============================================================================== 3.1.14 (hatsuiboshi) 2015/04/08 @@ -31,6 +54,7 @@ connections. =============================================================================== + 3.1.13 (hatsuiboshi) 2015/02/05 * Version 3.1.13 @@ -1305,6 +1329,29 @@ =============================================================================== 3.0 Series (2010/09/10 - ) +=============================================================================== + + 3.0.19 (umiyameboshi) 2015/07/24 + +* Version 3.0.19 + + This is a bugfix release against pgpool-II 3.0.18. + + __________________________________________________________________ + +* Bug fixes + + - Fix "cannot find xlog functions" error in pgpool-recovery + (Muhammad Usama) + + The argument data type of PostgreSQL's pg_xlogfile_name() function + has been changed from text to pg_lsn since PostgreSQL 9.4. And + pgpool-recovery was still trying to locate the function by old + signature. + + - Do not send a query for checking insert lock in non replication mode + with extended query (Tatsuo Ishii) + =============================================================================== 3.0.18 (umiyameboshi) 2015/04/08 diff --git a/configure b/configure index 6c9d285cf..4c258c13c 100755 --- a/configure +++ b/configure @@ -3932,7 +3932,7 @@ fi # Define the identity of the package. PACKAGE=pgpool-II - VERSION=3.1.14 + VERSION=3.1.15 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 742d1b66c..8d2025261 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.14) +AM_INIT_AUTOMAKE(pgpool-II, 3.1.15) AC_PROG_RANLIB AC_PROG_LIBTOOL diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html index c65aea190..a0a49554d 100644 --- a/doc/pgpool-ja.html +++ b/doc/pgpool-ja.html @@ -4146,6 +4146,31 @@ pgpool-IIのチュートリアルはここにあ + +

3.1.15 (hatsuiboshi) 2015/07/24

+ + +

概要

+

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

+ +

バグ修正

+ +

3.1.14 (hatsuiboshi) 2015/04/08

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

3.0.19 (umiyameboshi) 2015/07/24

+ + +

概要

+

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

+ +

バグ修正

+ +

3.0.18 (umiyameboshi) 2015/04/08