Version 2.6.3 V2_6_3
authorTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 2 Sep 2005 14:32:34 +0000 (14:32 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 2 Sep 2005 14:32:34 +0000 (14:32 +0000)
ChangeLog
NEWS
README
configure
configure.in

index f6371e0890fcfc2f5a841c3e792ab7aa76e5ff47..f11dd53edb071c3a89edc3421ea63ad7f3f27018 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-02    <t-ishii@sra.co.jp>
+       * version 2.6.3
+       * if invalid non-switch args are given (for example, pgpool -f
+         pgpool.conf foobar), pgpool silently deleted pgpool.pid even if
+         it's a valid one. Per report from Brad Nicholson.
+       * fix show pool_status command bug. Sometimes secondary host is
+         showed "unused" even it is actually used.
+       * fix bug in health_check(). It made wrong reports if secondary
+         goes down. Per report from Bunji Nagahasi.
+
 2005-07-30    <t-ishii@sra.co.jp>
        * version 2.6.2
        * fix file descriptor leak bug
diff --git a/NEWS b/NEWS
index e7c47992e53f8e18f0bd46e7b5123bdf9f6a57f0..831f870da4ee2610f256eb176c3e60821f649737 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.6.3(kala) 2005/09/02
+
+      o ¤â¤·¥¹¥¤¥Ã¥Á¤Ç¤Ê¤¤Àµ¤·¤¯¤Ê¤¤°ú¿ô(¤¿¤È¤¨¤Ð pgpool -f
+       pgpool.conf foobar)¤¬Í¿¤¨¤é¤ì¤ë¤È¡¤pgpool¼«ÂΤε¯Æ°¤Ï¹Ô¤ï¤ì¤Ê
+       ¤¤¤â¤Î¤Î¡¤¾¡¼ê¤Ëpgpool.pid¤¬ºï½ü¤µ¤ì¤Æ¤·¤Þ¤¦¥Ð¥°¤ò½¤Àµ
+
+      o show pool_status¤Ç¡¤backend_port¤¬ÌÀ¼¨Åª¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç
+       ¤Ë¥»¥«¥ó¥À¥ê¥µ¡¼¥Ð¤¬"unused"¥¹¥Æ¡¼¥¿¥¹¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¥Ð¥°¤ò½¤Àµ
+
+      o health_check()¤Ç¡¤¥»¥«¥ó¥À¥ê¤Î¥¨¥é¡¼¤ò¸í¤Ã¤Æ¥Þ¥¹¥¿¤Î¥¨¥é¡¼¤È¤·¤Æ
+        ¤¤¤¿¥Ð¥°¤ò½¤Àµ¡¥±Ê¶¶¤µ¤ó¤«¤é¤Î¤´»ØÅ¦([pgsql-jp: 35914]»²¾È)
+
 2.6.2(kala) 2005/7/30
 
       o 2.6.1¤ÇÆþ¤ì¹þ¤ó¤Ç¤·¤Þ¤Ã¤¿pool_close()¤Îfile descriptor leak¥Ð
diff --git a/README b/README
index 54249991e7ecbdbc2c2f938f36b371e13ba7be3b..4f6f68e2dea1347954664ebcc481574c0e71d4c4 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 $Header$
 
-pgpool version 2.6.1(kala) README
+pgpool version 2.6(kala) README
 
 1. What is pgpool
 
index 858c0a439685c18f2edb30d50bd832490399c2af..1c4fd2966ea1197a9d58f4b98c8804b30ba05c21 100755 (executable)
--- a/configure
+++ b/configure
@@ -2603,7 +2603,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=pgpool
- VERSION=2.6.2
+ VERSION=2.6.3
 
 
 cat >>confdefs.h <<_ACEOF
index 548aaa93b89fd993c5724308cbbff804b1047e0c..50081c945d7a3274b873c9a4a12826ffc3d47137 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT
 dnl Checks for programs.
 AC_PROG_CC
 
-AM_INIT_AUTOMAKE(pgpool, 2.6.2)
+AM_INIT_AUTOMAKE(pgpool, 2.6.3)
 
 AM_PROG_LEX