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/ChangeLog')
-rw-r--r--mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/ChangeLog b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/ChangeLog
deleted file mode 100644
index 64c884079d4..00000000000
--- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2008-08-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * IpcChannel.cs: Fixed argument names to match MS.
- * IpcClientChannel.cs: Fixed argument names to match MS. Made
- CreateMessageSink virtual to match MS.
- * IpcServerChannel.cs: Fixed argument names to match MS. Made
- GetUrlsForUri virtual to match MS.
-
-2005-11-05 Robert Jordan <robertj@gmx.net>
-
- * IpcServerChannel.cs: Implemented missing GetChannelUri ().
- Ipc*.cs: Removed the reflective channel factory.
-
-2005-10-16 Robert Jordan <robertj@gmx.net>
-
- * Imported
-