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