ChangeLog 2.5 KB

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