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 (107 lines) | stat: -rw-r--r-- 4,032 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
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
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.