ChangeLog 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  2. * AssemblyResourceLoader.cs: Use a special name when encoding a resource
  3. from the System.Web assembly.
  4. 2004-10-06 Gonzalo Paniagua Javier <[email protected]>
  5. * TraceHandler.cs: error code is 403 and the message different when
  6. trace is enabled but not for remote clients.
  7. 2004-07-02 Gonzalo Paniagua Javier <[email protected]>
  8. * TraceHandler.cs: check that trace is enabled or throw.
  9. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  10. * TraceHandler.cs: Added protected missing members and attributes.
  11. 2004-01-10 Jackson Harper <[email protected]>
  12. * TraceHandler.cs: Obey localOnly attribute.
  13. 2004-01-10 Jackson Harper <[email protected]>
  14. * TraceHandler.cs: Implement.
  15. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  16. * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
  17. filed a bug report.
  18. 2003-11-04 Jackson Harper <[email protected]>
  19. * AssemblyResourceLoader.cs: No method body for v1. This fixes the
  20. build.
  21. 2003-11-04 Ben Maurer <[email protected]>
  22. * AssemblyResourceLoader.cs: New file. New v2 handler.
  23. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  24. * ChangeLog: New file.
  25. * TraceHandler.cs: stubbed out. This should generate the trace page
  26. when tracing is enabled.