2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Web.Services / ChangeLog
blobabdbdf6c32cca155a99bec035d5e97c0aa0a367a
1 2009-09-30  Miguel de Icaza  <miguel@novell.com>
3         * Call the constructors directly for MonoTouch, instead of using
4         the Activator.CreateInstance.
6         I do not see why we need Activator.CreateInstance *at all* in this
7         case, we should just kill that. 
9 2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
11         * System.Web.Services_test.dll.sources :
12           added WebServicesInteroperabilityTest.cs.
13         * Makefile: updated EXTRA_DISTFILES.
15 2007-11-22  Arina Itkes
17         * WebClientAsyncResult.cs, WebClientProtocol.cs: 
18           Synchronization fix
20 2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>
22         * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
24 2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
26         * System.Web.Services.dll.sources :
27           removed SoapClientMethod.cs (not in use).
28         * System.Web.Services_test.dll.sources :
29           added LogicalMethodInfoTest.cs.
31 2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
33         * System.Web.Services_test.dll.sources: added SoapServerType.cs.
35 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
37         * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.
39 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
41         * System.Web.Services_test.dll.sources:
42           Added ServiceDescriptionImporterTest.cs.
43         * Makefile : added test2.wsdl to EXTRA_DISTFILES.
45 2007-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
47         * System.Web.Services_test.dll.sources: added SocketResponder.cs and
48         SoapHttpClientProtocolTest.cs.
50 2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>
52         * System.Web.Services_test.dll.sources :
53           added ServiceDescriptionFormatExtensionCollectionTest.cs.
55 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
57         * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.
59 2006-11-30  Atsushi Enomoto  <atsushi@ximian.com>
61         * System.Web.Services.dll.sources :
62           added BasicProfileViolationEnumerator.cs.
64 2006-11-28  Atsushi Enomoto  <atsushi@ximian.com>
66         * System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer
67           files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs).
69 2006-11-16  Atsushi Enomoto  <atsushi@ximian.com>
71         * System.Web.Services.dll.sources : added/removed/replaced 2.0 server
72           protocol classes in S.W.S.Protocols.
74 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
76         * System.Web.Services_test.dll.sources : added WebReferenceTest.cs.
78 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
80         * System.Web.Services.dll.sources :
81           added WebReferenceOptionsSerializer.cs.
83 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
85         * System.Web.Services.dll.sources : added WebReferenceOptions.cs.
86         * System.Web.Services_test.dll.sources :
87           added WebReferenceOptionsTest.cs.
88         * Makefile: added web-reference.xsd to resources and dist files.
90 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
92         * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.
94 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
96         * Makefile : added *.wsdl to the build.
97           Added wsdl and genxs to EXTRA_DISTFILES.
99 2006-09-06  Vladimir Krasnov <vladimirk@mainsoft.com>
101         * System.Web.Services20.vmwcsproj: added
102         ServiceDescriptionSerializerBase2.cs for 2.0 
104 2006-09-05  Ankit Jain  <jankit@novell.com>
106         * System.Web.Services.dll.sources: Add
107         ServiceDescriptionSerializerBase2.cs
109 2006-06-16  Raja R Harinath  <rharinath@novell.com>
111         * Makefile (EXTRA_DISTFILES): New.
112         Add Test/System.Web.Services.Description/test.wsdl.
114 2006-06-08  Chris Toshok  <toshok@ximian.com>
116         * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
117         NET_2_0 implies this now.
119 2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
121         * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
122         and MonoTODOAttribute.cs
124 2006-03-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
126         * Added System.Web.Services.vmwcsproj, Grasshopper project file
128 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
130         * System.Web.Services_test.dll.sources: Added 
131         ServiceDescriptorReflectorTest.cs.
133 2006-01-09  Chris Toshok  <toshok@ximian.com>
135         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
136         CONFIGURATION_2_0 to use the new System.Configuration api.
138 2006-01-05  Chris Toshok  <toshok@ximian.com>
140         * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
141         configuration tests.  Just Element types for now.  Collections
142         coming soon.
144 2006-01-03  Chris Toshok  <toshok@ximian.com>
146         * System.Web.Services.dll.sources: add the 2.0 config classes.
148         * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
149         -r:System.Configuration.dll
151 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
153         * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs
155 2004-07-14  Lluis Sanchez Gual <lluis@ximian.com>
157         * System.Web.Services.dll.sources: Added new files:
158                 System.Web.Services.Description/BasicProfileChecker.cs
159                 System.Web.Services.Description/ConformanceChecker.cs
161 2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>
163         * System.Web.Services.dll.sources: Added new files:
164                 System.Web.Services.Description/BasicProfileViolation.cs
165                 System.Web.Services.Description/BasicProfileViolationCollection.cs
166                 System.Web.Services.Description/NamedItem.cs
167                 System.Web.Services.Description/Soap12AddressBinding.cs
168                 System.Web.Services.Description/Soap12Binding.cs
169                 System.Web.Services.Description/Soap12BodyBinding.cs
170                 System.Web.Services.Description/Soap12FaultBinding.cs
171                 System.Web.Services.Description/Soap12HeaderBinding.cs
172                 System.Web.Services.Description/Soap12OperationBinding.cs
173                 System.Web.Services.Description/WebReference.cs
174                 System.Web.Services.Description/WebReferenceCollection.cs
175                 System.Web.Services.Description/WebServicesInteroperability.cs
177 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
179         * System.Web.Services.dll.sources: Added 2.0 files:
180                 System.Web.Services/WsiClaims.cs
181                 System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
182                 System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
183                 System.Web.Services.Protocols/Soap12FaultCodes.cs
184                 System.Web.Services.Protocols/SoapFaultSubcode.cs
185                 System.Web.Services.Protocols/SoapProtocolVersion.cs
187 2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>
189         * System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
191 2003-10-10  Lluis Sanchez Gual <lluis@ximian.com>
193         * DiscoveryDocumentSerializer.cs: New file.
195 2003-10-06  Lluis Sanchez Gual <lluis@ximian.com>
197         * System.Web.Services.dll.sources: Added 
198                 System.Web.Services.Description/HttpGetProtocolImporter.cs
199                 System.Web.Services.Description/HttpPostProtocolImporter.cs
200                 System.Web.Services.Description/HttpSimpleProtocolImporter.cs
202 2003-10-04  Lluis Sanchez Gual  <lluis@ximian.com>
204         * System.Web.Services.dll.sources: Added 
205                 System.Web.Services.Description/HttpGetProtocolReflector.cs
206                 System.Web.Services.Description/HttpPostProtocolReflector.cs
207                 System.Web.Services.Description/HttpSimpleProtocolReflector.cs
209 2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>
211         * System.Web.Services.dll.sources: Added 
212                 System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
213                 System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
214                 System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
215                 System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
216                 System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
217                 System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
218                 System.Web.Services.Protocols/TypeStubManager.cs
220 2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>
222         * System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
224 2003-09-14  Lluis Sanchez Gual  <lluis@ximian.com>
226         * System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs 
227           ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs 
228           OperationMessageCollectionTest.cs OperationMessageTest.cs 
229           PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs 
230           ServiceDescriptionCollectionTest.cs 
231           SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
232           New test files by Erik LeBel.
233           
234 2003-08-01  Lluis Sanchez Gual  <lluis@ximian.com>
236         * System.Web.Services.dll.sources: Added ExtensionManager.cs, 
237           ServiceDescriptionSerializerBase.cs
239 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
241         * System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
243 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
245         * System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs
247 2003-07-04  Lluis Sanchez Gual  <lluis@ximian.com>
249         * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
250           System.Web.Services.Protocols.WebServiceHelper.cs.
252 2003-02-25  Dave Bettin <dave@opendotnet.com>
253         * Test: Modified test cases to conform to nunit2 guidelines
255 2002-08-24  Tim Coleman <tim@timcoleman.com>
256         * list:
257                 New files added to build.
259 2002-08-23  Tim Coleman <tim@timcoleman.com>
260         * list:
261                 New files added to build.
263 2002-08-07  Tim Coleman <tim@timcoleman.com>
264         * System.Web.Services.build:
265                 Added "test" target to build.
266                 Added "clean" target to build.
267         * Test:
268                 New test suites added.
270 2002-08-06  Tim Coleman <tim@timcoleman.com>
271         * list: Added System.Web.Services.Protocols/ServerProtocol.cs
273 2002-07-29  Dave Bettin <javabettin@yahoo.com>
274         * list: added new Discovery classes
275         * System.Web.Services.Discovery: added stubs
276         * .cvsignore: added
277         * Mono.System.Web.Services: added VS.net project for assembly
279 2002-07-25  Tim Coleman <tim@timcoleman.com>
280         * list: add new classes
282 2002-07-24  Tim Coleman <tim@timcoleman.com>
283         * list:
284                 Added System.Web.Services.Description/SoapProtocolReflector.cs
286 2002-07-22  Tim Coleman <tim@timcoleman.com>
287         * makefile.gnu:
288         * list:
289                 Modifications to make this library buildable on
290                 linux.
291                 
293 2002-07-22  Tim Coleman <tim@timcoleman.com>
294         * list: Added new files from System.Web.Services.Protocols
295                 and System.Web.Services.Configuration
297 2002-07-19  Tim Coleman <tim@timcoleman.com>
298         * list: Added
300 2002-07-19  Tim Coleman <tim@timcoleman.com>
301         * System.Web.Services.build: added
302         * System.Web.Services:
303         * System.Web.Services.Configuration:
304         * System.Web.Services.Description:
305         * System.Web.Services.Discovery:
306         * System.Web.Services.Protocols:
307                 New directories added