revert ChangeLogs
[mono.git] / mcs / tools / tuner / ChangeLog
1
2 Thu Mar 13 22:32:24 CET 2008 Paolo Molaro <lupus@ximian.com>
3
4         * Makefile: strong name the tuned assemblies.
5
6 2008-03-13  Jb Evain  <jbevain@novell.com>
7
8         * Mono.Tuner/AdjustVisibility.cs: don't adjust enums.
9
10 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
11
12         * Makefile (inst-%, gac-%): Fix dependencies.
13
14 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
15
16         * Makefile: Improve.  Update to new net_2_1 profiles.  Specify
17         more dependencies.  Do work only when necessary.
18         * Descriptors/smcs.xml: Add CompilerCallableEntryPoint.
19
20 2008-02-01  Jb Evain  <jbevain@novell.com>
21
22         * Makefile: remove System.Core temporary hack.
23
24 2008-02-01  Jb Evain  <jbevain@novell.com>
25
26         * Makefile, Descriptors/System.Core.xml:
27         protect some internals of System.Core as apparently
28         the masterinfos are somewhat wrong.
29
30 2007-10-26  Jb Evain  <jbevain@novell.com>
31
32         * Makefile: disable the `always build the tuner` as per
33         Paolo's suggestion. Need to use the build mecanism from now.
34
35 2007-10-26  Jb Evain  <jbevain@novell.com>
36
37         * Makefile: activate the InjectAttributes step.
38
39 2007-10-25  Jb Evain  <jbevain@novell.com>
40
41         * Mono.Tuner/InjectAttributes.cs: inject security attributes
42         defined in the public api.
43
44 2007-10-25  Jb Evain  <jbevain@novell.com>
45
46         * Mono.Tuner/InjectAttributes.cs: infrastructure for
47         the attribute injector.
48
49 2007-10-25  Jb Evain  <jbevain@novell.com>
50
51         * Mono.Tuner/PrintStatus.cs: print which items
52         have been internalized if the parameter `display_internalized`
53         is set to true.
54
55         * Makefile: define parameter `display_internalized` and set it
56         to false. Set it explicitely to true if you want a detailed log
57         about which metadata items have been internalized.
58
59 2007-10-25  Jb Evain  <jbevain@novell.com>
60
61         * Mono.Tuner/TunerAnnotations.cs
62         * Mono.Tuner/AdjustVisibility.cs:
63                 Annotate the items that have been internalized
64                 for later use.
65
66         * Makefile: always rebuild Mono.Tuner.dll for now.
67
68 2007-09-04  Jb Evain  <jbevain@novell.com>
69
70         * masterinfos/*.info added, so we don't have to download them.
71         * Makefile: use directly the .info files from the repo.
72
73 2007-08-28  Jb Evain  <jbevain@novell.com>
74
75         * Makefile: mdb support.
76
77 2007-08-21  Jb Evain  <jbevain@novell.com>
78
79         * Makefile: tune on `all`, and only re-installed the tuned
80         assemblies on `install`.
81
82 2007-08-16  Jb Evain  <jbevain@novell.com>
83
84         * Makefile: re-install in the GAC the tuned assemblies.
85
86 2007-08-13  Jb Evain  <jbevain@novell.com>
87
88         * Makefile: tune on net_2_1 install.
89
90 2007-08-11  Jb Evain  <jbevain@novell.com>
91
92         * Descriptors/System.xml, Makefile: add a descriptor
93         to protect some classes in System.
94
95 2007-08-05  Jb Evain  <jbevain@novell.com>
96
97         * Descriptors/smcs.xml, Makefile: add a descriptor
98         to protect some classes in smcs.
99
100 2007-08-03  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * Makefile : a bit win32 friendly fix.
103
104 2007-08-01  Jb Evain  <jbevain@novell.com>
105
106         * Mono.Tuner/CheckVisibilit.cs:
107                 New debugging step to ensure that the even after
108                 API tuning the visibility is correct.
109
110 2007-07-27  Jb Evain  <jbevain@novell.com>
111
112         * Mono.Tuner/RemoveSerialization.cs:
113                 Add a new linker step to remove automatically everything
114                 serialization related.
115
116 2007-07-18  Jb Evain  <jbevain@novell.com>
117
118         * tuner: new tool to tune the Mono assemblies from a full 2.1
119         profile to a stripped down silverlight compatible assembly set.