ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 2005-01-19 Sebastien Pouliot <[email protected]>
  2. * AspNetHostingPermission.cs: Reverted last patch as this was fixed in
  3. Fx 1.1 SP1 so we better have this "fixed" behaviour too.
  4. 2005-01-19 Sebastien Pouliot <[email protected]>
  5. * AspNetHostingPermission.cs: Fixed Intersect(null) which has a
  6. different behaviour in NET_1_1 (return copy of self) than in NET_2_0
  7. (return null).
  8. 2004-09-10 Sebastien Pouliot <[email protected]>
  9. * AspNetHostingPermission.cs: Completed TODO.
  10. * AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
  11. validation.
  12. 2004-06-16 Gert Driesen <[email protected]>
  13. * AspNetHostingPermission.cs: marked serialiable, renamed field to
  14. match MS.NET
  15. * AspNetHostingPermissionAttribute.cs: marked serializable, renamed
  16. field to match MS.NET
  17. 2003-11-13 Andreas Nahr <[email protected]>
  18. * AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value
  19. 2003-11-13 Andreas Nahr <[email protected]>
  20. * AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
  21. 2003-11-12 Andreas Nahr <[email protected]>
  22. * ChangeLog: Added
  23. * AspNetHostingPermissionLevel.cs: Added and implemented
  24. * AspNetHostingPermissionAttribute.cs: Added and partially implemented
  25. * AspNetHostingPermission.cs: Added and partially implemented