Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc9e62d655651f32034731a7362aa5978eaa610d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>

	* AspNetHostingPermission.cs: marked serialiable, renamed field to 
	match MS.NET
	* AspNetHostingPermissionAttribute.cs: marked serializable, renamed
	field to match MS.NET

2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* AspNetHostingPermissionAttribute.cs: Accidentially set to wrong value

2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* AspNetHostingPermissionAttribute.cs: Added missing AttributeUsageAttribute

2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ChangeLog: Added
	* AspNetHostingPermissionLevel.cs: Added and implemented
	* AspNetHostingPermissionAttribute.cs: Added and partially implemented
	* AspNetHostingPermission.cs: Added and partially implemented