From 644920cfe3ab33d7c5268b6c4aa7ab9514b72def Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Tue, 14 Feb 2006 08:24:10 +0000 Subject: [PATCH] Version 3.0.1 --- ChangeLog | 7 +++++++ NEWS | 5 +++++ configure | 2 +- configure.in | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ddf3b9..47395ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-14 + * Version 3.0.1 + * Fix bugs with master/slave mode introduced in 2.7.2. per report + from David Boreham (Tatsuo) + * Fix bugs with master/slave and prepared quries. per report + from David Boreham (Tatsuo) + 2006-02-03 * Version 3.0.0 * Changed Copyright to PgPool Global Development Group diff --git a/NEWS b/NEWS index 223e7a2..b884434 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +3.0.1(kamanu) 2006/02/14 + o 2.7.2¤Çmaster/slave¥â¡¼¥É¤¬Æ°¤«¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤¿¥Ð¥°¤ò½¤Àµ + + o master/slave¥â¡¼¥É¤Çprepared query¤¬Æ°¤«¤Ê¤¤¥Ð¥°¤ò½¤Àµ + 3.0.0(kamanu) 2006/02/04 o PgPool Global Development Group Release diff --git a/configure b/configure index 3a45745..937871f 100755 --- a/configure +++ b/configure @@ -2595,7 +2595,7 @@ fi # Define the identity of the package. PACKAGE=pgpool - VERSION=3.0.0 + VERSION=3.0.1 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 7a6fd43..f5d8927 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT dnl Checks for programs. AC_PROG_CC -AM_INIT_AUTOMAKE(pgpool, 3.0.0) +AM_INIT_AUTOMAKE(pgpool, 3.0.1) AM_PROG_LEX -- 2.39.5