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