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