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