In .:
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / ChangeLog
index 6296a50279917e391418881928b8bd714c495abb..58eb1b1e6a98ab7e42d348e6ff4160c55adc1d09 100644 (file)
@@ -1,3 +1,26 @@
+2005-07-29  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SoapWriter.cs: Wrap method signature headers in a MethodSignature
+       object before serializing. Track changes in SoapTypeMapper.
+       * SoapReader.cs: Track changes in SoapTypeMapper. Factorized some code.
+       * SoapTypeMapper.cs: Replaced indexers by regular methods, this makes
+       code easier to read an understand. Simplified the code for registering
+       basic soap types. Added support for types from
+       System.Runtime.Remoting.Metadata.W3cXsd2001. Implemented support
+       for MethodSignature serialization. All this fixes bug #75537.
+
+2005-07-14  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SoapReader.cs: Fixed parsing of array dimensions. Patch by Roei Erez
+       for bug #75536.
+       * SoapTypeMapper.cs: When encoding the name of a type, if the type is
+       an array don't encode the array dimensions. 
+
+2005-06-27  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SoapWriter.cs: Serialize TimeSpan values like MS.NET. Fix by Roei Erez
+       for bug #75364.
+
 2005-05-10  Lluis Sanchez Gual <lluis@novell.com>
 
        * SoapTypeMapper.cs: Serialize floats and doubles using the correct