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