2007-08-11 Andreia Gaita <avidigal@novell.com>
[mono.git] / mcs / class / corlib / Assembly / ChangeLog
1 2007-08-11  Miguel de Icaza  <miguel@novell.com>
2
3         * AssemblyInfo.cs: Also add agmono as a friend assembly (needed
4         for access to the AppDomain stuff).
5
6 2007-08-11  Jb Evain  <jbevain@novell.com>
7
8         * AssemblyInfo.cs: add agclr as a friend assembly
9
10 2007-08-11  Jb Evain  <jbevain@novell.com>
11
12         * AssemblyInfo.cs: add System.SilverLight as a friend assembly
13
14 2005-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET.
17
18 2005-02-18  Raja R Harinath  <rharinath@novell.com>
19
20         * AssemblyInfo.cs [BOOTSTRAP_WITH_OLDLIB]: Disable SecurityPermission.
21
22 2005-01-24  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * AssemblyInfo.cs: Add SkipVerification to assembly RequestMinimum
25         security permissions.
26
27 2004-11-25  Raja R Harinath  <rharinath@novell.com>
28
29         * Consts.cs (UnmanageType_80) [BOOTSTRAP_WITH_OLDLIB]: Update to
30         changed name of bootstrap-only constant.
31
32 2004-09-08  Miguel de Icaza  <miguel@ximian.com>
33
34         * Locale.cs: Added overload that calls String.Format.
35
36 2004-06-22  Raja R Harinath  <rharinath@novell.com>
37
38         Refine previous change to work with mcs 0.31.
39         * Consts.cs (UnmanagedType_80): While bootstrapping, refer to new
40         internal bootstrap-only define in UnmanagedType.
41
42 2004-06-18  Raja R Harinath  <rharinath@novell.com>
43
44         * Consts.cs (UnmanagedType_80): New constant.  Used to workaround
45         problems like in tests/test-272.cs.
46
47 2004-06-03  Raja R Harinath  <rharinath@novell.com>
48
49         * AssemblyInfo.cs: Don't sign if BOOTSTRAP_WITH_OLDLIB.
50
51 2004-05-29  Jackson Harper  <jackson@ximian.com>
52
53         * AssemblyInfo.cs: Sign corlib for net_2_0 now too.
54         
55 2004-05-26 Jordi Mas <jordi@ximian.com>
56
57         * AssemblyInfo.cs: fixes CS1024: Preprocessor directive expected
58         when compling with csc 
59         
60 2004-05-07  Raja R Harinath  <rharinath@novell.com>
61
62         * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
63         with BOOTSTRAP_WITH_OLDLIB.  Mono 0.31 runtime crashes on this.
64
65 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
66
67         * Consts.cs: Added.
68
69 2004-04-29  Jackson Harper  <jackson@ximian.com>
70
71         * AssemblyInfo.cs: Set version number correctly for the bootstrap
72         corlib. For some reason setting key files does not work with gmcs
73         and the bootstrap corlib.
74         
75 2004-04-29  Jackson Harper  <jackson@ximian.com>
76
77         * AssemblyInfo.cs: Add 2.0 version attributes.
78         
79 2004-02-22  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
80
81         * AssemblyInfo.cs: Added missing attribute, commented
82           excess attributes, prepared signkey attributes
83
84 2004-02-04  Marek Safar <marek.safar@seznam.cz>
85
86         * AssemblyInfo.cs: corlib now has CLSCompliant attribute.
87
88 2003-11-12 Jackson Harper <jackson@ximian.com>
89
90         * AssemblyInfo.cs: Change assembly name to mscorlib
91         
92 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
93
94         * Locale.cs: Added
95
96 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
97
98         * AssemblyInfo.cs: Added
99         * ChangeLog: Added