* ObjRef.cs: Added new constructor to support CAD channel.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
index b16fbf2fe3ffd9c75348d3b81700330544023933..47894a47354dd884e394862fdb8da008a453b1c3 100755 (executable)
@@ -1,3 +1,26 @@
+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.
 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
 
        * ObjRef.cs: Include System.Runtime.Serialization
-