ChangeLog 2.1 KB

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