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