2009-11-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / Assembly / ChangeLog
1 2009-11-03  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AssemblyInfo.cs: Open up the internals to System.Net.dll (which
4         needs Uri.IsDefaultPort) for NET_2_1 and remove it for 
5         System.ComponentModel.DataAnnotations (again for NET_2_1)
6
7 2009-09-20  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * AssemblyInfo.cs: Remove ComCompatibleVersion and 
10         AllowPartiallyTrustedCallers for NET_2_1
11
12 2009-06-23  Marek Habersack  <mhabersack@novell.com>
13
14         * AssemblyInfo.cs: added InternalsVisibleTo for
15         System.ComponentModel.DataAnnotations (needs
16         ReflectionPropertyDescriptor)
17
18 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * AssemblyInfo.cs: Remove InternalsVisibleTo on Mono.Moonlight 
21         since it does not exists anymore
22
23 2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * AssemblyInfo.cs: Change InternalsVisibleTo on Mono.Moonlight to
26         a key we control.
27
28 2008-04-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
29
30         * AssemblyInfo.cs: Added missing Attributes
31
32 2008-04-13  Jb Evain  <jbevain@novell.com>
33
34         * AssemblyInfo.cs: rename agmono to Mono.Moonlight
35         as a friend assembly for the 2.1 profile.
36         Merged from the Moonlight 2 branch.
37
38 2007-08-11  Jb Evain  <jbevain@novell.com>
39
40         * AssemblyInfo.cs: add agmono as a friend assembly
41
42 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * Assembly.cs: Add a RequestMinimum security permission for 
45         SkipVerification.
46
47 2005-04-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * Consts.cs: added constants for Mono.Http.dll
50
51 2004-09-21  Raja R Harinath  <rharinath@novell.com>
52
53         * AssemblyInfo.cs (AssemblyVersion): Define to 2.0.x when
54         BOOTSTRAP_NET_2_0 is defined.
55
56 2004-05-07  Raja R Harinath  <rharinath@novell.com>
57
58         * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
59         for BOOTSTRAP_WITH_OLDLIB.  Mono 0.31 runtime crashes with them.
60
61 2004-05-03  Lluis Sanchez Gual  <lluis@ximian.com>
62
63         * Consts.cs: Added consts for NET_2_0.
64
65 2004-05-03  Lluis Sanchez Gual  <lluis@ximian.com>
66
67         * Consts.cs: Added consts for Mono.Posix and Mono.Security.
68
69 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
70
71         * AssemblyInfo.cs: Added missing attribute
72
73 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
74
75         * Locale.cs: Added
76
77 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
78
79         * Consts.cs: Added
80
81 2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
82
83         * AssemblyInfo.cs: Added additional .Net 1.1 attributes
84
85 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
86
87         * AssemblyInfo.cs: Added support for .Net 1.0 build
88
89 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
90
91         * AssemblyInfo.cs: Added
92         * ChangeLog: Added