[pgsqlclient-checkins] pgsqlclient changelog.txt,1.37,1.38
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-01 19:26:12
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv32703 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** changelog.txt 31 Jul 2003 11:00:38 -0000 1.37 --- changelog.txt 1 Aug 2003 17:52:37 -0000 1.38 *************** *** 3,6 **** --- 3,25 ---- + 2003-07-01 Carlos Guzmán Álvarez <car...@te...> + + * Improved PostgreSQL 3.0 protocol handling. + + * Added some new files: + + - PGInfoMessageEventArgs.cs + + - PGNotificationEventArgs.cs + + - PGClientMessageEventArgs.cs + + - PGClientNotificationEventArgs.cs + + * Added initial revision of asynchronous notification support ( task #82889 ). + + * Added implementation of PGConnection.InfoMessage event ( task #82902 ). + + 2003-07-31 Carlos Guzmán Álvarez <car...@te...> |