| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 2004-09-02 Tim Coleman <[email protected]>
- * System.Security.dll.sources:
- Add new System.Security.Cryptography.Xml classes
- 2004-07-09 Sebastien Pouliot <[email protected]>
- * System.Security_test.dll.sources: Fixed unit tests to work with Fx
- 2.0 beta 1.
- 2004-07-08 Sebastien Pouliot <[email protected]>
- * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
- 2004-07-07 Sebastien Pouliot <[email protected]>
- * Makefile: Added a reference to Mono.Security because we'll require
- many class from it for the NET_2_0 profile - but it would be better
- not to have the dependency for NET_1_1.
- * System.Security.dll.sources: Added a lot of existing classes (from
- 1.2 documentation) that were never compiled.
- * System.Security_test.dll.sources: Added a lot of existing tests
- (from 1.2 documentation) that were never compiled.
- 2004-03-26 Sebastien Pouliot <[email protected]>
- * System.Security.dll.sources: Added internal class Manifest.
- 2004-03-26 Atsushi Enomoto <[email protected]>
- * System.Security_test.dll.sources :
- Added XmlDsigEnvelopedSignatureTest.cs.
- 2004-03-22 Sebastien Pouliot <[email protected]>
- * Makefile: Added /nowarn to cleanup display when building.
- 2004-03-16 Atsushi Enomoto <[email protected]>
- * System.Security.dll.sources: added XmlDsigNodeList.cs
- 2004-02-19 Tim Coleman <[email protected]>
- * System.Security.dll.sources: Add new
- System.Security.Cryptography.Xml.SymmetricKeyWrap
- 2004-02-11 Sebastien Pouliot <[email protected]>
- * System.Security_test.dll.sources: Added unit tests for
- XmlDsigXPathTransform.
- 2004-02-10 Tim Coleman <[email protected]>
- * System.Security.dll.sources: Add new
- System.Security.Cryptography.Xml classes.
- 2004-02-07 Tim Coleman <[email protected]>
- * System.Security.dll.sources: Add new
- System.Security.Cryptography.Xml classes.
- 2004-01-11 Sebastien Pouliot <[email protected]>
- * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
- 2003-07-24 Sebastien Pouliot <[email protected]>
- * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
- from Aleksey Sanin.
- 2003-03-04 Sebastien Pouliot <[email protected]>
- * System.Security.build: Added a new output System.Security_cmp.dll
- which links with mscorlib. This version is to be used to generate
- the class status web page (required for CorCompare).
- 2003-03-03 Sebastien Pouliot <[email protected]>
- * System.Security.build: Updated build file to stop linking with
- MS assemblies (and like with Mono's corlib instead).
- 2003-03-02 Sebastien Pouliot <[email protected]>
- * list.unix: Added XmlSignature.cs.
- 2003-01-17 Sebastien Pouliot <[email protected]>
- * System.Security.build: Simplified and fixed some issues.
- 2002-11-28 Sebastien Pouliot <[email protected]>
- * System.Security.build: New. Nant build file for Windows.
|