[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / ChangeLog
index 8720f7248c146a24760df4ddc427bce7ef88f134..4e90a8e59f699f5ed946b864bd1fdd904f223469 100644 (file)
@@ -1,4 +1,73 @@
-2004-05-14: Mike Kestner  <mkestner@ximian.com>
+2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * IClrObjectFactory.cs : 2.0 API fixes.
+
+2006-05-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ClrObjectFactory.cs: Fix the build from untested changes.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * ComManagedImportUtil.cs: Do not mark instance methods virtual. Fixes
+       API signature mismatches.
+       * ClrObjectFactory.cs: Do not mark methods virtual. Fixes API signature
+       mismatches.
+       * Publish.cs: Do not mark instance methods virtual. Fixes API signature
+       mismatches.
+
+2006-05-31  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * AppDomainHelper.cs: Set eol-style to native.
+       * AssemblyLocator.cs: Set eol-style to native.
+       * ClientRemotingConfig.cs: Set eol-style to native.
+       * ClrObjectFactory.cs: Set eol-style to native.
+       * ComManagedImportUtil.cs: Set eol-style to native.
+       * ComSoapPublishError.cs: Set eol-style to native.
+       * GenerateMetadata.cs: Set eol-style to native.
+       * IClrObjectFactory.cs: Set eol-style to native.
+       * IComManagedImportUtil.cs: Set eol-style to native.
+       * IComSoapIISVRoot.cs: Set eol-style to native.
+       * IComSoapMetadata.cs: Set eol-style to native.
+       * IComSoapPublisher.cs: Set eol-style to native.
+       * IISVirtualRoot.cs: Set eol-style to native.
+       * IServerWebConfig.cs: Set eol-style to native.
+       * ISoapClientImport.cs: Set eol-style to native.
+       * ISoapServerTlb.cs: Set eol-style to native.
+       * ISoapServerVRoot.cs: Set eol-style to native.
+       * ISoapUtility.cs: Set eol-style to native.
+       * Publish.cs: Set eol-style to native.
+       * ServerWebConfig.cs: Set eol-style to native.
+       * SoapClientImport.cs: Set eol-style to native.
+       * SoapServerTlb.cs: Set eol-style to native.
+       * SoapServerVRoot.cs: Set eol-style to native.
+       * SoapUtility.cs: Set eol-style to native.
+
+2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * IComManagedImportUtil.cs: added missing marshalling attributes
+       * IComSoapIISVRoot.cs: added missing marshalling attributes
+       * IComSoapMetadata.cs: added missing marshalling attributes
+       * IComSoapPublisher.cs: added missing marshalling attributes
+       * IServerWebConfig.cs: added missing marshalling attributes
+       * ISoapClientImport.cs: added missing marshalling attributes
+       * ISoapServerTlb.cs: added missing marshalling attributes
+       * ISoapServerVRoot.cs: added missing marshalling attributes
+       * ISoapUtility.cs: added missing marshalling attributes
+
+2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * IClrObjectFactory.cs: added missing DispId attributes
+       * IComManagedImportUtil.cs: added missing DispId attributes
+       * IComSoapIISVRoot.cs: added missing DispId attributes
+       * IComSoapMetadata.cs: added missing DispId attributes
+       * IComSoapPublisher.cs: added missing DispId attributes
+       * IServerWebConfig.cs: added missing DispId attributes
+       * ISoapClientImport.cs: added missing DispId attributes
+       * ISoapServerTlb.cs: added missing DispId attributes
+       * ISoapServerVRoot.cs: added missing DispId attributes
+       * ISoapUtility.cs: added missing DispId attributes
+
+2004-05-14  Mike Kestner  <mkestner@ximian.com>
 
        * ClientRemotingConfig.cs : stub
        * ComSoapPublishError.cs : stub
@@ -9,7 +78,7 @@
        * IServerWebConfig.cs : impl
        * ServerWebConfig.cs : stub
 
-2004-05-13: Mike Kestner  <mkestner@ximian.com>
+2004-05-13  Mike Kestner  <mkestner@ximian.com>
 
        * SoapClientImportUtil.cs : add a TODO
        * SoapServerTlb.cs : stub
        * ISoapServerVRoot.cs : impl.
        * ISoapUtility.cs : impl.
 
-2002-11-20: Alejandro Sánchez Acosta  <raciel@es.gnu.org>
+2002-11-20: Alejandro Sánchez Acosta  <raciel@es.gnu.org>
 
        * IClrObjectFactory.cs added.
        * IComManagedImportUtil.cs added.