ChangeLog 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 2002-06-10 Duncan Mak <[email protected]>
  2. * IEvidenceFactory.cs (Evidence): Added missing method.
  3. * SuppressUnmanagedCodeSecurityAttribute.cs:
  4. * UnverifiableCodeAttribute.cs: Added missing
  5. AttributeUsage attribute.
  6. 2002-06-05 Nick Drochak <[email protected]>
  7. * SecurityElement.cs: Fixed couple of hard to spot typos which were
  8. causing valid names and keys to be rejected.
  9. 2002-04-28 Lawrence Pit <[email protected]>
  10. * CodeAccessPermission.cs : implemented ToString method
  11. 2002-04-27 Lawrence Pit <[email protected]>
  12. * SecurityElement.cs: fixed bugs, implemented several methods
  13. 2002-03-12 Duncan Mak <[email protected]>
  14. * SecurityException.cs: Inherit from SystemException, not Exception.
  15. 2002-02-23 Nick Drochak <[email protected]>
  16. * SecurityElement.cs: fixed typo
  17. 2002-02-13 Dan Lewis <[email protected]>
  18. * NamedPermissionSet.cs: New file (stub)
  19. 2002-02-07 Duncan Mak <[email protected]>
  20. * SecurityException.cs: Reformatted to fit the form of other
  21. Exceptions. Added serialization bits.
  22. 2002-01-05 Ravi Pratap <[email protected]>
  23. * SecurityElement.cs : Insert MonoTODO attribute.
  24. 2002-01-02 Nick Drochak <[email protected]>
  25. * CodeAccessPermission.cs: Fix syntax error hidden by exclusion in .build file
  26. 2001-12-30 Nick Drochak <[email protected]>
  27. * PermissionSet.cs SecurityManager.cs: New Files
  28. * CodeAccessPermission.cs: Add Skeleton code
  29. * IPermission.cs: Make public and inherit from ISecurityEncodable
  30. * ISecurityEncodable.cs: Make interface public
  31. * ISecurityPolicyEncodable.cs: Ditto
  32. * IStackWalk.cs: Ditto
  33. 2001-12-29 Nick Drochak <[email protected]>
  34. * ISecurityPolicyEncodable.cs, PolicyLevelType.cs,
  35. SecurityZone.cs, SecurityException.cs, UnverifiableCodeAttribute.cs,
  36. SuppressUnmanagedCodeSecurityAttribute.cs,
  37. VerificationException.cs, XmlSyntaxException.cs: New files
  38. 2001-12-21 Miguel de Icaza <[email protected]>
  39. * SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
  40. IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.