Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv7704
Modified Files:
changes.txt
Log Message:
Updated CHANGES.TXT
Index: changes.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** changes.txt 2 Aug 2003 19:42:37 -0000 1.1.1.1
--- changes.txt 2 Aug 2003 19:50:36 -0000 1.2
***************
*** 6,18 ****
----- - - -- -- ---- -
-
* 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 ).
--- 6,20 ----
----- - - -- -- ---- -
* 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 ).
+ * Changed casing of all clasess from PgXXX to PgXXX to follow MS' guidelines.
+
+ * New directory structure in the CVS for match class, file and directory names.
|