ChangeLog 409 B

1234567891011121314
  1. 2005-11-05 Robert Jordan <[email protected]>
  2. * IpcClientChannel.cs, IpcServerChannel.cs: Added missing ctors.
  3. 2005-11-04 Robert Jordan <[email protected]>
  4. * IpcChannelHelper.cs: Removed the colon from the invalid pipe name
  5. chars, because it is a valid char on NT systems and some .NET IPC
  6. channel samples contain a colon in their port names.
  7. 2005-10-16 Robert Jordan <[email protected]>
  8. * Imported