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 (189 lines) | stat: -rw-r--r-- 5,933 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>

	* WebServicesSection.cs : r87621 has changed WebConfigurationManager
	  to not read web.config, which caused couple of configuration
	  regressions. So enable ConfigurationManager again.

2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>

	* WebServicesSection.cs : reverted r83640 which likely caused
	  couple of NUnit regressions on the buildbot. WebConfigurationManager
	  is indeed needed since webServices section is on web.config.
	  ChangeLog was also missing which resulted in some wasted hours :(
	  http://lists.ximian.com/pipermail/mono-patches/2007-August/098511.html

2007-01-29  Atsushi Enomoto  <atsushi@ximian.com>

	* SoapExtensionTypeElement.cs : use null for default Type value.

2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>

	* TypeTypeConverter.cs :
	  New internal stuff, TypeConverter for a type name.
	* SoapExtensionTypeElement.cs :
	  For Type property, use above. Part of #80619 fix.

2006-12-14  Atsushi Enomoto  <atsushi@ximian.com>

	* SoapExtensionTypeElement.cs : another config property fix.

2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>

	* WebServicesSection.cs : internal Instance -> public Current.
	* SoapExtensionTypeElement.cs, SoapEnvelopeProcessingElement.cs,
	  ProtocolElement.cs : fixed some property default values.

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

	* SoapEnvelopeProcessingElement.cs: fix dumper output.

	* SoapExtensionTypeElement.cs: same.

	* ProtocolElement.cs: same.

	* WsiProfilesElement.cs: same.

	* WebServicesSection.cs: same.

2006-01-06  Raja R Harinath  <rharinath@novell.com>

	* TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
	* SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]:
	Likewise.

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

	* ProtocolElementCollection.cs,
	SoapExtensionTypeElementCollection.cs,
	WsiProfilesElementCollection.cs, TypeElementCollection.cs: Flesh
	out these classes.  Untested at the moment, but no more
	NotImplementedExceptions.
	
	* WebServicesSection.cs (Diagnostics): add TODO.

	* WsdlHelpGeneratorElement.cs: add TODO on DeserializeElement and
	Reset.

	* TypeElement.cs (.ctor): fill in the Type overload, and add a
	comment and TODO for the string overload.

	* DiagnosticsElement.cs: some cleanup.

	* SoapExtensionTypeElement.cs (GetKey): new internal method, used
	by SoapExtensionTypeElementCollection.

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

	* WebServicesSection.cs (EnabledProtocols): implement.

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

	* WebServiceProtocols.cs: use 1 << n instead of explicit numbers.

	* WebServicesSection.cs (Instance): new property to make it easier
	to port over the existing configuration code.
	(IsSupported): new method, same rationale.

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

	* DiagnosticsElement.cs: new implementation.
	
	* PriorityGroup.cs: new implementation.
	
	* ProtocolElementCollection.cs: new implementation.
	
	* ProtocolElement.cs: new implementation.
	
	* SoapEnvelopeProcessingElement.cs: new implementation.
	
	* SoapExtensionTypeElementCollection.cs: new implementation.
	
	* SoapExtensionTypeElement.cs: new implementation.
	
	* TypeElementCollection.cs: new implementation.
	
	* TypeElement.cs: new implementation.
	
	* WebServiceProtocols.cs: new implementation.
	
	* WebServicesSection.cs: new implementation.
	
	* WsdlHelpGeneratorElement.cs: new implementation.
	
	* WsiProfilesElementCollection.cs: new implementation.
	
	* WsiProfilesElement.cs: new implementation.
	
2005-08-15  Gert Driesen <drieseng@users.sourceforge.net>

	* XmlFormatExtensionPointAttribute.cs: AllowElements is true by 
	default.

2005-06-06  Kornél Pál <kornelpal@hotmail.com>

	* WebServicesConfigurationSectionHandler.cs: Added support for HttpPostLocalhost and HttpSoap12

2005-06-05 Konstantin Triger <kostat@mainsoft.com>

	* WebServicesConfigurationSectionHandler.cs: moving static fields to AppDomain in Java builds

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

	* WebServicesConfigurationSectionHandler.cs: removed unused variables

2004-02-05  Alon Gazit <along@mainsoft.com>

	* XmlFormatExtensionAttribute.cs:
	* XmlFormatExtensionPointAttribute.cs:
	* XmlFormatExtensionPrefixAttribute.cs: This attribute is inherited by
		derived classes.changed the AttributeUsage attribute.

2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
	
	* XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
	
2003-12-12  Lluis Sanchez Gual <lluis@ximian.com>
	
	* WebServicesConfigurationSectionHandler.cs: Removed TODO.

2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebServicesConfigurationSectionHandler.cs: keep the file name of the
	configuration file around for wsdlHelpGenerator.

2003-09-25  Lluis Sanchez Gual  <lluis@ximian.com>
	
	* WebServicesConfigurationSectionHandler.cs: added support for
	  soapExtensionReflectorTypes, soapExtensionImporterTypes and
	  serviceDescriptionFormatExtensionTypes.

2003-08-28  Lluis Sanchez Gual <lluis@ximian.com>

	* XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
	  was not set.

2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
	support.

2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebServicesConfigurationSectionHandler.cs: support remove/clear for
	<protocols>. Fixed IsSupported.

2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebServicesConfigurationSectionHandler.cs: singleton.

2003-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebServicesConfigurationSectionHandler.cs: New file that handles
	system.web/webServices section.

2002-07-21 Tim Coleman  <tim@timcoleman.com>
	* ChangeLog:
	* XmlFormatExtensionAttribute.cs:
	* XmlFormatExtensionPointAttribute.cs:
	* XmlFormatExtensionPrefixAttribute.cs:
		New files added