ChangeLog 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2004-03-26 Sebastien Pouliot <[email protected]>
  2. * System.Security.dll.sources: Added internal class Manifest.
  3. 2004-03-26 Atsushi Enomoto <[email protected]>
  4. * System.Security_test.dll.sources :
  5. Added XmlDsigEnvelopedSignatureTest.cs.
  6. 2004-03-22 Sebastien Pouliot <[email protected]>
  7. * Makefile: Added /nowarn to cleanup display when building.
  8. 2004-03-16 Atsushi Enomoto <[email protected]>
  9. * System.Security.dll.sources: added XmlDsigNodeList.cs
  10. 2004-02-19 Tim Coleman <[email protected]>
  11. * System.Security.dll.sources: Add new
  12. System.Security.Cryptography.Xml.SymmetricKeyWrap
  13. 2004-02-11 Sebastien Pouliot <[email protected]>
  14. * System.Security_test.dll.sources: Added unit tests for
  15. XmlDsigXPathTransform.
  16. 2004-02-10 Tim Coleman <[email protected]>
  17. * System.Security.dll.sources: Add new
  18. System.Security.Cryptography.Xml classes.
  19. 2004-02-07 Tim Coleman <[email protected]>
  20. * System.Security.dll.sources: Add new
  21. System.Security.Cryptography.Xml classes.
  22. 2004-01-11 Sebastien Pouliot <[email protected]>
  23. * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
  24. 2003-07-24 Sebastien Pouliot <[email protected]>
  25. * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
  26. from Aleksey Sanin.
  27. 2003-03-04 Sebastien Pouliot <[email protected]>
  28. * System.Security.build: Added a new output System.Security_cmp.dll
  29. which links with mscorlib. This version is to be used to generate
  30. the class status web page (required for CorCompare).
  31. 2003-03-03 Sebastien Pouliot <[email protected]>
  32. * System.Security.build: Updated build file to stop linking with
  33. MS assemblies (and like with Mono's corlib instead).
  34. 2003-03-02 Sebastien Pouliot <[email protected]>
  35. * list.unix: Added XmlSignature.cs.
  36. 2003-01-17 Sebastien Pouliot <[email protected]>
  37. * System.Security.build: Simplified and fixed some issues.
  38. 2002-11-28 Sebastien Pouliot <[email protected]>
  39. * System.Security.build: New. Nant build file for Windows.