Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Runtime.Remoting/ChangeLog')
-rwxr-xr-xmcs/class/corlib/System.Runtime.Remoting/ChangeLog18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcs/class/corlib/System.Runtime.Remoting/ChangeLog b/mcs/class/corlib/System.Runtime.Remoting/ChangeLog
index 14aa52173f9..1fc62be042d 100755
--- a/mcs/class/corlib/System.Runtime.Remoting/ChangeLog
+++ b/mcs/class/corlib/System.Runtime.Remoting/ChangeLog
@@ -1,21 +1,3 @@
-2004-07-22 Lluis Sanchez Gual <lluis@novell.com>
-
- * ObjRef.cs: Fixed type check in in ObjRef constructor. The requested class
- must be the object class or a base class. This fixes bug #61249.
-
-2004-07-22 Lluis Sanchez Gual <lluis@novell.com>
-
- * RemotingServices.cs: Changed GetMethodBaseFromMethodMessage so its code
- can be reused internally. Also fixed bug when gettting a method from an
- interface.
-
-2004-07-02 Lluis Sanchez Gual <lluis@ximian.com>
-
- * RemotingConfiguration.cs: Avoid adding "id" and "type" as custom
- properties of providers. This fixes bug #60934.
- * ServerIdentity.cs, RemotingServices.cs: When disposing an identity, detach
- the identity from the object, so it can be safely marshalled again.
-
2004-06-15 Gert Driesen <drieseng@users.sourceforge.net>
* RemotingTimeoutException.cs: added missing serialization ctor