Version 3.0.1 V3_0_1
authorTatsuo Ishii <ishii at sraoss.co.jp>
Tue, 14 Feb 2006 08:24:10 +0000 (08:24 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Tue, 14 Feb 2006 08:24:10 +0000 (08:24 +0000)
ChangeLog
NEWS
configure
configure.in

index 5ddf3b97ba472e8bd3eb60e76d8bb11c41a264b4..47395cee2cf842bac2d62b5ae408710ee528399b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-14    <ishii@sraoss.co.jp>
+       * 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    <devrim@commandprompt.com>
        * Version 3.0.0
        * Changed Copyright to PgPool Global Development Group
diff --git a/NEWS b/NEWS
index 223e7a26c1c076c501e572e11a9de898816c5337..b88443435d852a6076e54f34a2767271edf644de 100644 (file)
--- 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
 
index 3a457459ad738bc35cc7c6829d09f7aa00f21569..937871f25836279d80b60e378703429030722425 100755 (executable)
--- 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
index 7a6fd433baa6a12fd72bad455789600357d81107..f5d8927d4fd2ce7e1560a48d51584cde0b452d24 100644 (file)
@@ -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