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:
authorSebastien Pouliot <sebastien@ximian.com>2009-09-22 17:40:44 +0400
committerSebastien Pouliot <sebastien@ximian.com>2009-09-22 17:40:44 +0400
commit5d8f11c64a186a48041403368b699e3becb4cec7 (patch)
tree9a3999a6649e316ddbdb479ca3c9c00b9c1371ba /mcs/class/corlib/System.Security/ChangeLog
parent7bd19bb2be5080583fc1bf91c9d88037fad31be2 (diff)
2009-09-22 Sebastien Pouliot <sebastien@ximian.com>
* CodeAccessPermission_2_1.cs: New. Stub to compile NET_2_1 * IPermission.cs: Remove ISecurityEncodable for NET_2_1 * PermissionSet_2_1.cs: New. Stub to compile NET_2_1 * SecurityContext.cs: Remove usage of CompressedStack for NET_2_1 * SecurityException_2_1.cs: New, CAS-less version for NET_2_1 * SecurityException.cs: Remove NET_2_1 conditions * SecurityFrame.cs: Keep structures (needed by the runtime) but remove SecurityFrame itself for NET_2_1 svn path=/trunk/mcs/; revision=142400
Diffstat (limited to 'mcs/class/corlib/System.Security/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security/ChangeLog b/mcs/class/corlib/System.Security/ChangeLog
index 86fc39d48b0..4d972b72561 100644
--- a/mcs/class/corlib/System.Security/ChangeLog
+++ b/mcs/class/corlib/System.Security/ChangeLog
@@ -1,3 +1,14 @@
+2009-09-22 Sebastien Pouliot <sebastien@ximian.com>
+
+ * CodeAccessPermission_2_1.cs: New. Stub to compile NET_2_1
+ * IPermission.cs: Remove ISecurityEncodable for NET_2_1
+ * PermissionSet_2_1.cs: New. Stub to compile NET_2_1
+ * SecurityContext.cs: Remove usage of CompressedStack for NET_2_1
+ * SecurityException_2_1.cs: New, CAS-less version for NET_2_1
+ * SecurityException.cs: Remove NET_2_1 conditions
+ * SecurityFrame.cs: Keep structures (needed by the runtime) but
+ remove SecurityFrame itself for NET_2_1
+
2009-09-21 Sebastien Pouliot <sebastien@ximian.com>
* SecurityContext.cs: Don't use WindowsIdentity under NET_2_1