X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FChangeLog;h=87797af1460046ed8b65283562519fbc64410c25;hb=cc9fa96a3163b4ac0b2df0726c72963017d802d6;hp=f2efd62b5ed61dc04ddeebd0c3d8eb8baaf289b9;hpb=fefd6f1d0578964f8ec15e061c5b2db1f9ef4fbc;p=mono.git diff --git a/mcs/class/System.Web.Services/ChangeLog b/mcs/class/System.Web.Services/ChangeLog index f2efd62b5ed..87797af1460 100644 --- a/mcs/class/System.Web.Services/ChangeLog +++ b/mcs/class/System.Web.Services/ChangeLog @@ -1,3 +1,139 @@ +2007-11-22 Arina Itkes + + * WebClientAsyncResult.cs, WebClientProtocol.cs: + Synchronization fix + +2007-10-05 Atsushi Enomoto + + * System.Web.Services_test.dll.sources : added WebServiceTest.cs. + +2007-05-08 Atsushi Enomoto + + * System.Web.Services.dll.sources : + removed SoapClientMethod.cs (not in use). + * System.Web.Services_test.dll.sources : + added LogicalMethodInfoTest.cs. + +2007-04-23 Atsushi Enomoto + + * System.Web.Services_test.dll.sources: added SoapServerType.cs. + +2007-01-25 Atsushi Enomoto + + * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs. + +2007-01-19 Atsushi Enomoto + + * System.Web.Services_test.dll.sources: + Added ServiceDescriptionImporterTest.cs. + * Makefile : added test2.wsdl to EXTRA_DISTFILES. + +2007-01-15 Gert Driesen + + * System.Web.Services_test.dll.sources: added SocketResponder.cs and + SoapHttpClientProtocolTest.cs. + +2006-12-15 Atsushi Enomoto + + * System.Web.Services_test.dll.sources : + added ServiceDescriptionFormatExtensionCollectionTest.cs. + +2006-12-01 Atsushi Enomoto + + * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles. + +2006-11-30 Atsushi Enomoto + + * System.Web.Services.dll.sources : + added BasicProfileViolationEnumerator.cs. + +2006-11-28 Atsushi Enomoto + + * System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer + files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs). + +2006-11-16 Atsushi Enomoto + + * System.Web.Services.dll.sources : added/removed/replaced 2.0 server + protocol classes in S.W.S.Protocols. + +2006-11-15 Atsushi Enomoto + + * System.Web.Services_test.dll.sources : added WebReferenceTest.cs. + +2006-11-14 Atsushi Enomoto + + * System.Web.Services.dll.sources : + added WebReferenceOptionsSerializer.cs. + +2006-11-14 Atsushi Enomoto + + * System.Web.Services.dll.sources : added WebReferenceOptions.cs. + * System.Web.Services_test.dll.sources : + added WebReferenceOptionsTest.cs. + * Makefile: added web-reference.xsd to resources and dist files. + +2006-11-14 Atsushi Enomoto + + * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs. + +2006-11-14 Atsushi Enomoto + + * Makefile : added *.wsdl to the build. + Added wsdl and genxs to EXTRA_DISTFILES. + +2006-09-06 Vladimir Krasnov + + * System.Web.Services20.vmwcsproj: added + ServiceDescriptionSerializerBase2.cs for 2.0 + +2006-09-05 Ankit Jain + + * System.Web.Services.dll.sources: Add + ServiceDescriptionSerializerBase2.cs + +2006-06-16 Raja R Harinath + + * Makefile (EXTRA_DISTFILES): New. + Add Test/System.Web.Services.Description/test.wsdl. + +2006-06-08 Chris Toshok + + * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define. + NET_2_0 implies this now. + +2006-03-15 Vladimir Krasnov + + * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs + and MonoTODOAttribute.cs + +2006-03-12 Vladimir Krasnov + + * Added System.Web.Services.vmwcsproj, Grasshopper project file + +2006-02-04 Gert Driesen + + * System.Web.Services_test.dll.sources: Added + ServiceDescriptorReflectorTest.cs. + +2006-01-09 Chris Toshok + + * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define + CONFIGURATION_2_0 to use the new System.Configuration api. + +2006-01-05 Chris Toshok + + * System.Web.Services_test.dll.sources: enable a bunch of the 2.0 + configuration tests. Just Element types for now. Collections + coming soon. + +2006-01-03 Chris Toshok + + * System.Web.Services.dll.sources: add the 2.0 config classes. + + * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include + -r:System.Configuration.dll + 2005-10-05 Atsushi Enomoto * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs