X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=adbe0fb915b558b189b97cdeb34b49b87a9528a4;hb=4e68cba74f65110cf894867c43754f9655bac297;hp=1cf328395c5aa9efee38cc3325c30e43bb273f2a;hpb=c5b33960f37ce06ef317d3af8b8dcd7e5026e5a3;p=mono.git diff --git a/ChangeLog b/ChangeLog index 1cf328395c5..adbe0fb915b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,136 @@ +2005-01-15 Zoltan Varga + + * scripts/Makefile.am (bin_SCRIPTS): Remove whitespace after \. + +2005-01-13 Zoltan Varga + + * configure.in Makefile.am: Resurrect ikvm-jni. + + * ikvm-native: New directory which contains a copy of the 'native' + module in IKVM cvs. + +2005-01-05 Jonathan Pryor + + * configure.in: Add check for . + +2005-01-04 Jonathan Pryor + + * configure.in: Add check for vsnprintf. + +2005-01-04 Raja R Harinath + + * runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono. + ($(tmpinst)/bin/mono): New. + +2005-01-03 Ben Maurer + + * configure.in: Add mono-nunit to output + +2005-01-03 Jonathan Pryor + + * Makefile.am: Change build order so that support is built before runtime. + This is primarily so that I don't have to wait N hours for mcs to finish + building to find out if I broke the sparc build (again). + +2005-01-03 Jonathan Pryor + + * configure.in: Add checks for getdomainname and setdomainname. + +2005-01-03 Jonathan Pryor + + * configure.in: Add checks for and . + +2005-01-02 Zoltan Varga + + * configure.in ikvm-jni Makefile.am: Remove ikvm-jni, since IKVM CVS + now includes its own version. + +2004-12-29 Duncan Mak + + * man/monop.1: Add docs on the new "--search" flag. + +2004-12-28 Jonathan Pryor + + * configure.in: Add header & function checks for MonoPosixHelper. + +2004-12-20 Raja R Harinath + + * configure.in: Change from 'pax' format to 'ustar' format for the + tarfile, so that we can create packages on SuSE 9.0. + +2004-12-15 Gonzalo Paniagua Javier + + * configure.in: isinf can be a macro and the test from AC_CHECK_FUNCTION + #undefines it before testing... + +2004-12-15 Gonzalo Paniagua Javier + + * configure.in: check for ieeefp.h and isinf. + +2004-12-15 Raja R Harinath + + * configure.in ($mcsdir/build/config.make): Use $mcsdir relative + to the $srcdir. Fix definition of 'prefix'. + +2004-12-14 Raja R Harinath + + * runtime/mono-wrapper.in (MONO_SHARED_DIR): Set. Ensures that + state isn't shared between an installed runtime and the in-tree + runtime, and also ensure that both 'make check' and 'make + distcheck' can run in parallel. + * runtime/Makefile.am (clean-local): Remove the .wapi directory. + +2004-12-09 Raja R Harinath + + * README: Update with details about the new build setup. + +2004-12-08 Raja R Harinath + + * Makefile.am (get-monolite-latest): Update to new location of + bootstrap files in the mcs/ tree. + +2004-12-07 Raja R Harinath + + * configure.in: Set 'tar-pax' option for automake-1.9. + +2004-12-07 Raja R Harinath + + * runtime/Makefile.am (uninstall): New. + +2004-12-06 Zoltan Varga + + * configure.in: Disable -Wcast-align on sparc. + +Mon Dec 6 15:00:53 CET 2004 Paolo Molaro + + * configure.in: add option to disable some features of + the runtime to create a smaller binary. + +2004-12-03 Raja R Harinath + + * configure.in (ENABLE_NUNIT_TESTS): New. + * runtime/Makefile.am (check-local): Use it to disable nunit + tests. Ensure that the test dlls are always built, however. + +2004-12-03 Raja R Harinath + + * Makefile.am (dist-hook): Ensure we use the 'default' profile. + * mono/Makefile.am (HANDLES): New. Disable 'handles' dir on Win32. + (SUBDIRS): Use it. Move 'cil' before 'metadata'. + * runtime/Makefile.am (install-exec): Pass + RUNTIME_HAS_CONSISTENT_GACDIR to the mcs/ build. + +2004-12-01 Neale Ferguson + + * configure.in : Add a flag for systems which pass parameters in + registers as well as the stack. + +2004-11-30 Raja R Harinath + + * configure.in (AC_OUTPUT): Move runtime/Makefile to the end to + workaround a bug in automake 1.7.x. + * runtime/Makefile.am ($(symlinks)): Don't depend on config.status. + 2004-11-27 Miguel de Icaza * configure.in: Removed support for configured-based bundles.