* BuildEngine.cs (BuildProjectFile): Use AddProperty method to specify
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / ChangeLog
index 007356e61c534862af4a30077a2c4c8ca1c42198..6ae133ccc709b93be6c957eda0d792573f86c5d0 100644 (file)
@@ -1,3 +1,54 @@
+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.
+
+2004-04-15  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
+       * SoapFormatter.cs, SoapReader.cs, SoapWriter.cs, SoapTypeMapper.cs:
+               Rewrote almost completly to make the code easier to understand
+               and maintain.
+               AssemblyFormat and TypeFormat are now implemented.
+       * SoapParser.cs, ObjectReader.cs, ObjectWriter.cs, SoapCommon.cs,
+       ISoapParser.cs, ISoapReader.cs, ISoapWriter.cs:
+               Removed for the same reasons as above.
+       * SerializationTest.cs:
+               New unit test inspired by the one developped by Lluis Sanchez
+               for the BinaryFormatter.
+
+2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Runtime.Serialization.Formatters.Soap.dll.sources:
+         Added new AssemblyInfo, removed old one, added Locale.cs
+       * Makefile: Removed unused ref
+
 2004-02-19  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
        * SoapFormatter.cs:
                Forced the utilisation of CultureInfo("en-US") during