[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Assembly / ChangeLog
index e846fc84e4271e836eeb6b68e32f41cdd74411f0..3eed5bc8bcc586d6674962ce2689032698f340b0 100644 (file)
@@ -1,3 +1,33 @@
+2010-06-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * AssemblyInfo.cs: We need to be friends with System.Core now too.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2010-02-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Mono.CompilerServices.SymbolWriter does not
+       need to access mscorlib.dll internals anymore (ArrayList and
+       Hashtable)
+
+2009-11-30  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+        * AssemblyInfo.cs: Remove the MOON_A11Y_INTERNAL_HACK define
+       for MoonAtkBridge after audit finished in r147098.
+
+2009-09-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Remove ComCompatibleVersion and 
+       AllowPartiallyTrustedCallers for NET_2_1
+
+2009-06-12  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+        * AssemblyInfo.cs: Changing the public key, as we now use
+       mono-uia.snk.
+
 2009-05-26  Andrés G. Aragoneses  <aaragoneses@novell.com>
 
         * AssemblyInfo.cs: Add InternalsVisibleTo for MoonAtkBridge