New test.
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
index 7704e1c86d583a8d8449b9cdd11b4f8bd89b1412..9fdd4e4b39d3f21fa24845fb88ed86e9e3c44885 100644 (file)
@@ -1,3 +1,124 @@
+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.
+
+2004-09-27  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
+
+2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
+
+2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting.dll.sources: Added:
+         System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
+         System.Runtime.Remoting.Services/RemotingClientProxy.cs,
+         System.Runtime.Remoting.Services/RemotingService.cs
+
+2004-04-29  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * Makefile: Removed unneeded System.Web.Services dependency.
+
+2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * System.Runtime.Remoting.dll.sources: Added:
+         AssemblyInfo and Locale
+
+2003-12-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * Makefile : added reference to System.Web.Services.dll
+
+2003-12-03  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting.dll.sources: Added:
+               System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
+               System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
+       * Makefile: Added new assembly references.
+
+2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting.dll.sources: Added:
+               System.Runtime.Remoting.Channels/BinaryCore.cs
+               System.Runtime.Remoting.Channels/ChannelCore.cs
+               System.Runtime.Remoting.Channels/SoapCore.cs
+
+2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
+
+2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
+
+2003-09-14  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * TcpClientChannel.cs: Fixed constructor.
+       
+2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
+
+2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * TcpConnectionPool.cs: Check if a connection is alive before reusing
+         it. Added some properties to support this.
+
+2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added new test files.
+
+2003-08-18  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
+
+2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * Makefile: added dll extension to System.Runtime.Remoting reference
+
+2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * System.Runtime.Remoting_test.dll.sources: Added.
+       * Makefile: added test support.
+
+2003-06-21  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
+         HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
+         by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
+       * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
+
 2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>
 
        * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
 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.