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