15a5bb278de3481d10329755c4edf84b45e09006
[mono.git] / mcs / class / System / System.Web / ChangeLog
1 2005-11-08  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * AspNetHostingPermissionLevel.cs: The enum is [Serializable] in 2.0.
4
5 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com> 
6
7         * AspNetHostingPermission.cs: Add "Unrestricted=true" in 2.0 (it was 
8         fixed in 2.0 RC). Don't use Enum.IsDefined to check enum validity.
9         * AspNetHostingPermissionAttribute.cs: Don't use Enum.IsDefined to 
10         check enum validity.
11
12 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com> 
13  
14         * AspNetHostingPermission.cs: Reverted last patch as this was fixed in
15         Fx 1.1 SP1 so we better have this "fixed" behaviour too.
16
17 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * AspNetHostingPermission.cs: Fixed Intersect(null) which has a 
20         different behaviour in NET_1_1 (return copy of self) than in NET_2_0
21         (return null).
22
23 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * AspNetHostingPermission.cs: Completed TODO.
26         * AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
27         validation.
28
29 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
30
31         * AspNetHostingPermission.cs: marked serialiable, renamed field to 
32         match MS.NET
33         * AspNetHostingPermissionAttribute.cs: marked serializable, renamed
34         field to match MS.NET
35
36 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
37
38         * AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value
39
40 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
41
42         * AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
43
44 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
45
46         * ChangeLog: Added
47         * AspNetHostingPermissionLevel.cs: Added and implemented
48         * AspNetHostingPermissionAttribute.cs: Added and partially implemented
49         * AspNetHostingPermission.cs: Added and partially implemented