[pgsqlclient-checkins] pgsqlclient changes.txt,1.5,1.6
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-02 11:18:52
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv525 Modified Files: changes.txt Log Message: Updated CHANGES.TXT Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changes.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** changes.txt 31 Jul 2003 11:02:19 -0000 1.5 --- changes.txt 2 Aug 2003 11:18:50 -0000 1.6 *************** *** 9,12 **** --- 9,19 ---- * Added makefile for mono:: in linux. + * Improved PostgreSQL 3.0 protocol handling. + + * Added initial implementation of asynchronous notification ( PGConnection.Notification )support ( task #82889 ). + + * Added initial implementation of PGConnection.InfoMessage event ( task #82902 ). + + |