Copied remotely
[mono.git] / mcs / class / System / System.Web / ChangeLog
1 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AspNetHostingPermission.cs: Completed TODO.
4         * AspNetHostingPermissionAttribute.cs: Completed TODO and added enum
5         validation.
6
7 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
8
9         * AspNetHostingPermission.cs: marked serialiable, renamed field to 
10         match MS.NET
11         * AspNetHostingPermissionAttribute.cs: marked serializable, renamed
12         field to match MS.NET
13
14 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15
16         * AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value
17
18 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
19
20         * AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute
21
22 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
23
24         * ChangeLog: Added
25         * AspNetHostingPermissionLevel.cs: Added and implemented
26         * AspNetHostingPermissionAttribute.cs: Added and partially implemented
27         * AspNetHostingPermission.cs: Added and partially implemented