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

ChangeLog « System.Web.Handlers « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50459bd902401624413ba99908bb3a10a607793c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TraceHandler.cs: check that trace is enabled or throw.

2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TraceHandler.cs: Added protected missing members and attributes.

2004-01-10  Jackson Harper <jackson@ximian.com>

	* TraceHandler.cs: Obey localOnly attribute.
	
2004-01-10  Jackson Harper <jackson@ximian.com>

	* TraceHandler.cs: Implement.
	
2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
	filed a bug report.

2003-11-04 Jackson Harper <jackson@ximian.com>

	* AssemblyResourceLoader.cs: No method body for v1. This fixes the
	build.
	
2003-11-04 Ben Maurer  <bmaurer@users.sourceforge.net>

	* AssemblyResourceLoader.cs: New file. New v2 handler.

2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ChangeLog: New file.
	* TraceHandler.cs: stubbed out. This should generate the trace page
	when tracing is enabled.