Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.Services/ChangeLog')
-rw-r--r--mcs/class/System.Web.Services/ChangeLog312
1 files changed, 0 insertions, 312 deletions
diff --git a/mcs/class/System.Web.Services/ChangeLog b/mcs/class/System.Web.Services/ChangeLog
deleted file mode 100644
index 97173267507..00000000000
--- a/mcs/class/System.Web.Services/ChangeLog
+++ /dev/null
@@ -1,312 +0,0 @@
-2010-06-04 Jb Evain <jbevain@novell.com>
-
- * monotouch_System.Web.Services.dll.sources: add HttpEncoder from
- System.Web. Fixes the build.
-
-2009-09-30 Miguel de Icaza <miguel@novell.com>
-
- * Call the constructors directly for MonoTouch, instead of using
- the Activator.CreateInstance.
-
- I do not see why we need Activator.CreateInstance *at all* in this
- case, we should just kill that.
-
-2008-07-01 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources :
- added WebServicesInteroperabilityTest.cs.
- * Makefile: updated EXTRA_DISTFILES.
-
-2007-11-22 Arina Itkes
-
- * WebClientAsyncResult.cs, WebClientProtocol.cs:
- Synchronization fix
-
-2007-10-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
-
-2007-05-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources: added SoapServerType.cs.
-
-2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.
-
-2007-01-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources:
- Added ServiceDescriptionImporterTest.cs.
- * Makefile : added test2.wsdl to EXTRA_DISTFILES.
-
-2007-01-15 Gert Driesen <drieseng@users.sourceforge.net>
-
- * System.Web.Services_test.dll.sources: added SocketResponder.cs and
- SoapHttpClientProtocolTest.cs.
-
-2006-12-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources :
- added ServiceDescriptionFormatExtensionCollectionTest.cs.
-
-2006-12-01 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.
-
-2006-11-30 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services.dll.sources :
- added BasicProfileViolationEnumerator.cs.
-
-2006-11-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * System.Web.Services.dll.sources : added/removed/replaced 2.0 server
- protocol classes in S.W.S.Protocols.
-
-2006-11-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources : added WebReferenceTest.cs.
-
-2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Web.Services.dll.sources :
- added WebReferenceOptionsSerializer.cs.
-
-2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.
-
-2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : added *.wsdl to the build.
- Added wsdl and genxs to EXTRA_DISTFILES.
-
-2006-09-06 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * System.Web.Services20.vmwcsproj: added
- ServiceDescriptionSerializerBase2.cs for 2.0
-
-2006-09-05 Ankit Jain <jankit@novell.com>
-
- * System.Web.Services.dll.sources: Add
- ServiceDescriptionSerializerBase2.cs
-
-2006-06-16 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (EXTRA_DISTFILES): New.
- Add Test/System.Web.Services.Description/test.wsdl.
-
-2006-06-08 Chris Toshok <toshok@ximian.com>
-
- * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
- NET_2_0 implies this now.
-
-2006-03-15 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
- and MonoTODOAttribute.cs
-
-2006-03-12 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * Added System.Web.Services.vmwcsproj, Grasshopper project file
-
-2006-02-04 Gert Driesen <drieseng@users.sourceforge.net>
-
- * System.Web.Services_test.dll.sources: Added
- ServiceDescriptorReflectorTest.cs.
-
-2006-01-09 Chris Toshok <toshok@ximian.com>
-
- * 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 <toshok@ximian.com>
-
- * 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 <toshok@ximian.com>
-
- * 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 <atsushi@ximian.com>
-
- * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs
-
-2004-07-14 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added new files:
- System.Web.Services.Description/BasicProfileChecker.cs
- System.Web.Services.Description/ConformanceChecker.cs
-
-2004-07-13 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added new files:
- System.Web.Services.Description/BasicProfileViolation.cs
- System.Web.Services.Description/BasicProfileViolationCollection.cs
- System.Web.Services.Description/NamedItem.cs
- System.Web.Services.Description/Soap12AddressBinding.cs
- System.Web.Services.Description/Soap12Binding.cs
- System.Web.Services.Description/Soap12BodyBinding.cs
- System.Web.Services.Description/Soap12FaultBinding.cs
- System.Web.Services.Description/Soap12HeaderBinding.cs
- System.Web.Services.Description/Soap12OperationBinding.cs
- System.Web.Services.Description/WebReference.cs
- System.Web.Services.Description/WebReferenceCollection.cs
- System.Web.Services.Description/WebServicesInteroperability.cs
-
-2004-07-10 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added 2.0 files:
- System.Web.Services/WsiClaims.cs
- System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
- System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
- System.Web.Services.Protocols/Soap12FaultCodes.cs
- System.Web.Services.Protocols/SoapFaultSubcode.cs
- System.Web.Services.Protocols/SoapProtocolVersion.cs
-
-2004-02-27 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
-
-2003-10-10 Lluis Sanchez Gual <lluis@ximian.com>
-
- * DiscoveryDocumentSerializer.cs: New file.
-
-2003-10-06 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Description/HttpGetProtocolImporter.cs
- System.Web.Services.Description/HttpPostProtocolImporter.cs
- System.Web.Services.Description/HttpSimpleProtocolImporter.cs
-
-2003-10-04 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Description/HttpGetProtocolReflector.cs
- System.Web.Services.Description/HttpPostProtocolReflector.cs
- System.Web.Services.Description/HttpSimpleProtocolReflector.cs
-
-2003-09-28 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added
- System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
- System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
- System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
- System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
- System.Web.Services.Protocols/TypeStubManager.cs
-
-2003-09-28 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
-
-2003-09-14 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs
- ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs
- OperationMessageCollectionTest.cs OperationMessageTest.cs
- PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs
- ServiceDescriptionCollectionTest.cs
- SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
- New test files by Erik LeBel.
-
-2003-08-01 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added ExtensionManager.cs,
- ServiceDescriptionSerializerBase.cs
-
-2003-08-28 Lluis Sanchez Gual <lluis@ximian.com>
-
- * System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
-
-2003-07-21 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-
- * System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs
-
-2003-07-04 Lluis Sanchez Gual <lluis@ximian.com>
-
- * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
- System.Web.Services.Protocols.WebServiceHelper.cs.
-
-2003-02-25 Dave Bettin <dave@opendotnet.com>
- * Test: Modified test cases to conform to nunit2 guidelines
-
-2002-08-24 Tim Coleman <tim@timcoleman.com>
- * list:
- New files added to build.
-
-2002-08-23 Tim Coleman <tim@timcoleman.com>
- * list:
- New files added to build.
-
-2002-08-07 Tim Coleman <tim@timcoleman.com>
- * System.Web.Services.build:
- Added "test" target to build.
- Added "clean" target to build.
- * Test:
- New test suites added.
-
-2002-08-06 Tim Coleman <tim@timcoleman.com>
- * list: Added System.Web.Services.Protocols/ServerProtocol.cs
-
-2002-07-29 Dave Bettin <javabettin@yahoo.com>
- * list: added new Discovery classes
- * System.Web.Services.Discovery: added stubs
- * .cvsignore: added
- * Mono.System.Web.Services: added VS.net project for assembly
-
-2002-07-25 Tim Coleman <tim@timcoleman.com>
- * list: add new classes
-
-2002-07-24 Tim Coleman <tim@timcoleman.com>
- * list:
- Added System.Web.Services.Description/SoapProtocolReflector.cs
-
-2002-07-22 Tim Coleman <tim@timcoleman.com>
- * makefile.gnu:
- * list:
- Modifications to make this library buildable on
- linux.
-
-
-2002-07-22 Tim Coleman <tim@timcoleman.com>
- * list: Added new files from System.Web.Services.Protocols
- and System.Web.Services.Configuration
-
-2002-07-19 Tim Coleman <tim@timcoleman.com>
- * list: Added
-
-2002-07-19 Tim Coleman <tim@timcoleman.com>
- * System.Web.Services.build: added
- * System.Web.Services:
- * System.Web.Services.Configuration:
- * System.Web.Services.Description:
- * System.Web.Services.Discovery:
- * System.Web.Services.Protocols:
- New directories added