[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Ipc.Win32 / ChangeLog
index 2bf20ad53b2ccb3881fe33f4729debe130b876c4..02fee79aaefc5ef93a8e40d26131c4b3dc54ebbb 100644 (file)
@@ -1,3 +1,11 @@
+2010-05-29  Robert Jordan  <robertj@gmx.net>
+
+       * IpcChannelHelper.cs (copy): Take into account that the remoting
+       stack is internally using MemoryStreams all over the place.
+       Fixes bug #609381 as a side effect.
+
+       * IpcChannel.cs (.ctor): Create an IpcClientChannel as well.
+
 2005-11-05  Robert Jordan  <robertj@gmx.net>
 
        * IpcClientChannel.cs, IpcServerChannel.cs: Added missing ctors.