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