2004-07-01    <t-ishii@sra.co.jp>

	* version 2.0.1
	* fix bug when backend_host_name is ''
	* relax message length check in SimpleForwardToFrontend so that it
	  allows rows order is physically different
	
2004-06-22    <t-ishii@sra.co.jp>

	* version 2.0
	* add load balancing capability
	* prevent unwanted degeneration (V1.2 behavior can be possible
	  using replication_stop_on_mismatch directive)
	
2004-05-16    <t-ishii@sra.co.jp>
	
	* version 1.2.3
	* fix bug in FunctionCall in replication mode
	
2004-05-11    <t-ishii@sra.co.jp>

	* version 1.2.2
	* fix slowness when client is connected to pgpool via TCP

2004-05-08    <t-ishii@sra.co.jp>

	* version 1.2.1
	* fix a bug when pool_read_string() reads large string
	* remove unnecessary pool_write_and_flush() from AsciiRow() and BinaryRow()

2004-05-06    <t-ishii@sra.co.jp>

	* version 1.2
	* fix a bug introduced by v1.1 which close listen fds accidently
	* prevent buffer overflow by checking password string length
	* do authentication even when connected by pooled connection
	* send an end packet("X") before closing a connection to backend

2004-04-28    <t-ishii@sra.co.jp>

	* version 1.1
	* fix segfault when connection pool timer is expired
	* support clear text password, crypt, md5 authentication method. note that in
	  repication mode, only clear text password authenticaton is supported.

2004-04-23    <t-ishii@sra.co.jp>

	* pgpool 1.0 released
	

