[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / ChangeLog
index 58eb1b1e6a98ab7e42d348e6ff4160c55adc1d09..11933eb6ad54740c72c3d29fbc5803c47ee9fac1 100644 (file)
@@ -1,3 +1,37 @@
+2006-10-29  Robert Jordan  <robertj@gmx.net>
+
+       * SoapReader.cs, SoapWriter.cs [NET_2_0]:
+       Use the SerializationObjectManager.
+
+2006-07-10  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SoapReader.cs: Register strings in the object manager. 
+         Fixes bug #78696.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * SoapFormatter.cs: Only apply ComVisible attribute to FilterLevel
+       on 1.0 profile.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * SoapWriter.cs: Fixed line endings. Set eol-style to CRLF.
+       * SoapReader.cs: Fixed line endings. Set eol-style to CRLF.
+       * SoapFormatter.cs: Fixed line endings. Set eol-style to CRLF.
+       Remove unnecessary dtor.
+       * SoapTypeMapper.cs: Fixed line endings. Set eol-style to native.
+
+2006-04-04  roei erez <roeie@mainsoft.com>
+       
+       *SoapReader.cs: bug 77563 competability with MS.NET in
+       serializing/deserializing internal soap types (Decimal, DateTime ...)
+
+2005-09-21  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SoapWriter.cs, SoapReader.cs: Encode/Decode field names when
+       serializing/deserializing an object using custom serialization.
+       Fixes bug #75970.
+
 2005-07-29  Lluis Sanchez Gual <lluis@novell.com>
 
        * SoapWriter.cs: Wrap method signature headers in a MethodSignature