[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.115,1.116
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos Guzm?n ?l. <car...@us...> - 2004-05-06 08:17:47
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32093 Modified Files: changelog.txt Log Message: 2004-05-06 Carlos Guzman Alvarez <car...@te...> * PostgreSql/Data/PgSqlClient/NPgClient/PgDbClient.cs: - Changes for patch (#948340) ( Disable the nagle algorithm on socket setup ) Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** changelog.txt 3 May 2004 20:31:25 -0000 1.115 --- changelog.txt 6 May 2004 08:17:39 -0000 1.116 *************** *** 2,5 **** --- 2,14 ---- ------------------------------------------------------- + + 2004-05-06 Carlos Guzman Alvarez <car...@te...> + + * PostgreSql/Data/PgSqlClient/NPgClient/PgDbClient.cs: + + - Changes for patch (#948340) + ( Disable the nagle algorithm on socket setup ) + + 2004-05-03 Carlos Guzman Alvarez <car...@te...> |