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>2004-12-23 16:50:47 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-12-23 16:50:47 +0300
commitbbc7ffba3919fd54a6262ff1ef960ba4ad65789b (patch)
tree447b86750a17bc34fa98e3e6ea67ea147d348ba6 /mcs/class/System.Security/ChangeLog
parent3e5e30a790b1b9182175d71d91b01f09aad4a979 (diff)
parent183e72bc2b8284dbaba7db6579da8df0f29395c2 (diff)
2004-12-23 Sebastien Pouliot <sebastien@ximian.com>
* System.Security.dll.sources: Added System.Security.Cryptography/ ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and MemoryProtectionScope.cs as they been moved from mscorlib to here. * System.Security_test.dll.sources : Added Test/System.Security. Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason. svn path=/trunk/mcs/; revision=38060
Diffstat (limited to 'mcs/class/System.Security/ChangeLog')
-rw-r--r--mcs/class/System.Security/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog
index af39e934f88..5e5ae81ba8f 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-23 Sebastien Pouliot <sebastien@ximian.com>
+
+ * System.Security.dll.sources: Added System.Security.Cryptography/
+ ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
+ MemoryProtectionScope.cs as they been moved from mscorlib to here.
+ * System.Security_test.dll.sources : Added Test/System.Security.
+ Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the
+ same reason.
+
2004-09-04 Tim Coleman <tim@timcoleman.com>
* System.Security.dll.sources:
Add new System.Security.Cryptography.Pkcs classes.