From cdd4bc509c695c5ef3c79fbb20ae807d576748ca Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Thu, 2 Feb 2006 08:43:34 +0000 Subject: [PATCH] pgpool 2.7.2 --- ChangeLog | 9 ++++++++- NEWS | 12 +++++++++++- configure | 2 +- configure.in | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9bea7e5..362d142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2006-01-03 +2006-02-02 + * version 2.7.2 + * PQnotifes() does not receive immediate responses from LISTEN + * NOTIFY emits packet kind does not agree errors in master/slave + mode + * add pgpool man pages(Peter Eisentra) + +2006-01-16 * version 2.7.1 * Fix bug in show pool_status for ignore_leading_white_space diff --git a/NEWS b/NEWS index 9adc97b..b703e85 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ +2.7.2(kalekale) 2006/02/02 + + o LISTEN¤·¤¿¤È¤­¤Ë¡¤PQnotifies()¤Ç¤¹¤°¤Ë¥á¥Ã¥»¡¼¥¸¤ò¼õ¤±¼è¤ì¤Ê¤¤ + ¥Ð¥°¤ò½¤Àµ + + o master/slave mode¤ÇNOTIFY¥á¥Ã¥»¡¼¥¸¤¬Åþ㤷¤¿¤È¤­¤Ëpacket kind¤¬°ìÃ× + ¤·¤Ê¤¤¥¨¥é¡¼¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¥Ð¥°¤ò½¤Àµ + + o pgpool¤Îman page¤òÄɲÃ(contribution by Peter Eisentra) + 2.7.1(kalekale) 2006/01/16 o ignore_leading_white_space¤¬show pool_status¤Çɽ¼¨¤µ¤ì¤Ê¤¤¥Ð¥° - ¤ò½¤Àµ¡¥ + ¤ò½¤Àµ 2.7(kalekale) 2006/01/03 diff --git a/configure b/configure index 1e45608..615cd27 100755 --- a/configure +++ b/configure @@ -2595,7 +2595,7 @@ fi # Define the identity of the package. PACKAGE=pgpool - VERSION=2.7.1 + VERSION=2.7.2 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 2d93c21..fc39a9e 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT dnl Checks for programs. AC_PROG_CC -AM_INIT_AUTOMAKE(pgpool, 2.7.1) +AM_INIT_AUTOMAKE(pgpool, 2.7.2) AM_PROG_LEX -- 2.39.5