2009-09-18 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
index b6fa8475f79e6cfef053164ec73c157cdc731464..293d367a8697b6021eb82bea77fca433832b5fe5 100644 (file)
@@ -1,3 +1,81 @@
+2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RemotingServices.cs: Avoid depending on COM stuff for NET_2_1
+
+2009-07-11  Robert Jordan  <robertj@gmx.net>
+
+       * RemotingServices.cs: Track ComInteropProxy's changes.
+
+2009-04-18  Mark Probst  <mark.probst@gmail.com>
+
+       * RemotingServices.cs (GetDomainProxy): Make a copy of the array
+       created in the other app domain so as not to pollute our own.
+
+2008-10-04  Robert Jordan  <robertj@gmx.net>
+
+       * ServerIdentity.cs (DisposeServerObject):
+       Notify TrackingServices about server's disconnection.
+
+2008-08-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RemotingConfiguration.cs : use ordinal comparison in config paths.
+         Fixed bug #384264.
+
+2008-07-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * ServerException.cs:
+       * RemotingTimeoutException.cs:
+       * RemotingException.cs:
+       * RemotingServices.cs:
+       * RemotingConfiguration.cs:
+       * ObjRef.cs: "Fix" parameter names
+
+2008-01-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Identity.cs: Fix Disposed setter to use value (not true). Found 
+       using Gendarme.
+
+2007-11-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RemotingConfiguration.cs : added CustomErrorMode (stub).
+
+2007-10-30  Robert Jordan  <robertj@gmx.net>
+
+       * RemotingServices.cs: (InternalExecuteMessage):
+       Resolve interface methods using the new icall GetVirtualMethod ().
+       Remove the now obsolete GetMethodBaseFromName + generic params
+       overloads.
+
+2007-08-30  Robert Jordan  <robertj@gmx.net>
+
+       * RemotingServices.cs (InternalExecuteMessage): Resolve interface
+       methods correctly. Fixes #81554. Ditto for generic methods.
+
+       * RemotingServices.cs (GetMethodBaseFromName): Reuse already computed
+       FieldSetter|GetterMethods.
+
+       * RemotingServices.cs (GetMethodBaseFromName): New overload that
+       takes generic arguments into account.
+
+2007-08-15  Mark Probst  <mark.probst@gmail.com>
+
+       * RemotingServices.cs: Make sure InternalExecute doesn't get
+       called with a null method, because that makes it crash.  Throw a
+       NullReferenceException instead.  Doesn't fix bug #82302, but
+       prevents the crash.
+
+2007-08-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RemotingConfiguration.cs WellKnownObjectMode.cs
+         InternalRemotingServices.cs RemotingServices.cs :
+         [ComVisible], [Serializable], [Obsolete].
+       * CustomErrorsModes.cs : new in 2.0
+
+2007-05-02  Jonathan Chambers  <joncham@gmail.com>
+
+       * RemotingConfiguration.cs: Added Configure overload for 2.0
+       with MonoTODO for security.
+
 2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
 
        * RemotingServices.cs: FieldSetter and FieldGetter methods need