ChangeLog 2.8 KB

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