File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (70 lines) | stat: -rw-r--r-- 2,246 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TraceHandler.cs: class status fixes.

2006-01-26  Chris Toshok  <toshok@ximian.com>

	* AssemblyResourceLoader.cs (GetResourceUrl): if the assembly
	corresponds to an on-disk file, append the last write time to the
	url so we can enable client side caching.
	(ProcessRequest): tell the client to cache the url for 1 year, and
	have it vary by 'r' (resource name) and 't' (assembly timestamp).

2006-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* TraceHandler.cs: when clearing trace data, remove 'clear=1' from the
	query string. Fixes bug #77072.

2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyResourceLoader.cs: Class is sealed in 2.0.
	* TraceHandler.cs: Added security permissions on class (LinkDemand and
	InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
	UnmanagedCode). Stubbed new protected methods for 2.0.

2004-11-18  Lluis Sanchez Gual <lluis@novell.com>

	* AssemblyResourceLoader.cs: Use a special name when encoding a resource
	from the System.Web assembly.

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

	* TraceHandler.cs: error code is 403 and the message different when
	trace is enabled but not for remote clients.

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.