From 46cbbc64591a66199b4c8798794754e3502d5bd8 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Thu, 5 Feb 2015 19:23:22 +0900 Subject: [PATCH] Prepare 3.1.13 --- COPYING | 2 +- NEWS | 64 +++++++++++++++++++++++++++++++ configure | 2 +- configure.in | 2 +- doc/pgpool-ja.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 161 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index eb533db16..718bc92b6 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2003-2014 PgPool Global Development Group +Copyright (c) 2003-2015 PgPool Global Development Group Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby diff --git a/NEWS b/NEWS index b9d900257..20ea18099 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,38 @@ =============================================================================== 3.1 Series (2011/09/08 - ) +=============================================================================== + + 3.1.13 (hatsuiboshi) 2015/02/05 + +* Version 3.1.13 + + This is a bugfix release against pgpool-II 3.1.12. + + __________________________________________________________________ + +* Bug fixes + + - doc: Describe explicitly that the number of slave nodes is not + necessarily 1 (Tatsuo Ishii) + + - Fix uninitialized variable (Tatsuo Ishii) + + Per Coverity 1234603. + + - doc: Fix missing release note entries in the previous release + (Tatsuo Ishii) + + - Fix node id range check bug in trigger_failover_command(). (Tatsuo Ishii) + + The node id should be lower than NUM_BACKENDS. Probably harmless since + callers never pass node ids greater or equal to NUM_BACKENDS. + + - Fix to disable debug mode by reloading config (Yugo Nagata) + + Per bug #114 + http://www.pgpool.net/mantisbt/view.php?id=114 + =============================================================================== 3.1.12 (hatsuiboshi) 2014/09/05 @@ -1246,6 +1278,38 @@ =============================================================================== 3.0 Series (2013/07/30 - ) +=============================================================================== + + 3.0.17 (umiyameboshi) 2015/02/05 + +* Version 3.0.17 + + This is a bugfix release against pgpool-II 3.0.16. + + __________________________________________________________________ + +* Bug fixes + + - doc: Describe explicitly that the number of slave nodes is not + necessarily 1 (Tatsuo Ishii) + + - Fix uninitialized variable (Tatsuo Ishii) + + Per Coverity 1234603. + + - doc: Fix missing release note entries in the previous release + (Tatsuo Ishii) + + - Fix node id range check bug in trigger_failover_command(). (Tatsuo Ishii) + + The node id should be lower than NUM_BACKENDS. Probably harmless since + callers never pass node ids greater or equal to NUM_BACKENDS. + + - Fix to disable debug mode by reloading config (Yugo Nagata) + + Per bug #114 + http://www.pgpool.net/mantisbt/view.php?id=114 + =============================================================================== 3.0.16 (umiyameboshi) 2014/09/05 diff --git a/configure b/configure index 56b5192b4..3e017f4f3 100755 --- a/configure +++ b/configure @@ -3932,7 +3932,7 @@ fi # Define the identity of the package. PACKAGE=pgpool-II - VERSION=3.1.12 + VERSION=3.1.13 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 88ee7d1c0..023221295 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.12) +AM_INIT_AUTOMAKE(pgpool-II, 3.1.13) AC_PROG_RANLIB AC_PROG_LIBTOOL diff --git a/doc/pgpool-ja.html b/doc/pgpool-ja.html index b8624729c..3c1a50cf3 100644 --- a/doc/pgpool-ja.html +++ b/doc/pgpool-ja.html @@ -4146,6 +4146,53 @@ pgpool-IIのチュートリアルはここにあ + +

3.1.13 (hatsuiboshi) 2015/02/05

+ + +

概要

+

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

+ +

バグ修正

+ +

3.1.12 (hatsuiboshi) 2014/09/05

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

3.0.17 (umiyameboshi) 2015/02/05

+ + +

概要

+

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

+ +

バグ修正

+ +

3.0.16 (umiyameboshi) 2014/09/05

-- 2.39.5