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>2005-01-05 18:42:50 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-01-05 18:42:50 +0300
commit6eec88875f98051b32ba2c4e8505bf381e5f4ca7 (patch)
treec3ff0d868d8910569e78cc21ba2bc16c64de3f53 /mcs/class/System.Security/ChangeLog
parent26e58c9988bca93b737eaae1f7e923404fb4ace2 (diff)
2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Don't ignore the CS0119 warnings (private field not used) when building the assembly (the code is already clean for this). * System.Security.dll.sources: Add DataProtectionPermission, Attribute and Flags to the assembly (moved from corlib). * System.Security_test.dll.sources: Add DataProtectionPermission Attribute unit tests (moved from corlib unit tests). svn path=/trunk/mcs/; revision=38362
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 5e5ae81ba8f..c4f656fe6c4 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Makefile: Don't ignore the CS0119 warnings (private field not used)
+ when building the assembly (the code is already clean for this).
+ * System.Security.dll.sources: Add DataProtectionPermission, Attribute
+ and Flags to the assembly (moved from corlib).
+ * System.Security_test.dll.sources: Add DataProtectionPermission
+ Attribute unit tests (moved from corlib unit tests).
+
2004-12-23 Sebastien Pouliot <sebastien@ximian.com>
* System.Security.dll.sources: Added System.Security.Cryptography/