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