Version 3.1.1 V3_1_1
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 23 Jul 2006 11:41:51 +0000 (11:41 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sun, 23 Jul 2006 11:41:51 +0000 (11:41 +0000)
ChangeLog
NEWS
configure
configure.in

index 1cad360b1ef8a3ee9c2f9f149430c521e73e3140..129d63c8db95d917044b1dc72bbc6a4718f7ef84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-23    <ishii@sraoss.co.jp>
+       * Version 3.1.1
+       * Fix LISTEN/NOTIFY bug in master/slave mode reported by Michael
+         Ulitskiy (Tatsuo)
+       
 2006-07-01    <ishii@sraoss.co.jp>
        * Version 3.1
        * Improve documentation. patches contributed by Mark Stosberg
diff --git a/NEWS b/NEWS
index 4f93467904595a5e221a36ab979be4ed36722c8c..6c05094442244c6477235fe273a6301983765cf2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.1.1(kawakawa) 2006/7/23
+      o 2.7.2¤Çľ¤Ã¤Æ¤¤¤¿¤Ï¤º¤Îmaster/slave¥â¡¼¥É¤ÇLISTEN/NOTIFY¤¬¤¦¤Þ
+      ¡¡¤¯¤¤¤«¤Ê¤¤¥Ð¥°¤ò½¤Àµ(Tatsuo)
+
+      Subject: [Pgpool-general] Problem with LISTEN/NOTIFY through pgpool again
+      From: Michael Ulitskiy <mulitskiy@acedsl.com>
+      To: pgpool-general@pgfoundry.org
+      Date: Thu, 20 Jul 2006 14:13:09 -0400
+
 3.1(kawakawa) 2006/7/1
       o ¥É¥­¥å¥á¥ó¥È¤Î²þÁ±¡¥¥Ñ¥Ã¥ÁÄ󶡤ÏMark Stosberg»á¡¥
       o ³ÈÄ¥Ì䤤¹ç¤ï¤»¤Ç"kind is 0!"¥¨¥é¡¼¤¬È¯À¸¤¹¤ë¤Î¤ò½¤Àµ
index c58858062216f0efb345b9a3c266d7434b80be2f..5ebd1748db0d4882ead2c5cf9e5f4ea1790b6723 100755 (executable)
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=pgpool
- VERSION=3.1
+ VERSION=3.1.1
 
 
 cat >>confdefs.h <<_ACEOF
index 0ffe360d5dbc9ada8dbb6073dbde4313205da6d3..666a95a6685fe88c9cfe8b4cd4d40ebc7d663e98 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT
 dnl Checks for programs.
 AC_PROG_CC
 
-AM_INIT_AUTOMAKE(pgpool, 3.1)
+AM_INIT_AUTOMAKE(pgpool, 3.1.1)
 
 AM_PROG_LEX