[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / ChangeLog
index defed51a9e5b49040efbf67aeb9b64d7ef1ecbc3..4e90a8e59f699f5ed946b864bd1fdd904f223469 100644 (file)
@@ -1,3 +1,47 @@
+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
        * 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.