File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (111 lines) | stat: -rw-r--r-- 4,125 bytes parent folder | download | duplicates (6)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>

	* IClrObjectFactory.cs : 2.0 API fixes.

2006-05-31  Sebastien Pouliot  <sebastien@ximian.com>

	* ClrObjectFactory.cs: Fix the build from untested changes.

2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>

	* ComManagedImportUtil.cs: Do not mark instance methods virtual. Fixes
	API signature mismatches.
	* ClrObjectFactory.cs: Do not mark methods virtual. Fixes API signature
	mismatches.
	* Publish.cs: Do not mark instance methods virtual. Fixes API signature
	mismatches.

2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>

	* AppDomainHelper.cs: Set eol-style to native.
	* AssemblyLocator.cs: Set eol-style to native.
	* ClientRemotingConfig.cs: Set eol-style to native.
	* ClrObjectFactory.cs: Set eol-style to native.
	* ComManagedImportUtil.cs: Set eol-style to native.
	* ComSoapPublishError.cs: Set eol-style to native.
	* GenerateMetadata.cs: Set eol-style to native.
	* IClrObjectFactory.cs: Set eol-style to native.
	* IComManagedImportUtil.cs: Set eol-style to native.
	* IComSoapIISVRoot.cs: Set eol-style to native.
	* IComSoapMetadata.cs: Set eol-style to native.
	* IComSoapPublisher.cs: Set eol-style to native.
	* IISVirtualRoot.cs: Set eol-style to native.
	* IServerWebConfig.cs: Set eol-style to native.
	* ISoapClientImport.cs: Set eol-style to native.
	* ISoapServerTlb.cs: Set eol-style to native.
	* ISoapServerVRoot.cs: Set eol-style to native.
	* ISoapUtility.cs: Set eol-style to native.
	* Publish.cs: Set eol-style to native.
	* ServerWebConfig.cs: Set eol-style to native.
	* SoapClientImport.cs: Set eol-style to native.
	* SoapServerTlb.cs: Set eol-style to native.
	* SoapServerVRoot.cs: Set eol-style to native.
	* SoapUtility.cs: Set eol-style to native.

2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>

	* IComManagedImportUtil.cs: added missing marshalling attributes
	* IComSoapIISVRoot.cs: added missing marshalling attributes
	* IComSoapMetadata.cs: added missing marshalling attributes
	* IComSoapPublisher.cs: added missing marshalling attributes
	* IServerWebConfig.cs: added missing marshalling attributes
	* ISoapClientImport.cs: added missing marshalling attributes
	* ISoapServerTlb.cs: added missing marshalling attributes
	* ISoapServerVRoot.cs: added missing marshalling attributes
	* ISoapUtility.cs: added missing marshalling attributes

2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>

	* IClrObjectFactory.cs: added missing DispId attributes
	* IComManagedImportUtil.cs: added missing DispId attributes
	* IComSoapIISVRoot.cs: added missing DispId attributes
	* IComSoapMetadata.cs: added missing DispId attributes
	* IComSoapPublisher.cs: added missing DispId attributes
	* IServerWebConfig.cs: added missing DispId attributes
	* ISoapClientImport.cs: added missing DispId attributes
	* ISoapServerTlb.cs: added missing DispId attributes
	* ISoapServerVRoot.cs: added missing DispId attributes
	* ISoapUtility.cs: added missing DispId attributes

2004-05-14  Mike Kestner  <mkestner@ximian.com>

	* ClientRemotingConfig.cs : stub
	* ComSoapPublishError.cs : stub
	* GenerateMetadata.cs : stub
	* IComSoapIISVRoot.cs : impl
	* IComSoapMetadata.cs : impl
	* IISVirtualRoot.cs : impl
	* IServerWebConfig.cs : impl
	* ServerWebConfig.cs : stub

2004-05-13  Mike Kestner  <mkestner@ximian.com>

	* SoapClientImportUtil.cs : add a TODO
	* SoapServerTlb.cs : stub
	* SoapServerVRoot.cs : stub
	* SoapUtility.cs : stub

2004-05-13: Mike Kestner  <mkestner@ximian.com>

	* AppDomainHelper.cs : stub
	* AssemblyLocator.cs : stub
	* ClrObjectFactory.cs : stub
	* ComManagedImportUtil.cs : stub
	* Publish.cs : stub
	* SoapClientImport.cs : stub

2004-05-13: Mike Kestner  <mkestner@ximian.com>

	* IClrObjectFactory.cs : add guid.
	* IComManagedImportUtil.cs : add guid.
	* IComSoapPublisher.cs : add guid.
	* ISoapClientImport.cs : impl.
	* ISoapServerTlb.cs : impl.
	* ISoapServerVRoot.cs : impl.
	* ISoapUtility.cs : impl.

2002-11-20: Alejandro Sánchez Acosta  <raciel@es.gnu.org>

	* IClrObjectFactory.cs added.
	* IComManagedImportUtil.cs added.
	* IComSoapPublisher.cs added.