GenericParameter.cs: override Module properly
[mcs.git] / class / corlib / Assembly / ChangeLog
blobd1f7178414d0ceef3ed94eba17ae572fdadcc1b6
1 2010-03-16  Jb Evain  <jbevain@novell.com>
3         * AssemblyInfo.cs: use MOONLIGHT symbol to disambiguate
4         MonoTouch and Moonlight code.
6 2010-02-09  Sebastien Pouliot  <sebastien@ximian.com>
8         * AssemblyInfo.cs: Mono.CompilerServices.SymbolWriter does not
9         need to access mscorlib.dll internals anymore (ArrayList and
10         Hashtable)
12 2009-11-30  Andrés G. Aragoneses  <aaragoneses@novell.com>
14         * AssemblyInfo.cs: Remove the MOON_A11Y_INTERNAL_HACK define
15         for MoonAtkBridge after audit finished in r147098.
17 2009-09-20  Sebastien Pouliot  <sebastien@ximian.com>
19         * AssemblyInfo.cs: Remove ComCompatibleVersion and 
20         AllowPartiallyTrustedCallers for NET_2_1
22 2009-06-12  Andrés G. Aragoneses  <aaragoneses@novell.com>
24         * AssemblyInfo.cs: Changing the public key, as we now use
25         mono-uia.snk.
27 2009-05-26  Andrés G. Aragoneses  <aaragoneses@novell.com>
29         * AssemblyInfo.cs: Add InternalsVisibleTo for MoonAtkBridge
30         under a MOON_A11Y_INTERNAL_HACK define.
32 2009-04-29  Chris Toshok  <toshok@ximian.com>
34         * AssemblyInfo.cs: in the 2.1 case we're InternalsVisibleTo
35         System.Windows.Browser
37 2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
39         * AssemblyInfo.cs: allow System.ServiceModel.Web access to mscorlib
40         internals (e.g. non-generic System.Collections.*)
42 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
44         * AssemblyInfo.cs: allow System.ServiceModel access to mscorlib
45         internals (e.g. non-generic System.Collections.*)
47 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
49         * AssemblyInfo.cs: allow System, System.Xml and Mono.
50         CompilerServices.SymbolWriter access to mscorlib internals
51         for 2.1 (Moonlight) so they can access internalized types
52         like non-generic System.Collections
54 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
56         * AssemblyInfo.cs: allow System.Runtime.Serialization to see 
57         mscorlib's internals. Fix Encoding.get_CodeBase (and likely
58         others too)
60 2009-02-06  Jb Evain  <jbevain@novell.com>
62         * AssemblyInfo.cs: allow System.Net to see mscorlib's internals,
63         as it needs Thread.Interrupt.
65 2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>
67         * AssemblyInfo.cs: Change InternalsVisibleTo on Mono.Moonlight to
68         a key we control.
70 2008-04-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
72         * AssemblyInfo.cs: Added missing attributes
74 2008-04-13  Jb Evain  <jbevain@novell.com>
76         * AssemblyInfo.cs: rename agmono to Mono.Moonlight
77         as a friend assembly for the 2.1 profile.
78         Merged from the Moonlight 2 branch.
80 2007-08-20  Jb Evain  <jbevain@novell.com>
82         * AssemblyInfo.cs: agclr doesn't need to
83         be friend anymore.
85 2007-08-20  Jb Evain  <jbevain@novell.com>
87         * AssemblyInfo.cs: System.Silverlight doesn't need to
88         be friend anymore.
90 2007-08-11  Miguel de Icaza  <miguel@novell.com>
92         * AssemblyInfo.cs: Also add agmono as a friend assembly (needed
93         for access to the AppDomain stuff).
95 2007-08-11  Jb Evain  <jbevain@novell.com>
97         * AssemblyInfo.cs: add agclr as a friend assembly
99 2007-08-11  Jb Evain  <jbevain@novell.com>
101         * AssemblyInfo.cs: add System.SilverLight as a friend assembly
103 2005-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
105         * AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET.
107 2005-02-18  Raja R Harinath  <rharinath@novell.com>
109         * AssemblyInfo.cs [BOOTSTRAP_WITH_OLDLIB]: Disable SecurityPermission.
111 2005-01-24  Sebastien Pouliot  <sebastien@ximian.com>
113         * AssemblyInfo.cs: Add SkipVerification to assembly RequestMinimum
114         security permissions.
116 2004-11-25  Raja R Harinath  <rharinath@novell.com>
118         * Consts.cs (UnmanageType_80) [BOOTSTRAP_WITH_OLDLIB]: Update to
119         changed name of bootstrap-only constant.
121 2004-09-08  Miguel de Icaza  <miguel@ximian.com>
123         * Locale.cs: Added overload that calls String.Format.
125 2004-06-22  Raja R Harinath  <rharinath@novell.com>
127         Refine previous change to work with mcs 0.31.
128         * Consts.cs (UnmanagedType_80): While bootstrapping, refer to new
129         internal bootstrap-only define in UnmanagedType.
131 2004-06-18  Raja R Harinath  <rharinath@novell.com>
133         * Consts.cs (UnmanagedType_80): New constant.  Used to workaround
134         problems like in tests/test-272.cs.
136 2004-06-03  Raja R Harinath  <rharinath@novell.com>
138         * AssemblyInfo.cs: Don't sign if BOOTSTRAP_WITH_OLDLIB.
140 2004-05-29  Jackson Harper  <jackson@ximian.com>
142         * AssemblyInfo.cs: Sign corlib for net_2_0 now too.
143         
144 2004-05-26 Jordi Mas <jordi@ximian.com>
146         * AssemblyInfo.cs: fixes CS1024: Preprocessor directive expected
147         when compling with csc 
148         
149 2004-05-07  Raja R Harinath  <rharinath@novell.com>
151         * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
152         with BOOTSTRAP_WITH_OLDLIB.  Mono 0.31 runtime crashes on this.
154 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
156         * Consts.cs: Added.
158 2004-04-29  Jackson Harper  <jackson@ximian.com>
160         * AssemblyInfo.cs: Set version number correctly for the bootstrap
161         corlib. For some reason setting key files does not work with gmcs
162         and the bootstrap corlib.
163         
164 2004-04-29  Jackson Harper  <jackson@ximian.com>
166         * AssemblyInfo.cs: Add 2.0 version attributes.
167         
168 2004-02-22  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
170         * AssemblyInfo.cs: Added missing attribute, commented
171           excess attributes, prepared signkey attributes
173 2004-02-04  Marek Safar <marek.safar@seznam.cz>
175         * AssemblyInfo.cs: corlib now has CLSCompliant attribute.
177 2003-11-12 Jackson Harper <jackson@ximian.com>
179         * AssemblyInfo.cs: Change assembly name to mscorlib
180         
181 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
183         * Locale.cs: Added
185 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
187         * AssemblyInfo.cs: Added
188         * ChangeLog: Added