X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2FChangeLog;h=5916d229aeb1274ed5a42e7155ea3d156ab68c1f;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=883ffe99c1d852e3c2bfcdcb75310516c95e844e;hpb=5cf7ad2307b8d94c0bcb9df3204ef330d038e134;p=mono.git diff --git a/mcs/tools/ChangeLog b/mcs/tools/ChangeLog index 883ffe99c1d..5916d229aeb 100644 --- a/mcs/tools/ChangeLog +++ b/mcs/tools/ChangeLog @@ -1,3 +1,132 @@ +2010-04-07 Raja R Harinath + + * Makefile (DISTFILES): Remove gensources.sh. + * gensources.sh: Remove. + +2010-04-03 Ankit Jain + + * Makefile: Move xbuild from net_4_0_dirs to per_profile_dirs. + +2010-03-16 Jb Evain + + * Makefile: rename the net_2_1 profile to moonlight. + +2010-03-15 Andrew Jorgensen + + * Makefile: Add DIST_SUBDIRS with SUBDIRS and net_4_0_dirs so that all + that stuff gets dist'd + +2010-03-03 Rolf Bjarne Kvinge + + * gensources.sh: Reverted to plain bash, cygwin/make seems to end up confused + with path separators with the managed version. + +2010-03-03 Rolf Bjarne Kvinge + + * gensources.sh: Fix windows path separator characters. + +2010-03-02 Rodrigo Kumpera + + * Makefile: Fix mdoc build. + +2010-03-02 Rolf Bjarne Kvinge + + * gensources.sh: Converted to C# for a 15-100x speedup. + +2010-02-18 Marek Habersack + + * Makefile (net_2_0_dirs): added mono-configuration-crypto + +2010-01-12 Jonathan Pryor + + * Makefile: monodoc should only be built under the 2.0 profile. + +2009-11-26 Marek Safar + + * Makefile: Don't build csharplib. + +2009-11-13 Marek Safar + + * Makefile: Always install only 2.0 version of security and gacutil. + +2009-10-14 Raja R Harinath + + * Makefile (per_profile_dirs): New. List of subdirs that build + per-profile tools. + (net_2_0_dirs, net_4_0_dirs): Use it. + +2009-07-02 Jb Evain + + * Makefile: build the linker and the tuner in the net_2_0 profile. + +2009-04-23 Jb Evain + + * Makefile: add pdb2mdb to the build. + +2009-04-23 Jb Evain + + * Makefile: disable moon. Tuning is done by moonlight, which + will populate back the mcs tree with tuned assemblies for tests. + +2009-03-16 Atsushi Enomoto + + * Makefile: switch this too. + +2009-03-12 Jonathan Pryor + + * Makefile: Add sqlmetal to the build. + +2009-03-10 Atsushi Enomoto + + * Makefile: add svcutil to the build. + +2008-12-01 Jb Evain + + * Makefile: build the tuner library during the net_1_1 profile. The + tuning of the net_2_1 assemblies now takes place in moon. + +2008-11-21 Jb Evain + + * Makefile: build corcompare only during net_2_0 now. + +2008-10-17 Jonathan Pryor + + * Makefile: Add mod to the build. + +2008-10-17 Jonathan Pryor + + * Makefile: Add mdoc, monodoc to the build. + +2008-10-17 Jonathan Pryor + + * Makefile: Add doc-update target support. + +2008-10-17 Jb Evain + + * Makefile: clean the Makefile, following the pattern in ../class, + to make it easier to add tools. + +2008-10-16 Jonathan Pryor + + * Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build. + +2008-10-16 Jonathan Pryor + + * Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to + net_2_0_SUBDIRS so that it can use Mono.Options... + +2008-10-09 Zoltan Varga + + * Makefile (DIST_ONLY_SUBDIRS): Add csharplib. + +2008-10-09 Daniel Nauck + + * Makefile: add Mono.CSharp to the build + +2008-10-01 Jb Evain + + * Makefile: add cil-strip to the build. + 2008-09-21 Miguel de Icaza * csharplib/Makefile: Add a setup to build GMCS as a GAC assembly