[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / ChangeLog
index 483e36fa0f0415eecd33656370a2f4ff620cbedb..847eb13492ec97eafa10e53409cf9caf260f61db 100644 (file)
@@ -1,3 +1,67 @@
+2010-03-03  Lluis Sanchez Gual <lluis@novell.com> 
+
+       * 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  <jbevain@novell.com>
+
+       * SoapProtocolImporter.cs: properly generate the SoapHeader
+       attribute on NET_2_0.
+
+2009-09-30  Miguel de Icaza  <miguel@novell.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * BasicProfileChecker.cs : /definitions/message/part could omit
+         name attribute and it should not cause null key error.
+
+2008-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BasicProfileChecker.cs : reimplemented R2305 that turned out to
+         be wrong on fixing bug #443095 (fixed).
+
+2008-10-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BasicProfileChecker.cs : use indexer instead of Add() for
+         collected MessagePart table. Fixed bug #434892.
+
+2008-07-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionSerializerBase2.cs,
+         ServiceDescriptionSerializerBase.cs : regenerated with the latest
+         sys.xml(.serialization).
+
+2008-07-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ProtocolImporter.cs : make event stuff public.
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BasicProfileChecker.cs : it does not really resolve relative URI in
+         <import> element. It caused error, which should be reported, but
+         .net ignores it. It must be LAMESPEC. Anyways added comments.
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescription.cs : fill RetrievalUrl by string.Empty
+         by default.
+
 2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,