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