ChangeLog 937 B

123456789101112131415161718192021222324252627282930313233
  1. 2010-01-20 Marek Habersack <[email protected]>
  2. * HttpContextBase.cs: implemented RemapHandler and
  3. SetSessionStateBehavior 4.0 APIs.
  4. 2009-07-30 Gonzalo Paniagua Javier <[email protected]>
  5. * HttpResponseWrapper.cs: removed a few TODO/NotImplemented.
  6. Fixes bug #526297.
  7. 2009-06-16 Marek Habersack <[email protected]>
  8. * Decorated all classes with the TypeForwardedFrom attribute for
  9. the 4.0 profile.
  10. 2008-09-09 Atsushi Enomoto <[email protected]>
  11. * HttpApplicationStateBase.cs
  12. HttpBrowserCapabilitiesBase.cs
  13. HttpCachePolicyBase.cs
  14. HttpContextBase.cs
  15. HttpFileCollectionBase.cs
  16. HttpPostedFileBase.cs
  17. HttpRequestBase.cs
  18. HttpResponseBase.cs
  19. HttpServerUtilityBase.cs
  20. HttpSessionStateBase.cs
  21. HttpStaticObjectsCollectionBase.cs : they are just to throw NIE.
  22. * HttpPostedFileWrapper.cs : lacked implementation.
  23. 2008-09-04 Atsushi Enomoto <[email protected]>
  24. *.cs : initial checkin.