Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Security.Permissions/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security.Permissions/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security.Permissions/ChangeLog b/mcs/class/corlib/System.Security.Permissions/ChangeLog
index 3eae1ea941d..9f9344ad431 100644
--- a/mcs/class/corlib/System.Security.Permissions/ChangeLog
+++ b/mcs/class/corlib/System.Security.Permissions/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-30 Sebastien Pouliot <sebastien@ximian.com>
+
+ * CodeAccessSecurityAttribute.cs: Under 2.0 the ctor is protected.
+ * IsolatedStoragePermissionAttribute.cs: Under 2.0 the ctor is
+ protected.
+ * IsolatedStoragePermission.cs: Under 2.0 the ctor is protected.
+ * SecurityAttribute.cs: Under 2.0 the ctor is protected.
+
2006-04-07 Sebastien Pouliot <sebastien@ximian.com>
* FileIOPermission.cs: Ensure the "bad" path characters match the OS