reduce warnings when compiling unit tests
[mono.git] / mcs / class / System.Security / ChangeLog
1 2005-04-04  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
4
5 2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * System.Security.dll.sources: Added System.Security.Cryptography.
8         X509Certificates/X509EnhancedKeyUsageExtension.cs and 
9         X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
10         * System.Security_test.dll.sources: Added System.Security.Cryptography
11         .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
12         Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
13         X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, 
14         X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
15         to the unit test assembly.
16
17 2005-01-06  Raja R Harinath  <rharinath@novell.com>
18
19         * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
20         only in the NET 2.0 profile.  See 2004-07-07 entry.
21
22 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * Makefile: Don't ignore the CS0119 warnings (private field not used) 
25         when building the assembly (the code is already clean for this).
26         * System.Security.dll.sources: Add DataProtectionPermission, Attribute
27         and Flags to the assembly (moved from corlib).
28         * System.Security_test.dll.sources: Add DataProtectionPermission
29         Attribute unit tests (moved from corlib unit tests).
30
31 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * System.Security.dll.sources: Added System.Security.Cryptography/
34         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
35         MemoryProtectionScope.cs as they been moved from mscorlib to here.
36         * System.Security_test.dll.sources : Added Test/System.Security.
37         Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the 
38         same reason.
39
40 2004-09-04  Tim Coleman <tim@timcoleman.com>
41         * System.Security.dll.sources:
42                 Add new System.Security.Cryptography.Pkcs classes.
43
44 2004-09-03  Tim Coleman <tim@timcoleman.com>
45         * System.Security.dll.sources: 
46                 Add new System.Security.Cryptography.X509Certificates classes
47
48 2004-09-02  Tim Coleman <tim@timcoleman.com>
49         * System.Security.dll.sources: 
50                 Add new System.Security.Cryptography.Xml classes
51
52 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * System.Security_test.dll.sources: Fixed unit tests to work with Fx 
55         2.0 beta 1.
56
57 2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
60
61 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
62
63         * Makefile: Added a reference to Mono.Security because we'll require
64         many class from it for the NET_2_0 profile - but it would be better
65         not to have the dependency for NET_1_1.
66         * System.Security.dll.sources: Added a lot of existing classes (from
67         1.2 documentation) that were never compiled.
68         * System.Security_test.dll.sources: Added a lot of existing tests 
69         (from 1.2 documentation) that were never compiled.
70
71 2004-03-26  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * System.Security.dll.sources: Added internal class Manifest.
74
75 2004-03-26  Atsushi Enomoto <atsushi@ximian.com>
76
77         * System.Security_test.dll.sources :
78           Added XmlDsigEnvelopedSignatureTest.cs.
79
80 2004-03-22  Sebastien Pouliot  <sebastien@ximian.com>
81
82         * Makefile: Added /nowarn to cleanup display when building.
83
84 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
85
86         * System.Security.dll.sources: added XmlDsigNodeList.cs
87
88 2004-02-19  Tim Coleman <tim@timcoleman.com>
89         * System.Security.dll.sources: Add new
90                 System.Security.Cryptography.Xml.SymmetricKeyWrap
91
92 2004-02-11  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * System.Security_test.dll.sources: Added unit tests for 
95         XmlDsigXPathTransform.
96
97 2004-02-10  Tim Coleman <tim@timcoleman.com>
98         * System.Security.dll.sources: Add new
99                 System.Security.Cryptography.Xml classes.
100
101 2004-02-07  Tim Coleman <tim@timcoleman.com>
102         * System.Security.dll.sources: Add new
103                 System.Security.Cryptography.Xml classes.
104
105 2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
106
107         * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
108
109 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
110
111         * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
112         from Aleksey Sanin.
113
114 2003-03-04  Sebastien Pouliot  <spouliot@videotron.ca>
115
116         * System.Security.build: Added a new output System.Security_cmp.dll
117         which links with mscorlib. This version is to be used to generate
118         the class status web page (required for CorCompare).
119
120 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
121
122         * System.Security.build: Updated build file to stop linking with
123         MS assemblies (and like with Mono's corlib instead).
124
125 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
126
127         * list.unix: Added XmlSignature.cs.
128
129 2003-01-17  Sebastien Pouliot  <spouliot@videotron.ca>
130
131         * System.Security.build: Simplified and fixed some issues.
132
133 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
134
135         * System.Security.build: New. Nant build file for Windows.