Merge pull request #1034 from joelmartinez/msdoc-import2
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / ChangeLog
index 40a8d2310c4af75b8db995e92b3587f9d301beee..6ae133ccc709b93be6c957eda0d792573f86c5d0 100644 (file)
@@ -1,3 +1,32 @@
+2007-10-11  Roei Erez  <roeie@mainsoft.com>
+
+       * remove redundant call to 'Type.GetType'.
+
+2006-10-29  Robert Jordan  <robertj@gmx.net>
+
+       * added SerializationCallbackTest.cs. See bug #78594.
+
+2006-04-04 roei erez <roeie@mainsoft.com>
+       * added InternalSoapValuesTest.cs to Tests sources
+       * SoapReader.cs: bug 77563 competability with MS.NET in
+       serializing/deserializing internal soap types (Decimal, DateTime ...)
+
+2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
+       * Added net_1_1_java source includes
+
+2005-10-30  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+
+    * Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and
+      System.Runtime.Serialization.Formatters.Soap.sln to the svn
+    * Add some TARGET_JVM conditions to the AssemblyInfo.cs
+       * Fix SoapTypeMapper.cs:
+           - MethodSignature.ReadXmlValue method to return empty Type array instead of null.
+        - SoapTypeMapper.GetXmlElement method to exclude '&' from the encoded string.
+
+2004-09-14  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Remove Soap.cmbx.
+
 2004-05-06  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
        * SoapTypeMapper.cs:
                Small fix about string type information not correctly formatted.