ChangeLog 967 B

123456789101112131415161718192021222324252627
  1. 2004-09-10 Sebastien Pouliot <[email protected]>
  2. * AspNetHostingPermission.cs: Completed TODO.
  3. * AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
  4. validation.
  5. 2004-06-16 Gert Driesen <[email protected]>
  6. * AspNetHostingPermission.cs: marked serialiable, renamed field to
  7. match MS.NET
  8. * AspNetHostingPermissionAttribute.cs: marked serializable, renamed
  9. field to match MS.NET
  10. 2003-11-13 Andreas Nahr <[email protected]>
  11. * AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value
  12. 2003-11-13 Andreas Nahr <[email protected]>
  13. * AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
  14. 2003-11-12 Andreas Nahr <[email protected]>
  15. * ChangeLog: Added
  16. * AspNetHostingPermissionLevel.cs: Added and implemented
  17. * AspNetHostingPermissionAttribute.cs: Added and partially implemented
  18. * AspNetHostingPermission.cs: Added and partially implemented