X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=84e94be404b9695c065159123a68c06ac923df48;hb=74e0026c67c47187714affa246d40e897a90941f;hp=4495a84885ae0a75a5280956e5e1e3e8280466de;hpb=c0855ca3257884eb0c1f96da3d76e187eb1db8d3;p=mono.git diff --git a/ChangeLog b/ChangeLog index 4495a84885a..84e94be404b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2006-01-04 Zoltan Varga + + * configure.in: Add a CFLAGS_FOR_BUILD autoconf variable. + +2006-01-03 Jonathan Pryor + + * configure.in: Add check for lutimes(2). Mac OS X doesn't provide this. + +2005-12-28 Kornél Pál + + * runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix + build when CC contains spaces. + +2005-12-27 Jonathan Pryor + + * configure.in: Add check for . Fixes #77091. + Thanks to Ben Gamari for the patch. + +2005-12-26 Zoltan Varga + + * configure.in: Add support for solaris/x86. + + * runtime/Makefile.am (all-local): Pass CC to the mcs makefile. + +2005-12-21 Wade Berrier + + * mono-cairo.pc.in: use $prefix/lib instead of $libdir, + otherwise the cairo.dll can't be found on 64 bit architectures + +2005-12-18 Raja R Harinath + + * configure.in (config.make): Don't blindly copy over $INSTALL, + since it can be relative to the mono tree. Use the same trick as + ac_INSTALL, but against an absolute path. + +2005-12-16 Wade Berrier + + * configure.in: Unset AC_DISABLE_FAST_INSTALL + This caused some weird monodis linking errors + +2005-12-12 Mike Kestner + + * mono-cairo.pc.in: pkgconfig support for Mono.Cairo. Mono.Cairo.dll + and this file can be extracted post-build to be packaged separately + on win32. + * configure.in: expand mono-cairo.pc + * Makefile.am: dist and install mono-cairo.pc + +2005-12-01 Jonathan Pryor + + * configure.in: Check for setkey(3) in -lcrypt and define CRYPT_LIBS + accordingly. + +2005-12-01 Mike Kestner + + * scripts/mono-find-provides.in: support policy assemblies. + +2005-11-29 Gonzalo Paniagua Javier + + * configure.in: define PLATFORM_MACOSX. + +2005-11-24 Dick Porter + + * configure.in: Test for GetProcessId() on windows + +2005-11-21 Raja R Harinath + + * scripts/Makefile.am (bin_SCRIPTS): Move 'gmcs' to ... + (scripts_2_0): ... here. + (gmcs): Remove special-case rule. + +2005-11-09 Michael Hutchinson + + * data/net_1_1/machine.config, data/net_2_0/machine.config: Set + default values for http proxy + +2005-11-07 Zoltan Varga + + * docs/jit-regalloc: Merge forgotten documentation updates from + the mini-xp-local-regalloc branch. + +2005-10-28 Wade Berrier + + * mono.pc.in, mint.pc.in, configure.in: Make these relocatable. + * scripts: Makefile.am mono-nunit.pc.in script.in mono-service.in + Make all the wrappers relocatable. + +2005-10-21 Zoltan Varga + + * configure.in: Add test for execinfo.h. + +2005-10-20 Raja R Harinath + + * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. Make 'distcheck' + compile with the 'monolite' in the distribution tarball. + (compiler-tests-net_2_0): Avoid deleting + $(mcs_topdir)/build/common/Consts.cs. + +2005-10-20 Robert Jordan + + * data/net_2_0/machine.config: Added IPC channel templates. + 2005-10-11 John Luke * man/monop.1: update for new monop options