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