Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv22526
Modified Files:
changelog.txt
Log Message:
2003-11-12 Carlos Guzmán Álvarez <car...@te...>
* source/PgTypes/PgBox.cs:
* source/PgTypes/PgCircle.cs:
* source/PgTypes/PgLine.cs:
* source/PgTypes/PgLSeg.cs:
* source/PgTypes/PgPath.cs:
* source/PgTypes/PgPoint.cs:
* source/PgTypes/PgPolygon.cs:
- Added new constructors ( not to all ).
- Added Serializable attribute.
* source/PgTypes/PgBox.cs:
- Added Serializable attribute.
* source/PgTransaction.cs:
- Removed set accessors from Connection and IsolationLEvel properties.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** changelog.txt 10 Nov 2003 12:11:07 -0000 1.70
--- changelog.txt 12 Nov 2003 19:54:43 -0000 1.71
***************
*** 2,5 ****
--- 2,27 ----
-------------------------------------------------------
+ 2003-11-12 Carlos Guzmán Álvarez <car...@te...>
+
+ * source/PgTypes/PgBox.cs:
+ * source/PgTypes/PgCircle.cs:
+ * source/PgTypes/PgLine.cs:
+ * source/PgTypes/PgLSeg.cs:
+ * source/PgTypes/PgPath.cs:
+ * source/PgTypes/PgPoint.cs:
+ * source/PgTypes/PgPolygon.cs:
+
+ - Added new constructors ( not to all ).
+
+ - Added Serializable attribute.
+
+ * source/PgTypes/PgBox.cs:
+
+ - Added Serializable attribute.
+
+ * source/PgTransaction.cs:
+
+ - Removed set accessors from Connection and IsolationLEvel properties.
+
2003-11-10 Carlos Guzmán Álvarez <car...@te...>
|