Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/ChangeLog')
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/ChangeLog22
1 files changed, 0 insertions, 22 deletions
diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/ChangeLog b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/ChangeLog
deleted file mode 100644
index 02fee79aaef..00000000000
--- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-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.
-
-2005-11-04 Robert Jordan <robertj@gmx.net>
-
- * IpcChannelHelper.cs: Removed the colon from the invalid pipe name
- chars, because it is a valid char on NT systems and some .NET IPC
- channel samples contain a colon in their port names.
-
-2005-10-16 Robert Jordan <robertj@gmx.net>
-
- * Imported
-