copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history...
[mono.git] / mcs / class / System.Web.Abstractions / System.Web / ChangeLog
1 2010-02-18  Marek Habersack  <mhabersack@novell.com>
2
3         * HttpFileCollectionWrapper.cs: Get (string) and this [string]
4         don't throw ArgumentNullException for non-existing entries. Fixes
5         bug #579241. Patch from Peter Johanson <peter@peterjohanson.com>,
6         thanks!
7
8 2010-01-20  Marek Habersack  <mhabersack@novell.com>
9
10         * HttpContextBase.cs: implemented RemapHandler and
11         SetSessionStateBehavior 4.0 APIs.
12
13 2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
14
15         * HttpResponseWrapper.cs: removed a few TODO/NotImplemented.
16         Fixes bug #526297.
17
18 2009-06-16  Marek Habersack  <mhabersack@novell.com>
19
20         * Decorated all classes with the TypeForwardedFrom attribute for
21         the 4.0 profile.
22
23 2008-09-09  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * HttpApplicationStateBase.cs
26           HttpBrowserCapabilitiesBase.cs
27           HttpCachePolicyBase.cs
28           HttpContextBase.cs
29           HttpFileCollectionBase.cs
30           HttpPostedFileBase.cs
31           HttpRequestBase.cs
32           HttpResponseBase.cs
33           HttpServerUtilityBase.cs
34           HttpSessionStateBase.cs
35           HttpStaticObjectsCollectionBase.cs : they are just to throw NIE.
36         * HttpPostedFileWrapper.cs : lacked implementation.
37
38 2008-09-04  Atsushi Enomoto  <atsushi@ximian.com>
39
40         *.cs : initial checkin.