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:
authorMark Probst <mark.probst@gmail.com>2007-08-20 16:10:31 +0400
committerMark Probst <mark.probst@gmail.com>2007-08-20 16:10:31 +0400
commit0c4f293fdf2837cc9f7d9c461217907afb788da6 (patch)
tree3397e938178da26e2810e3e3e5910fb0a944f6ce /mcs/class/corlib/System.Security/ChangeLog
parente34efa9618d6241e447eb0a2e1ed0657bac71a7d (diff)
2007-08-20 Mark Probst <mark.probst@gmail.com>
* SecurityManager.cs: Added two methods needed for CoreCLR security. svn path=/trunk/mcs/; revision=84452
Diffstat (limited to 'mcs/class/corlib/System.Security/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security/ChangeLog b/mcs/class/corlib/System.Security/ChangeLog
index d85f5855734..698b73e65da 100644
--- a/mcs/class/corlib/System.Security/ChangeLog
+++ b/mcs/class/corlib/System.Security/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-20 Mark Probst <mark.probst@gmail.com>
+
+ * SecurityManager.cs: Added two methods needed for CoreCLR
+ security.
+
2007-08-08 Atsushi Enomoto <atsushi@ximian.com>
* SecureString.cs : commenting out internal call. It somehow seems