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