[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Activation / ChangeLog
index c315885979c90e053a0dfa486edf13e8070d7013..834a0694fde05d5b05b6ec135200c4e0d3aa4604 100644 (file)
@@ -1,3 +1,15 @@
+2009-10-29  Jb Evain  <jbevain@novell.com>
+
+       * ActivationServices.cs: avoid a static constructor.
+
+2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ActivationServices.cs: Avoid depending on COM stuff for NET_2_1
+
+2007-08-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ActivatorLevel.cs UrlAttribute.cs : [ComVisible], [Serializable].
+
 2006-08-09  Jonathan Chambers  <joncham@gmail.com>
 
        * ActivationServices.cs: Check type.IsCOMObject rather than type.IsImport.