X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=3111e81a8d643265b464ce0ea8be332afd6c3084;hb=11723d484d0e8ddfb185c98be4e86e3344dfc833;hp=999890d7ac62128d73b3652a451a592437b01fb0;hpb=2ed9d86e9c65aa69e54f4ff9f10cf314f49a4f2a;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index 999890d7ac6..3111e81a8d6 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,176 @@ +2010-04-03 Ankit Jain + + * Makefile: Process tools/xbuild for 3.5 also. + +2010-03-16 Jb Evain + + * Makefile: rename the net_2_1 profile to moonlight. + +2010-03-03 Rolf Bjarne Kvinge + + * Makefile: Make basic the bootstrapping profile for net_2_1_bootstrap. + +2010-03-03 Atsushi Enomoto + + * docs/Makefile : drop Mono.Data.SqliteClient. + +2010-02-28 Miguel de Icaza + + * docs/Makefile: install during the 4.0 build now. + + * Makefile: Process `docs' now on the 4.0 profile. + +2010-01-25 Atsushi Enomoto + + * Makefile : finally System.ServiceModel.dll is on the centum tests. + +2009-10-01 Marek Safar + + * Makefile: Removed net_1_1 bootstrap. + +2009-09-07 Atsushi Enomoto + + * Makefile: add some WCF assemblies to centum_tests. + +2009-07-21 Jb Evain + + * Makefile: specify bootstrap and SUBDIRS for the monotouch profile. + +2009-07-16 Raja R Harinath + + Improve coarse-grain parallelism in the build + * Makefile (_boot_:net_2_0_bootstrap): Depend on + 'net_1_1_bootstrap' profile, rather than 'net_1_1'. + +2009-07-10 Atsushi Enomoto + + * nunit20 : removed old framework. + +2009-06-07 Marek Safar + + * Makefile: Add net_4_0* profiles. + +2009-02-24 Jonathan Pryor + + * docs/Makefile: Remove and don't install nunit-docs.source. As + Atsushi Enomoto said on 2008-11-26, Mono's NUnit is for internal use + only, and installing nunit-docs.source causes an warning message + during monodoc startup. + * docs/nunit-docs.source: Remove. + +2009-02-03 Rodrigo Kumpera + + * docs/Makefile: Fix install-local and uninstall-local if + DISABLE_MCS_DOCS is defined. + +2009-02-02 Rodrigo Kumpera + + * docs/Makefile: Don't build build-documentation if DISABLE_MCS_DOCS + is defined. + +2009-01-31 Rodrigo Kumpera + + * docs/Makefile: use -f with rm on the clean target so + rm doesn't complain about missing files. + +2008-12-10 Atsushi Enomoto + + * Makefile : remove sys.messaging from CENTUM_TESTS. It has never + been supported, and now, it's heavily developed. + +2008-12-08 Jonathan Pryor + + * docs/monodoc.xml: Rename the "File Formats" node to "Commands and + Files", so that ~all man pages can be under the same node. + * docs/lang-csharp.source: Since C# is the only current language, move + the child nodes "up" a node so we have "Languages/C# Compiler Error + Reference" and "Languages/C# Language Specification" nodes. + +2008-12-02 Jonathan Pryor + + * docs/Makefile: Build additional directories (Npgsql, + System.Configuration.Install, System.Design, System.Runtime.Remoting, + System.Runtime.Serialization.Formatters.Soap); shorten entries. + +2008-11-26 Atsushi Enomoto + + * docs/Makefile: remove nunit docs that do not exist (and I don't + think such docs for private mono use should be provided). + +2008-11-26 Atsushi Enomoto + + * Makefile : I happened to remove errors and docs which + used to be broken. + +2008-11-25 Atsushi Enomoto + + * Makefile : replace nunit20 with nunit24. + +2008-11-18 Jonathan Pryor + + * docs/Makefile: Don't build mono-file-formats.*, mono-tools.* + * docs/mono-file-formats.config, docs/mono-file-formats.source, + docs/mono-tools.config, docs/mono-tools.source: Removed (now located + in mono/docs). + +2008-11-02 Jonathan Pryor + + * docs/Makefile (MONO_DIRS): Add Mono.Simd. + +2008-10-31 Jonathan Pryor + + * docs/Makefile: Restructure the *.tree/*.zip rules to support + concurrent builds (`make -jN`). + +2008-10-27 Jonathan Pryor + + * docs/Makefile (DISTFILES): Add mono-file-formats.config. + +2008-10-22 Jonathan Pryor + + * docs (svn:ignore): Ignore generated files. + * docs/lang-csharp.source: Added; combined .source file for the C# + language specification and error reference. + * docs/Makefile: Support lang-csharp.source, mono-file-formats.*, etc. + * *.tree/*.zip should be rebuilt when Makefile is changed. + * docs/mono-file-formats.config, docs/mono-file-formats.source: Added; + moving file format documentation out from mono-tools.* so that it's + easier to find. + * docs/mono-tools.config: Move mdoc(5), mono-config(5) to + mono-file-formats.config. + * docs/mono-tools.source, docs/Mono.source, docs/netdocs.source, + docs/Novell.source, docs/nunit-docs.source: Add /monodoc/node + information so that the documentation is inserted into the correct + location. + * docs/monodoc.xml: Vastly simplify the default monodoc.xml as + structure can be/has been pushed out into the .source files. This + should help simplify the life of downstream packagers who wish to + add additional documentation to monodoc. + * docs/ecma334.source, docs/cs-errors.source: Remove (replaced with + lang-csharp.source). + +2008-10-20 Jonathan Pryor + + * docs/Makefile (MONO_DIRS): Add Mono.Data.SqliteClient docs. + +2008-10-18 Jonathan Pryor + + * docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so + that it installs properly under the buildbot. + +2008-10-18 Raja R Harinath + + * docs/Makefile (DISTFILES): Don't use 'find' to list files. + +2008-10-18 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): Add 'docs'. + * docs/Makefile: Build documentation only in the net_2_0 profile. + +2008-10-17 Jonathan Pryor + + * docs/Makefile: Add install/uninstall support. + 2008-10-17 Jonathan Pryor * docs/Makefile: Assemble documentation.