X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=649a66300ad07d3332f7c82328fd366750d1ce81;hb=ccac231e1e7f3539bb39b26567e108675edc985d;hp=16a731f2287647871c4786d485b0c0375bfcf621;hpb=a0a29572f61c9ae6df0b72466f04ebd011de4bab;p=mono.git diff --git a/ChangeLog b/ChangeLog index 16a731f2287..649a66300ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +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 + +2005-10-04 Zoltan Varga + + * configure.in: Fix up problems with the latest libtool on win32. + +2005-10-04 Zoltan Varga + + * configure.in: Remove 'Globalization:' entry from final message. + +2005-09-27 Raja R Harinath + + * configure.in (BUILD_MCS): New automake conditional. Used to + disable building the mcs/ tree if cross-compiling. + (CROSS_COMPILING): New automake conditional. + ($mcsdir/build/config.make): Don't clobber when cross-compiling. + (GLIB_CFLAGS, GLIB_LIBS, GMODULE_CFLAGS, GMODULE_LIBS): + Define even when cross-compiling. + * runtime/Makefile.am (all-local, install, uninstall, clean-local): + Disable building in the mcs/ tree if !BUILD_MCS. + 2005-09-22 Raja R Harinath * configure.in (MONO_VERSION): Emit it into config.make. Don't