* ActivatedClientTypeEntry.cs, ActivatedServiceTypeEntry.cs,
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
index 7a9ef52427c31724eb30e082739b9f3009239f9e..12a22d0877e8b04967e92853115f9c24ac8193a7 100755 (executable)
@@ -1,3 +1,36 @@
+2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ActivatedClientTypeEntry.cs, ActivatedServiceTypeEntry.cs, 
+         IRemotingTypeInfo.cs, RemotingServices.cs, WellKnownServiceTypeEntry.cs:
+         Removed some TODOs.
+
+2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * RemotingServices.cs (GetDomainProxy): Use the new InvokeInDomain 
+       function instead of calling SetDomain.
+
+2003-10-23  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * RemotingServices.cs: Do not create an identity for an object if it
+         already has one.
+
+2003-10-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * RemotingServices.cs: (NewUri) use Interlocked.Increment on next_id.
+
+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.