Fixed handling of modifier keys in KeyEventArgs constructor (bug #6707)
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
index fadff4d67a0f02aea339793e0a25312b36f0d67d..8b5b96c8b31abe3df96e42e8643331e62043ba56 100644 (file)
@@ -1,3 +1,57 @@
+2010-02-26  Robert Jordan  <robertj@gmx.net>
+
+       * Remove MonoHttp (NET_1_1) from the build.
+
+2008-09-19  Michael Hutchinson  <mhutchinson@novell.com>
+
+       * System.Runtime.Remoting_test.dll.sources: add HttpBugtests.cs.
+
+2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Runtime.Remoting.dll.sources: add SocketCachePolicy.cs.
+
+2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Runtime.Remoting_test.dll.sources: add TcpChannelTest.cs.
+
+2007-05-19  Robert Jordan  <robertj@gmx.net>
+
+       * System.Runtime.Remoting_test.dll.sources: add IpcChannelTest.cs
+
+2007-01-09  Robert Jordan  <robertj@gmx.net>
+
+       * System.Runtime.Remoting_test.dll.sources: add GenericTest.cs.
+
+2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
+       * Added net_1_1_java source includes and excludes
+
+2005-11-05  Robert Jordan  <robertj@gmx.net>
+
+       * System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs
+
+2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
+
+       * Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
+       * AssemblyInfo.cs: only TARGET_JVM changes
+
+2005-11-05  Robert Jordan  <robertj@gmx.net>
+
+       * System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs
+
+2005-10-19  Robert Jordan  <robertj@gmx.net>
+
+       * System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
+       * System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs
+
+2005-10-16  Robert Jordan  <robertj@gmx.net>
+
+       * Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0
+
+2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added:
+               System.Runtime.Remoting.Channels/RemotingThreadPool.cs
+
 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
 
        * Makefile: Add '.' to MONO_PATH during test. Fixes #68377.
 2003-04-03  Lluis Sanchez Gual <lluis@ideary.com>
 
        * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
-         sent by Jose Luís Martín.
+         sent by Jose Luís Martín.
        * TcpClientTransportSink.cs: Improved support for OneWay messages.
        * BinaryClientFormatterSink.cs: Added Content-Type header.