2007-08-11 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / build / ChangeLog
index 1508412984b8d626392317739cc9f85dd02b5699..97473f4ed5e60a654c582baa3b8681930c926dc3 100644 (file)
@@ -1,3 +1,66 @@
+2007-08-11  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1: allow 2.1 assemblies in the GAC.
+
+2007-07-27  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1: use smcs to compile the .net 2.1 assemblies.
+
+2007-07-23  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (install-local) [GAC]: If LIBRARY_PACKAGE is set to
+       'none' don't install a symlink from a package directory into the gac.
+
+2007-07-11  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1.make: work on the 2_1 profile.
+
+2007-06-12  Marek Safar  <marek.safar@gmail.com>
+
+       * rules.make: Added FRAMEWORK_VERSION_MAJOR.
+
+2007-05-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (dist-local): Remove special-case code.
+       * rules.make ($(depsdir)): New rule to create the dependencies
+       directory on demand.
+       * library.make, executable.make: Make generated files depend on
+       $(depsdir).
+       * profiles/basic.make: Likewise.
+
+       * profiles/net_2_0_bootstrap.make: Move rules for mcs.exe to
+       mcs/Makefile.
+       * library.make (the_libdir, build_libdir): New.  Create these
+       directories on demand instead of worrying about keeping the list
+       of profiles uptodate.
+       * executable.make (prog_dir): Likewise.
+
+2007-03-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * library.make: Show correct log (TestResult-ondotnet-PROFILE...) for
+       make run-test-ondotnet.
+
+Fri Nov 24 18:38:31 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * library.make: added ability to pass flags to the mono runtime when
+       running the test suite.
+
+2006-09-06  Kornél Pál  <kornelpal@gmail.com>
+
+       * TestConfiguration.cs: Moved to Npgsql.
+
+2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
+
+       * config-default.make: Use UTF-8 as the default encoding for compilers.
+
+2006-09-04  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (TEST_HARNESS_VERBOSE): New user toggle.  If
+       defined, NUnit will print the names of the unit tests as they are
+       run.  Can be used to narrow down infloops.
+       (TEST_HARNESS_EXCLUDE): Provide a way to override the list of
+       excluded unit test categories.
+
 2006-04-11  Raja R Harinath  <rharinath@novell.com>
 
        * profiles/default.make (BOOTSTRAP_PROFILE): Define.