[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.45,1.46
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-18 11:59:25
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv31334 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** changelog.txt 17 Oct 2003 20:48:58 -0000 1.45 --- changelog.txt 18 Oct 2003 11:59:16 -0000 1.46 *************** *** 2,7 **** ------------------------------------------------------- ! 2003-10-16 Carlos Guzmán Álvarez <car...@te...> --- 2,16 ---- ------------------------------------------------------- + 2003-10-18 Carlos Guzmán Álvarez <car...@te...> ! ! * Protocol implementation: ! ! - Added specific classes for handle PostgreSQL Geometric types ! ! - Added handling of line and lseg postgres types ! ! ! 2003-10-17 Carlos Guzmán Álvarez <car...@te...> |