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