2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
index 763694a6941b02f914f075ff350d79970900295b..ab2d96bacfc26a0c7cca6a3ca70ab3293f451501 100644 (file)
@@ -1,3 +1,16 @@
+2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * OleDbPermission.cs: Added internal constructor accepting an OleDb
+       PermissionAttribute parameter (using base class protected ctor).
+       Re-added the Provider property (removed by error).
+       * OleDbPermission.cs: Copy now use the new OleDbPermission
+       constructor. Re-added the Provider property (removed by error).
+
+2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * OleDbPermission.cs: Mostly completed (needs tests).
+       * OleDbPermissionAttribute.cs: Completed.
+
 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
 
        * OleDbError.cs: fixed serialization compatibility with MS.NET