[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.8,1.9 changes.txt,1.2,1.3
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-05 09:29:49
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv2607 Modified Files: changelog.txt changes.txt Log Message: - Updated changelog.txt - Updated changes.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changelog.txt 3 Aug 2003 12:01:48 -0000 1.8 --- changelog.txt 5 Aug 2003 09:29:46 -0000 1.9 *************** *** 2,5 **** --- 2,6 ---- ------------------------------------------------------- + < ----------------------------------- Beta 1 ---------------------------------- > 2003-07-03 Carlos Guzmán Álvarez <car...@te...> Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changes.txt 2 Aug 2003 19:50:36 -0000 1.2 --- changes.txt 5 Aug 2003 09:29:47 -0000 1.3 *************** *** 3,20 **** ! Alpha 3 ( XX-XX-2003 ) ----- - - -- -- ---- - ! * 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. --- 3,25 ---- ! Alpha 3 ( XX-08-2003 ) ----- - - -- -- ---- - ! * Bug fixes. ! ! * Improved NUnit test suite. * Improved PostgreSQL 3.0 protocol handling. ! * Added initial implementation of PgConnection.Notification for asynchronous notification support ( task #82889 ). * Added initial implementation of PgConnection.InfoMessage event ( task #82902 ). ! * Added initial implementation of serial fields support ( task #81647 ). ! * 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 ! ( pgsqlclient_10 is the actual cvs developement module ) *************** *** 41,45 **** Alpha 2 ( 27-07-2003 ) ----- - - -- -- ---- - - Initial release. --- 46,49 ---- |