* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / System.Web / System.Web.Handlers / ChangeLog
1 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AssemblyResourceLoader.cs: Class is sealed in 2.0.
4         * TraceHandler.cs: Added security permissions on class (LinkDemand and
5         InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
6         UnmanagedCode). Stubbed new protected methods for 2.0.
7
8 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
9
10         * AssemblyResourceLoader.cs: Use a special name when encoding a resource
11         from the System.Web assembly.
12
13 2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14
15         * TraceHandler.cs: error code is 403 and the message different when
16         trace is enabled but not for remote clients.
17
18 2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * TraceHandler.cs: check that trace is enabled or throw.
21
22 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * TraceHandler.cs: Added protected missing members and attributes.
25
26 2004-01-10  Jackson Harper <jackson@ximian.com>
27
28         * TraceHandler.cs: Obey localOnly attribute.
29         
30 2004-01-10  Jackson Harper <jackson@ximian.com>
31
32         * TraceHandler.cs: Implement.
33         
34 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
37         filed a bug report.
38
39 2003-11-04 Jackson Harper <jackson@ximian.com>
40
41         * AssemblyResourceLoader.cs: No method body for v1. This fixes the
42         build.
43         
44 2003-11-04 Ben Maurer  <bmaurer@users.sourceforge.net>
45
46         * AssemblyResourceLoader.cs: New file. New v2 handler.
47
48 2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
49
50         * ChangeLog: New file.
51         * TraceHandler.cs: stubbed out. This should generate the trace page
52         when tracing is enabled.
53