[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Contexts / ChangeLog
index 93a39d5cecbfccfee9275549d3767b16788f5b00..4b23af65c8e7331619d10118e5267d9c756df94d 100644 (file)
@@ -1,3 +1,42 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * Context.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2009-10-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Context.cs: Remove LocalDataStoreSlot-related methods from
+       Moonlight build
+
+2008-07-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * IDynamicMessageSink.cs
+       * IContextProperty.cs: Fix parameter names
+       * ContextAttribute.cs: Fix parameter names, exception names
+
+2007-08-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SynchronizationAttribute.cs : [ComVisible]
+
+Tue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * Context.cs: mark the GC-tracked field with UIntPtr.
+
+Wed Mar 15 16:35:13 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Context.cs: update for LocalDataStoreSlot changes.
+
+2006-01-31  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * Context.cs: Fixed double check lock.
+
+2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * Context.cs: ContextProperties property is virtual.
+       * CrossContextDelegate.cs: Removed [Serializable] from 2.0 build.
+       * SynchronizationAttribute.cs: Fixed serialization to be compatible 
+       with MS FX. Removed old TODO.
+
 2005-05-09  Lluis Sanchez Gual  <lluis@novell.com>
 
        * SynchronizationAttribute.cs: Make it serializable. Fixes bug #60228.