ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 2005-11-08 Sebastien Pouliot <[email protected]>
  2. * AspNetHostingPermissionLevel.cs: The enum is [Serializable] in 2.0.
  3. 2005-09-22 Sebastien Pouliot <[email protected]>
  4. * AspNetHostingPermission.cs: Add "Unrestricted=true" in 2.0 (it was
  5. fixed in 2.0 RC). Don't use Enum.IsDefined to check enum validity.
  6. * AspNetHostingPermissionAttribute.cs: Don't use Enum.IsDefined to
  7. check enum validity.
  8. 2005-01-19 Sebastien Pouliot <[email protected]>
  9. * AspNetHostingPermission.cs: Reverted last patch as this was fixed in
  10. Fx 1.1 SP1 so we better have this "fixed" behaviour too.
  11. 2005-01-19 Sebastien Pouliot <[email protected]>
  12. * AspNetHostingPermission.cs: Fixed Intersect(null) which has a
  13. different behaviour in NET_1_1 (return copy of self) than in NET_2_0
  14. (return null).
  15. 2004-09-10 Sebastien Pouliot <[email protected]>
  16. * AspNetHostingPermission.cs: Completed TODO.
  17. * AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
  18. validation.
  19. 2004-06-16 Gert Driesen <[email protected]>
  20. * AspNetHostingPermission.cs: marked serialiable, renamed field to
  21. match MS.NET
  22. * AspNetHostingPermissionAttribute.cs: marked serializable, renamed
  23. field to match MS.NET
  24. 2003-11-13 Andreas Nahr <[email protected]>
  25. * AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value
  26. 2003-11-13 Andreas Nahr <[email protected]>
  27. * AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
  28. 2003-11-12 Andreas Nahr <[email protected]>
  29. * ChangeLog: Added
  30. * AspNetHostingPermissionLevel.cs: Added and implemented
  31. * AspNetHostingPermissionAttribute.cs: Added and partially implemented
  32. * AspNetHostingPermission.cs: Added and partially implemented