ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  2. * ApplicationHost.cs:
  3. * SimpleWorkerRequest.cs: workaround for bug #31245.
  4. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  5. * ApplicationHost.cs: little fixes.
  6. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  7. * ApplicationHost.cs: use Assembly instead of Module.
  8. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  9. * AppDomainFactory.cs: implemented.
  10. * ApplicationHost.cs: implemented.
  11. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  12. fully implemented.
  13. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  14. * AppDomainFactory.cs:
  15. * IAppDomainFactory.cs:
  16. * IISAPIRuntime.cs:
  17. * ISAPIRuntime.cs: make them compile.
  18. 2002-04-10 Patrik Torstensson <[email protected]>
  19. * ApplicationHost.cs: Test implementation to support testing.
  20. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  21. 2001-08-30 Bob Smith <[email protected]>
  22. * AppDomainFactory.cs: Stubbed.
  23. * ApplicationHost.cs: Stubbed.
  24. * IAppDomainFactory.cs: Stubbed.
  25. * IISAPIRuntime.cs: Stubbed.
  26. * ISAPIRuntime.cs: Implemented.
  27. * SimpleWorkerRequest.cs: Implemented.