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