ChangeLog 2.2 KB

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