* ObjRef.cs: Added new constructor to support CAD channel.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
index 073c240c1df4f373e3960b3c026844656e90d2b1..47894a47354dd884e394862fdb8da008a453b1c3 100755 (executable)
@@ -1,3 +1,51 @@
+2003-10-09  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ObjRef.cs: Added new constructor to support CAD channel.
+
+2003-10-08  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * Identity.cs, RemotingServices.cs: Fixed memory leak. I Changed reference 
+         to proxy in ClientIdentity to a WeakReference. This fixes a memory leak.
+       * RemotingServices.cs: Ignore first "/" char in uris when looking for
+         and object. 
+         Take into account that identity now has a weak reference
+         of the proxy.
+
+2003-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ObjectHandle.cs: simplified and fix InitializeLifetimeService.
+
+2003-09-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * RemotingServices.cs: Collect value of parameters with the Out flag
+       into the return message. Also set and reset CallContext.  Added method
+       UpdateOutArgObject.
+
+2003-08-25  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * RemotingServices.cs: Some small fixes.
+
+2003-08-14  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ObjRef.cs: Implemented IsFromThisProcess().
+       * RemotingServices.cs: Implemented methods GetLifetimeService and
+         GetEnvoyChainForProxy. Stubbed LogRemotingStage.
+       
+2003-07-29  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * RemotingServices.cs: GetObjectUri(): For client proxies, return
+         the target url.
+
+2003-07-26  Duncan Mak  <duncan@ximian.com>
+
+       * SoapServices.cs (XmlNsForClrTypeWithNsAndAssembly):
+       Fixed typo. It's 'Ns', but 'Ms'.
+
+2003-07-25  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * RemotingServices.cs: If the type for a proxy is not available in
+         the client site, use the MarshalByRefObject type.
+
 2003-07-21  Lluis Sanchez Gual <lluis@ximian.com>
 
        * ServerIdentity.cs: Fixed bug #46645
 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
 
        * ObjRef.cs: Include System.Runtime.Serialization
-