X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=c2df750f0add8530f49e2155c0e1644b2bb50a0f;hb=867e2664ec36d1d751ff38d3ead9b817fe5e6e8d;hp=0a071972273308ca2ed3c6b7e265821b925ff6a3;hpb=e900d5c188ea514660e6cea3df2e437d5de392c8;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index 0a071972273..c2df750f0ad 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,3 +1,167 @@ +2005-03-14 Raja R Harinath + + * Makefile (_boot_): New. Used to generalize the bootstrap to + clean and install too. + +2005-02-25 Raja R Harinath + + * Makefile (centum_tests): New list of test subdirs that should + pass 100%. + (default_centum_tests, net_2_0_centum_tests): New. + (ONLY_CENTUM_TESTS): New check. If defined during 'make + run-test', only the tests in centum_tests are run. + +2004-12-20 Jambunathan K + + * btests: Removed. This directory is now superseded by + mbas/Test. + +2004-12-13 Raja R Harinath + + * INSTALL.txt: Minor updates to reflect build changes. + +2004-11-25 Raja R Harinath + + * Makefile (DISTFILES): Add nunit.key. + +2004-11-24 Raja R Harinath + + * Makefile (profiles-do--run-test): Allow list of profiles to be + overriden. + (profiles-do--all): Remove. The default pattern build suffices. + +2004-11-22 Raja R Harinath + + * Makefile (OVERRIDE_TARGET_ALL): Remove. + (all.override): Remove 2-pass build. + (net_1_1_bootstrap_SUBDIRS): Add 'tools'. + +2004-11-22 Raja R Harinath + + * Makefile (profiles-do--all): Don't fallback to default pattern build. + +2004-11-19 Raja R Harinath + + * Makefile (net_2_0_SUBDIRS): Add nunit20. + +2004-11-19 Raja R Harinath + + * Makefile (%-profiles): Go through an intermediate set of rules. + Move body to ... + (profiles-do--%): ... this. + (profiles-do--run-test): Customized rule that usefully runs with + 'make -j' and 'make -k'. + (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap + process. + +2004-11-09 Raja R Harinath + + * Makefile (basic_SUBDIRS): New. + +2004-11-04 Raja R Harinath + + * Makefile (net_1_1_bootstrap_SUBDIRS): New. + (all.override): Fix to actually perform optimization to avoid + the two-pass build if we are not signing assemblies. + +2004-10-29 Raja R Harinath + + * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New. + (profile-do--net_2_0_bootstrap--all): New target. + (profile-do--net_2_0--all): Depend on it. + (distdir,top_distdir): Remove. + (dist-tarball): Define distdir here for dist-recursive. + +2004-10-21 Raja R Harinath + + * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make + parallelizable. + +2004-09-27 Raja R Harinath + + * nunit20/nunit-console/Makefile (PROGRAM): Put in + profile-specific directory. + +2004-09-21 Raja R Harinath + + * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially + handled by 'class/corlib/Makefile'. + (test-installed-compiler): Run compiler tests using the installed + compiler. + +2004-09-14 Raja R Harinath + + * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS). + (test-profiles, run-test-profiles): New targets. + (test-compiler): Rename to ... + (compiler-tests): ... this. Run tests on all profiles. + +2004-09-03 Martin Baulig + + * Makefile (test-compiler): New target to run the compiler test. + +2004-07-02 Raja R Harinath + + * Makefile (OVERRIDE_BARE_TARGETS): Remove. + (OVERRIDE_TARGET_ALL): Define. + (all-recursive,$(STD_TARGETS:=-recursive)): Depend on + 'platform-check' and 'profile-check'. + (all.override): New. Run two passes: once to build, and once to + sign libraries. + +2004-06-22 Todd Berman + + * configure: Patch from Mariano Suárez-Alvarez + to make configure accept jhbuild style + /prefix /usr options, and to continue past unknown options. Currently + this patch is a bit spammy with multiple unknown options, anyone + who is interested is welcome to fix this. + +2004-06-14 Raja R Harinath + + * Makefile (all-profiles, clean-profiles): Simplify slightly. + +2004-06-05 Atsushi Enomoto + + * Makefile: added target run-test-ondotnet. + +2004-05-26 Raja R Harinath + + * nunit20/util/Makefile (EXTRA_DISTFILES): Remove + Transform.resources. + ($(the_lib)): Make Transform.resources using internal resgen. + * nunit20/util/Transform.resources: Rebuild. + +2004-05-25 Sebastien Pouliot + + * nunit.key: New. NUnit private key. Due to build issues the key + must be present in this directory. + +2004-05-20 Raja R Harinath + + * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'. + +2004-05-17 Raja R Harinath + + * Makefile (all, clean): Remove indirection. + (clean-profiles): New. + +2004-05-13 Jackson Harper + + * Makefile: default build is no longer the multi profile build. Do + build both 1.1 and 2.0 profiles use the all-profiles target. + +2004-05-12 Gonzalo Paniagua Javier + + * Makefile: disable net_2_0 on windows. It doesn't build. Don't + try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the + command line. + +2004-05-10 Raja R Harinath + + * INSTALL.txt: Don't mention 'fullbuild'. Mention 'bootstrap' + instead. Update instructions for 'monocharge'. + 2004-04-30 Raja R Harinath * Makefile (SUBDIRS): Remove 'gmcs' for now. @@ -147,41 +311,41 @@ which includes a MySQL ADO.NET Provider. Contributed by Reggie Burnett from ByteFX, Inc. - ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc. - - Added the following files and directories: + ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc. + + Added the following files and directories: + + class/ByteFX.Data/AssemblyInfo.cs + class/ByteFX.Data/list + class/ByteFX.Data/ByteFX.Data.build + class/ByteFX.Data/makefile.gnu + class/ByteFX.Data/ChangeLog.txt + class/ByteFX.Data/readme.txt + class/ByteFX.Data/lgpl.txt: new files - class/ByteFX.Data/AssemblyInfo.cs - class/ByteFX.Data/list - class/ByteFX.Data/ByteFX.Data.build - class/ByteFX.Data/makefile.gnu - class/ByteFX.Data/ChangeLog.txt - class/ByteFX.Data/readme.txt - class/ByteFX.Data/lgpl.txt: new files - - BitStream.cs - Connection.cs - Field.cs - Inflater.cs - ConnectionString.cs - HuffmanTree.cs - NamedPipeStream.cs - class/ByteFX.Data/Common: added files to new directory - - Driver.cs - command.resx - todo.txt - CommandBuilder.cs - Exception.cs - dataadapter.cs - transcaction.cs - Connection.cs - Field.cs - datareader.cs - Connection.resx - MysqlDefs.cs + BitStream.cs + Connection.cs + Field.cs + Inflater.cs + ConnectionString.cs + HuffmanTree.cs + NamedPipeStream.cs + class/ByteFX.Data/Common: added files to new directory + + Driver.cs + command.resx + todo.txt + CommandBuilder.cs + Exception.cs + dataadapter.cs + transcaction.cs + Connection.cs + Field.cs + datareader.cs + Connection.resx + MysqlDefs.cs parameter.cs - class/ByteFX.Data/mysqlclient: added files to new directory + class/ByteFX.Data/mysqlclient: added files to new directory command.cs parameter_collection.cs