ChangeLog 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 2004-07-08 Sebastien Pouliot <[email protected]>
  2. * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
  3. 2004-07-07 Sebastien Pouliot <[email protected]>
  4. * Makefile: Added a reference to Mono.Security because we'll require
  5. many class from it for the NET_2_0 profile - but it would be better
  6. not to have the dependency for NET_1_1.
  7. * System.Security.dll.sources: Added a lot of existing classes (from
  8. 1.2 documentation) that were never compiled.
  9. * System.Security_test.dll.sources: Added a lot of existing tests
  10. (from 1.2 documentation) that were never compiled.
  11. 2004-03-26 Sebastien Pouliot <[email protected]>
  12. * System.Security.dll.sources: Added internal class Manifest.
  13. 2004-03-26 Atsushi Enomoto <[email protected]>
  14. * System.Security_test.dll.sources :
  15. Added XmlDsigEnvelopedSignatureTest.cs.
  16. 2004-03-22 Sebastien Pouliot <[email protected]>
  17. * Makefile: Added /nowarn to cleanup display when building.
  18. 2004-03-16 Atsushi Enomoto <[email protected]>
  19. * System.Security.dll.sources: added XmlDsigNodeList.cs
  20. 2004-02-19 Tim Coleman <[email protected]>
  21. * System.Security.dll.sources: Add new
  22. System.Security.Cryptography.Xml.SymmetricKeyWrap
  23. 2004-02-11 Sebastien Pouliot <[email protected]>
  24. * System.Security_test.dll.sources: Added unit tests for
  25. XmlDsigXPathTransform.
  26. 2004-02-10 Tim Coleman <[email protected]>
  27. * System.Security.dll.sources: Add new
  28. System.Security.Cryptography.Xml classes.
  29. 2004-02-07 Tim Coleman <[email protected]>
  30. * System.Security.dll.sources: Add new
  31. System.Security.Cryptography.Xml classes.
  32. 2004-01-11 Sebastien Pouliot <[email protected]>
  33. * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
  34. 2003-07-24 Sebastien Pouliot <[email protected]>
  35. * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
  36. from Aleksey Sanin.
  37. 2003-03-04 Sebastien Pouliot <[email protected]>
  38. * System.Security.build: Added a new output System.Security_cmp.dll
  39. which links with mscorlib. This version is to be used to generate
  40. the class status web page (required for CorCompare).
  41. 2003-03-03 Sebastien Pouliot <[email protected]>
  42. * System.Security.build: Updated build file to stop linking with
  43. MS assemblies (and like with Mono's corlib instead).
  44. 2003-03-02 Sebastien Pouliot <[email protected]>
  45. * list.unix: Added XmlSignature.cs.
  46. 2003-01-17 Sebastien Pouliot <[email protected]>
  47. * System.Security.build: Simplified and fixed some issues.
  48. 2002-11-28 Sebastien Pouliot <[email protected]>
  49. * System.Security.build: New. Nant build file for Windows.