[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Proxies / ChangeLog
index c9235c69087cef859c73de408bde62ee18399d2a..aafa601367a90497bd31eb45442c1588ce2bc108 100644 (file)
@@ -1,3 +1,11 @@
+2010-02-28  Robert Jordan  <robertj@gmx.net>
+
+       * RealProxy.cs (PrivateInvoke): BeginInvoke return messages
+       do not have out args (by design). The issue has existed for many
+       years but it was invisible because mono_delegate_begin_invoke ()
+       has swallowed exceptions, which was fixed by Gonzalo in r141856.
+       Fixes a couple of disabled remoting tests (#576618).
+
 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * RealProxy.cs: for a custom proxy, retrieve the OutArgs before