2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / ChangeLog
index 6d071bdc765144d7603773d6b734d9920f2721ff..ee4326566712de23271adecc2aa8ebb9c454a81f 100644 (file)
@@ -1,3 +1,43 @@
+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
+               the serialization and deserialization because I got problems
+               with numeral and date format.
+
+       * SoapWriter.cs, SoapCommon.cs:
+               Bug fixed: XmlTextWriter.WriteAttributeString() was used
+               with its "namespace" parameter set to null whereas it shouldn't.
+
+2003-12-22  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
+       * SoapFormatterTest.cs:
+               Added unit test for the SerializationBinder property
+
 2003-11-21  Jean-Marc Andre <jeanmarc.andre@cpe.fr>
        * SoapReader.cs: 
                Bug fixed. SerializationBinder.BindToType wasn't called