ChangeLog 1.7 KB

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