Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels / ChangeLog
index 47d41efa66eec53359aafe857b996373e6903ae1..bc932ec90bc881c546eb6a59df65534e2048bbe6 100644 (file)
@@ -1,3 +1,70 @@
+2007-28-02  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ChannelCore.cs: Added missing null check. LoadWithPartialName can
+       return null.
+
+2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SoapMessageFormatter.cs: FieldSetter and FieldGetter methods need
+         to be handled in a special way, since they are the only private
+         methods which can be called from a subclass.
+
+2006-05-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SoapCore.cs: Set eol-style to native.
+       * SoapServerFormatterSinkProvider.cs: Fixed line endings. Set eol-style
+       to CRLF.
+       * ChannelCore.cs: Set eol-style to native.
+       * BinaryServerFormatterSink.cs: Set eol-style to native.
+       * SoapClientFormatterSinkProvider.cs: Fixed line endings. Set eol-style
+       to CRLF. Next and CreateSink should not be virtual.
+       * SoapMessageFormatter.cs: Set eol-style to CRLF.
+       * BinaryClientFormatterSink.cs: Fixed line endings. Set eol-style to
+       native.
+       * BinaryCore.cs: Set eol-style to native.
+       * BinaryServerFormatterSinkProvider.cs: Set eol-style to native.
+       * CommonTransportKeys.cs: Set eol-style to native.
+       * SoapServerFormatterSink.cs: Fixed line endings. Set eol-style to CRLF.
+       * RemotingThreadPool.cs: Fixed line endings. Set eol-style to native.
+       * BinaryClientFormatterSinkProvider.cs: Set eol-style to native.
+       * SoapClientFormatterSink.cs: Fixed line endings. Set eol-style to CRLF.
+
+2006-03-05  Andrew Skiba <andrews@mainsoft.com>
+
+       * SoapMessageFormatter.cs: : exceptions propagating
+       incompatible with dotnet. Patch by roeie@mainsoft.com
+
+2006-01-26  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+    * BinaryCore.cs: TARGET_JVM related changes
+
+2005-12-05  Robert Jordan  <robertj@gmx.net>
+
+       * BinaryServerFormatterSink.cs, SoapServerFormatterSink.cs:
+         Implemented formatter chaining. Fixes bug #74878.
+       * BinaryClientFormatterSink.cs: AsyncProcessMessage: Set the transport
+         headers.
+
+2005-11-05  Robert Jordan  <robertj@gmx.net>
+
+       * IAuthorizeRemotingConnection.cs: Added.
+
+2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+
+    * SoapMessageFormatter.cs, RemotingThreadPool.cs: only TARGET_JVM changes
+       * Create new dictionary object for Properties during initialization:
+         - SoapCore.cs
+         - BinaryCore.cs
+
+2005-05-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * BinaryServerFormatterSink.cs: Properly handle exceptions raised
+       during serialization. Fixes bug #74950.
+
+2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * SoapMessageFormatter.cs, SoapServerFormatterSink.cs: Fixed warnings.
+       * RemotingThreadPool.cs: New thread pool for the tcp and http channels.
+
 2004-07-26  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the