2
0

ChangeLog 1.8 KB

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