2009-09-29 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / class / tuning / ChangeLog
blob8185b295273e1642e53b7119cd223b9e5ff542bf
1 2009-09-10  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
3         * Makefile.am: Add the new descriptor file to the build, to be
4         consumed by the linker (Descriptors/a11y.xml).
6         r: spouliot
8 2009-07-15  Jb Evain  <jbevain@novell.com>
10         * masterinfos/*.info: update masterinfos generated
11         from the RTW of Silverlight 3.0.
13 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
15         * Makefile.am: Add Descriptors/System.Net.xml
17 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
19         * Makefile.am (TUNER_DESCS): Prefix $(srcdir)/.
20         (TUNER_MASTERS): Likewise.
21         (output.stamp): Look for mono.snk in $(srcdir).
23 2009-04-30  Jeffrey Stedfast  <fejj@novell.com>
25         * Makefile.am: Fixed some bugs wrt Mono Basic in my previous fix.
27 2009-04-24  Jeffrey Stedfast  <fejj@novell.com>
29         * Makefile.am: Fixed to work with make -j (altho it could use love
30         to make it actually take advantage of the parallel makes).
32 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
34         * Makefile.am: Build Microsoft.VisualBasic.dll if it hasn't
35           been built already.
37 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
39         * Makefile.am: Fix typo, and keep
40           Microsoft.VisualBasic.dll.mdb away from the linker since it
41           causes the linker to crash.
43 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
45         * Makefile.am: Create the correct directory.
47 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
49         * Makefile.am: Try to fix build.
51 2009-04-21  Jb Evain  <jbevain@novell.com>
53         * masterinfos/Microsoft.VisualBasic.info: complete.
55 2009-04-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
57         * masterinfos/Microsoft.VisualBasic.info: A dummy masterinfo
58           file.
60         * Makefile.am: Tune Microsoft.VisualBasic.dll too.
62 2009-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
64         * Makefile.am: Create the directory we're actually putting the
65           files in.
67 2009-04-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
69         * Makefile.am: Unbreak the build on OS11.0.
71 2009-04-02  Jb Evain  <jbevain@novell.com>
73         * Makefile.am: re-enable the visibility checks.
75 2009-03-31  Jb Evain  <jbevain@novell.com>
77         * Makefile.am: install smcs.exe in $(prefix)/mono/lib/2.1.
79 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com>
81         * Makefile.am: Do not install 2.1 in the GAC but in the plugin dir
83 2009-03-13  Jb Evain  <jbevain@novell.com>
85         * Makefile.am: copy back the tuned assemblies in the mcs tree.
87 2009-03-13  Atsushi Enomoto  <atsushi@ximian.com>
89         * Descriptors/System.Xml.xml: add more types and methods
90           for System.Xml.Serialization.dll use.
92 2009-03-13  Jb Evain  <jbevain@novell.com>
94         * Descriptors/System.Xml.xml
95         * Makefile.am:
96                 add a protection descriptor file for System.Xml.
97                 Protect System.Xml.XmlConvert.To/FromBinHexString.
99 2008-03-12  Sebastien Pouliot  <sebastien@ximian.com>
101         * Makefile.am: Add SecurityAttributes to SUBDIRS and re-tune all
102         assemblies if one of the .secattr (merged) file has been updated
104 2009-02-27  Jb Evain  <jbevain@novell.com>
106         * Makefile.am: update for the moon build.
108 2009-01-19  Jb Evain  <jbevain@novell.com>
110         * Descriptors/System.ServiceModel.xml
111         * Makefile: add new linking profile for wcf.
113 2008-12-16  Jb Evain  <jbevain@novell.com>
115         * Makefile: use the monolinker.exe from the profile directory.
117 2008-12-01  Jb Evain  <jbevain@novell.com>
119         * Makefile: re-use the tuning logic that previously was defined
120         in mcs/tools/tuner. We're now building the net_2_1 tuned libraries
121         from here exclusively.