[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.127,1.128
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos G. Á. <car...@us...> - 2005-04-10 20:32:47
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28160 Modified Files: changelog.txt Log Message: 2005-04-10 Carlos Guzman Alvarez <car...@te...> * PostgreSql.Data.PgSqlClient/PgConnectionPool.cs: - Fixed problem getting a connection form the pool. (#1146422) Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.127 retrieving revision 1.128 diff -C2 -d -r1.127 -r1.128 *** changelog.txt 4 Apr 2005 18:16:33 -0000 1.127 --- changelog.txt 10 Apr 2005 20:32:17 -0000 1.128 *************** *** 3,6 **** --- 3,13 ---- + + 2005-04-10 Carlos Guzman Alvarez <car...@te...> + + * PostgreSql.Data.PgSqlClient/PgConnectionPool.cs: + + - Fixed problem getting a connection form the pool. (#1146422) + 2005-04-03 Carlos Guzman Alvarez <car...@te...> |