X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FSystem.Web.Services.Description%2FChangeLog;h=847eb13492ec97eafa10e53409cf9caf260f61db;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=8fc6e63cd88492ddd21e8c5d99308d7a1ae7560a;hpb=1dab419f959b056bdbe62b5efea9450b4a916dbe;p=mono.git diff --git a/mcs/class/System.Web.Services/System.Web.Services.Description/ChangeLog b/mcs/class/System.Web.Services/System.Web.Services.Description/ChangeLog index 8fc6e63cd88..847eb13492e 100644 --- a/mcs/class/System.Web.Services/System.Web.Services.Description/ChangeLog +++ b/mcs/class/System.Web.Services/System.Web.Services.Description/ChangeLog @@ -1,3 +1,52 @@ +2010-03-03 Lluis Sanchez Gual + + * ServiceDescriptionCollection.cs: When looking for bindings and other + items, look in the list instead of the namespace table, since the + collection may have several description documents with the same + namespace. + * ProtocolImporter.cs: Same as above. A schemas collection can have + more than one schema with the same name, so we can use the namespace + indexer to find schemas. + * BasicProfileChecker.cs: Added null check. + +2010-02-01 Jb Evain + + * SoapProtocolImporter.cs: properly generate the SoapHeader + attribute on NET_2_0. + +2009-09-30 Miguel de Icaza + + * ExtensionManager.cs: Initialize the NET_2_0 pieces with + MonoTouch, but do not register any of the System.Configuration + depending extensions. + + BuildExtensionImporters, BuildExtensionReflectors: empty methods + for MOnoTouch. + + * ServiceDescriptionImporter.cs, WebReference.cs: Remove + codegeneration features for MonoTouch + +2008-12-18 Atsushi Enomoto + + * BasicProfileChecker.cs : /definitions/message/part could omit + name attribute and it should not cause null key error. + +2008-12-09 Atsushi Enomoto + + * BasicProfileChecker.cs : reimplemented R2305 that turned out to + be wrong on fixing bug #443095 (fixed). + +2008-10-28 Atsushi Enomoto + + * BasicProfileChecker.cs : use indexer instead of Add() for + collected MessagePart table. Fixed bug #434892. + +2008-07-07 Atsushi Enomoto + + * ServiceDescriptionSerializerBase2.cs, + ServiceDescriptionSerializerBase.cs : regenerated with the latest + sys.xml(.serialization). + 2008-07-02 Atsushi Enomoto * ProtocolImporter.cs : make event stuff public.