X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting%2FChangeLog;h=47894a47354dd884e394862fdb8da008a453b1c3;hb=fbb5c0f2b407f7cf2dc2c688902bb1747a34d894;hp=164c92120d92a168407d49c05dc3665ebd336238;hpb=b1afe4ab46c2700070bcdbc32ebf766aedec5e1a;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting/ChangeLog b/mcs/class/corlib/System.Runtime.Remoting/ChangeLog index 164c92120d9..47894a47354 100755 --- a/mcs/class/corlib/System.Runtime.Remoting/ChangeLog +++ b/mcs/class/corlib/System.Runtime.Remoting/ChangeLog @@ -1,3 +1,63 @@ +2003-10-09 Lluis Sanchez Gual + + * ObjRef.cs: Added new constructor to support CAD channel. + +2003-10-08 Lluis Sanchez Gual + + * 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 + + * ObjectHandle.cs: simplified and fix InitializeLifetimeService. + +2003-09-11 Lluis Sanchez Gual + + * 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 + + * RemotingServices.cs: Some small fixes. + +2003-08-14 Lluis Sanchez Gual + + * ObjRef.cs: Implemented IsFromThisProcess(). + * RemotingServices.cs: Implemented methods GetLifetimeService and + GetEnvoyChainForProxy. Stubbed LogRemotingStage. + +2003-07-29 Lluis Sanchez Gual + + * RemotingServices.cs: GetObjectUri(): For client proxies, return + the target url. + +2003-07-26 Duncan Mak + + * SoapServices.cs (XmlNsForClrTypeWithNsAndAssembly): + Fixed typo. It's 'Ns', but 'Ms'. + +2003-07-25 Lluis Sanchez Gual + + * 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 + + * ServerIdentity.cs: Fixed bug #46645 + +2003-07-16 Lluis Sanchez Gual + + * Identity.cs: Added TargetUri property + +2003-04-10 Lluis Sanchez Gual + + * ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre + 2003-04-10 Lluis Sanchez Gual * ObjRef.cs: Renamed ChannelInfoStore to ChannelInfo (match MS.NET) @@ -186,4 +246,3 @@ 2001-09-02 Miguel de Icaza * ObjRef.cs: Include System.Runtime.Serialization -