[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Assembly / ChangeLog
index 9cef278b100231b79ebb6716a5e5e29cc5b5ac69..3eed5bc8bcc586d6674962ce2689032698f340b0 100644 (file)
@@ -1,3 +1,131 @@
+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
+       under a MOON_A11Y_INTERNAL_HACK define.
+
+2009-04-29  Chris Toshok  <toshok@ximian.com>
+
+       * AssemblyInfo.cs: in the 2.1 case we're InternalsVisibleTo
+       System.Windows.Browser
+
+2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: allow System.ServiceModel.Web access to mscorlib
+       internals (e.g. non-generic System.Collections.*)
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: allow System.ServiceModel access to mscorlib
+       internals (e.g. non-generic System.Collections.*)
+
+2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: allow System, System.Xml and Mono.
+       CompilerServices.SymbolWriter access to mscorlib internals
+       for 2.1 (Moonlight) so they can access internalized types
+       like non-generic System.Collections
+
+2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: allow System.Runtime.Serialization to see 
+       mscorlib's internals. Fix Encoding.get_CodeBase (and likely
+       others too)
+
+2009-02-06  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: allow System.Net to see mscorlib's internals,
+       as it needs Thread.Interrupt.
+
+2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Change InternalsVisibleTo on Mono.Moonlight to
+       a key we control.
+
+2008-04-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * AssemblyInfo.cs: Added missing attributes
+
+2008-04-13  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: rename agmono to Mono.Moonlight
+       as a friend assembly for the 2.1 profile.
+       Merged from the Moonlight 2 branch.
+
+2007-08-20  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: agclr doesn't need to
+       be friend anymore.
+
+2007-08-20  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: System.Silverlight doesn't need to
+       be friend anymore.
+
+2007-08-11  Miguel de Icaza  <miguel@novell.com>
+
+       * AssemblyInfo.cs: Also add agmono as a friend assembly (needed
+       for access to the AppDomain stuff).
+
+2007-08-11  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: add agclr as a friend assembly
+
+2007-08-11  Jb Evain  <jbevain@novell.com>
+
+       * AssemblyInfo.cs: add System.SilverLight as a friend assembly
+
+2005-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET.
+
+2005-02-18  Raja R Harinath  <rharinath@novell.com>
+
+       * AssemblyInfo.cs [BOOTSTRAP_WITH_OLDLIB]: Disable SecurityPermission.
+
+2005-01-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Add SkipVerification to assembly RequestMinimum
+       security permissions.
+
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * Consts.cs (UnmanageType_80) [BOOTSTRAP_WITH_OLDLIB]: Update to
+       changed name of bootstrap-only constant.
+
+2004-09-08  Miguel de Icaza  <miguel@ximian.com>
+
+       * Locale.cs: Added overload that calls String.Format.
+
 2004-06-22  Raja R Harinath  <rharinath@novell.com>
 
        Refine previous change to work with mcs 0.31.