2007-02-18 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging / ChangeLog
index 9f3465f37b5ed8921219a4b24c0d04c71e8a9bcc..a60f10c7a928c7e6ca3037e5540fe085f885cdfa 100644 (file)
@@ -1,3 +1,20 @@
+2006-12-25  Robert Jordan  <robertj@gmx.net>
+
+       * MethodCall.cs: Add support for generic methods.
+       * MethodCall.cs (GetTypeNameFromAssemblyQualifiedName):
+       Add support for generic types.
+       * ReturnMessage.cs: Fix bug #80371.
+
+2006-12-18  Lluis Sanchez Gual <lluis@novell.com> 
+
+       * StackBuilderSink.cs: Avoid unneeded cast that was causing some
+         cast exceptions.
+
+2006-12-01  Lluis Sanchez Gual <lluis@novell.com> 
+
+       * ReturnMessage.cs: When creating an exception message, copy the call
+         context from the call message.
+
 2006-08-04  Lluis Sanchez Gual  <lluis@novell.com>
 
        * MethodCall.cs, CADMessages.cs: Added missing unmarshalling case