2010-01-20 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / System.Web.Abstractions / System.Web / ChangeLog
1 2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * HttpResponseWrapper.cs: removed a few TODO/NotImplemented.
4         Fixes bug #526297.
5
6 2009-06-16  Marek Habersack  <mhabersack@novell.com>
7
8         * Decorated all classes with the TypeForwardedFrom attribute for
9         the 4.0 profile.
10
11 2008-09-09  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * HttpApplicationStateBase.cs
14           HttpBrowserCapabilitiesBase.cs
15           HttpCachePolicyBase.cs
16           HttpContextBase.cs
17           HttpFileCollectionBase.cs
18           HttpPostedFileBase.cs
19           HttpRequestBase.cs
20           HttpResponseBase.cs
21           HttpServerUtilityBase.cs
22           HttpSessionStateBase.cs
23           HttpStaticObjectsCollectionBase.cs : they are just to throw NIE.
24         * HttpPostedFileWrapper.cs : lacked implementation.
25
26 2008-09-04  Atsushi Enomoto  <atsushi@ximian.com>
27
28         *.cs : initial checkin.