ChangeLog 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 2005-09-02 Sebastien Pouliot <[email protected]>
  2. * AssemblyResourceLoader.cs: Class is sealed in 2.0.
  3. * TraceHandler.cs: Added security permissions on class (LinkDemand and
  4. InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
  5. UnmanagedCode). Stubbed new protected methods for 2.0.
  6. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  7. * AssemblyResourceLoader.cs: Use a special name when encoding a resource
  8. from the System.Web assembly.
  9. 2004-10-06 Gonzalo Paniagua Javier <[email protected]>
  10. * TraceHandler.cs: error code is 403 and the message different when
  11. trace is enabled but not for remote clients.
  12. 2004-07-02 Gonzalo Paniagua Javier <[email protected]>
  13. * TraceHandler.cs: check that trace is enabled or throw.
  14. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  15. * TraceHandler.cs: Added protected missing members and attributes.
  16. 2004-01-10 Jackson Harper <[email protected]>
  17. * TraceHandler.cs: Obey localOnly attribute.
  18. 2004-01-10 Jackson Harper <[email protected]>
  19. * TraceHandler.cs: Implement.
  20. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  21. * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
  22. filed a bug report.
  23. 2003-11-04 Jackson Harper <[email protected]>
  24. * AssemblyResourceLoader.cs: No method body for v1. This fixes the
  25. build.
  26. 2003-11-04 Ben Maurer <[email protected]>
  27. * AssemblyResourceLoader.cs: New file. New v2 handler.
  28. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  29. * ChangeLog: New file.
  30. * TraceHandler.cs: stubbed out. This should generate the trace page
  31. when tracing is enabled.