[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Ipc.Win32 / ChangeLog
1 2010-05-29  Robert Jordan  <robertj@gmx.net>
2
3         * IpcChannelHelper.cs (copy): Take into account that the remoting
4         stack is internally using MemoryStreams all over the place.
5         Fixes bug #609381 as a side effect.
6
7         * IpcChannel.cs (.ctor): Create an IpcClientChannel as well.
8
9 2005-11-05  Robert Jordan  <robertj@gmx.net>
10
11         * IpcClientChannel.cs, IpcServerChannel.cs: Added missing ctors.
12
13 2005-11-04  Robert Jordan  <robertj@gmx.net>
14
15         * IpcChannelHelper.cs: Removed the colon from the invalid pipe name
16         chars, because it is a valid char on NT systems and some .NET IPC
17         channel samples contain a colon in their port names.
18
19 2005-10-16  Robert Jordan  <robertj@gmx.net>
20
21         * Imported
22