X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0b3f5090d2b5bb575e7cab5bf558ebc8b3cb90bf;hb=9558365e84738fdd7b8364e6f18975e79b3db4f7;hp=ed5b7e708b7011f98d5b874829f2f7b1439dc3c8;hpb=68930f5be9a936f1e0b3fc8f92fcb770809b904f;p=mono.git diff --git a/ChangeLog b/ChangeLog index ed5b7e708b7..0b3f5090d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,161 @@ +2004-04-29 Raja R Harinath + + * runtime/Makefile.am (monobins_DATA): Add gacutil.exe. + (SUBDIRS): Build here before building subdirs. + * runtime/net_1_1/Makefile.am (all-local): Copy + $(gac_assemblies_list) here. + (install-data-local): Install dll from $(srcdir). + (gacutil): Pick from current tree. + * runtime/net_2_0/Makefile.am: Likewise. + + * Makefile.am (fullbuild): Update to changes in tree layout. + * runtime/net_1_1/Makefile.am (install-data-local): Allow empty + $(gac_assemblies_list). + ($(gac_assemblies_list)): Pick libraries from 'class/lib/default', + not 'class/lib/net_1_1'. + +2004-04-28 Jackson Harper + + * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do + not assume gacutil is installed. + * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed. + +2004-04-28 Jackson Harper + + * configure.in: Add new Makefile.amS + * runtime/Makefile.am: libs are now in profile dependant + directories. + * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1 + libs to the GAC. + * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0 + libs to the GAC. + * data/Makefile.am: cleanup browscap.ini + +2004-04-28 Bernie Solomon + + * configure.in: reword message re EGD support + now it is there + +2004-04-28 Gonzalo Paniagua Javier + + * config.h.in: + * configure.in: added check for sys/aio.h. Also check the field name + in 'union sigval'. + +2004-04-28 Jackson Harper + + * scripts/Makefile.am: + * scripts/gacutil.in: Add a gacutil script + +2004-04-26 Jackson Harper + + * Makefile.am: Grab libraries from lib/default now. + * runtime/Makefile.am: Grab libraries from lib/default now. + +2004-04-26 Bernie Solomon + + * configure.in: move setting of NO_VERSION_SCRIPT + until after checking for GNU ld + +2004-04-22 Urs C Muff + + move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on + windows/cygwin refactor .nsi to simply maintenance on script/batch + generation + * runtime/Makefile.am + * script/Makefile.am + * monowiz.win32.nsi + +2004-04-14 Raja R Harinath + + * runtime/Makefile.am ($(assemblies_DATA)): Copy file into + $(srcdir). Clean up output. + ($(monobins_DATA)): Likewise. + + * Makefile.am (mcs-tree-safe-build): Fix typo. + +2004-04-13 Sebastien Pouliot + + * configure.in: Added rules to check for getgrgid_r, getgrnam_r, + getpwnam_r, getpwuid_r, getresuid and setresuid. + +2004-04-13 Raja R Harinath + + Allow 'make fullbuild' to work on non-srcdir build. + * Makefile.am (mcs_topdir): New variable. + (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir + build. + (xinstall-runtime): Likewise. Use $(libgc_dir) directly, don't + grep for 'libgc'. + (fullbuild): Make ordering dependencies explicit. + +2004-04-12 Sachin Kumar + + * Makefile.am: Added 'web' in SUBDIRS + +2004-04-07 Gonzalo Paniagua Javier + + * configure.in: don't try-run the tests for nptl and/or sigaltstack + if they are disabled in the command line. + +2004-04-05 Jackson Harper + + * man/ilasm.1: Show /output instead of /out as the switch for + specifying output file names. + +2004-04-05 Zoltan Varga + + * configure.in: Check for pthread_getattr_np and pthread_attr_get_np. + +2004-04-02 Gonzalo Paniagua Javier + + * config.h.in: added HAVE_GETPWUID_R + * configure.in: check for getpwuid_r. + +2004-03-23 Zoltan Varga + + * configure.in: Fix GNU ld check. + 2004-03-22 Zoltan Varga + * configure.in: Use amd64 instead of x86-64 as directory name. Fixes + #55840. + * configure.in: Disable -version-script if not using GNU ld. Fixes #55910. + + * configure.in: Speedup successful sigaltstack test. + + + * configure.in: don't try-run the tests for nptl and/or sigaltstack + if they are disabled in the command line. + +2004-04-05 Jackson Harper + + * man/ilasm.1: Show /output instead of /out as the switch for + specifying output file names. + +2004-04-05 Zoltan Varga + + * configure.in: Check for pthread_getattr_np and pthread_attr_get_np. + +2004-04-02 Gonzalo Paniagua Javier + + * config.h.in: added HAVE_GETPWUID_R + * configure.in: check for getpwuid_r. + +2004-03-23 Zoltan Varga + + * configure.in: Fix GNU ld check. + +2004-03-22 Zoltan Varga + + * configure.in: Use amd64 instead of x86-64 as directory name. Fixes + #55840. + * configure.in: Disable -version-script if not using GNU ld. Fixes + #55910. + * configure.in: Speedup successful sigaltstack test. 2004-03-21 Gonzalo Paniagua Javier @@ -550,7 +703,6 @@ Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro * man/sqlsharp.1: changed pass= to password= for the PostgreSql provider. ->>>>>>> 1.166 2003-03-31 Gonzalo Paniagua Javier * data/machine.config: added SessionStateModule to httpModules section.