ChangeLog 2.4 KB

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