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