ChangeLog 2.8 KB

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