X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=61e1c67106ad91d46498822cd939c2f18f868488;hb=994a01dd0d475ed970761f56310d41aab28c6526;hp=0d2a7538e8263bed91fad4c315baa4c1d03e524f;hpb=495c35c8d895702334541f6f6a7e22b7896c3bb6;p=mono.git diff --git a/ChangeLog b/ChangeLog index 0d2a7538e82..61e1c67106a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,347 @@ +2004-07-29 Lluis Sanchez Gual + + * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory. + +2004-07-28 Lluis Sanchez Gual + + * configure.in: Added data/net_1_1 and data/net_2_0 to the build. + * data/Makefile.am: Removed installation of machine.config and + DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific + directory. + * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for + installing 1.1 and 2.0 makefiles. + * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib + at the correct version specific directory. + +2004-07-27 John Merryweather Cooper + * configure.in: Disable __thread test (TLS) for FreeBSD as + it succeeds on FreeBSD 5.x when it should fail. Fix pthread + library detection for FreeBSD 4.x since pthread is embedded + in libc_r on this platform. Fix some typos in my host + regexes for freebsd. + +2004-07-23 Dick Porter + + * configure.in: Changes for FreeBSD thread support by John + Merryweather Cooper . + +2004-07-15 Jackson Harper + + * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH + +2004-07-12 Massimiliano Mantione + + * docs/abc-removal.txt: Updated documentation for ABC removal. + +2004-07-12 Massimiliano Mantione + + * mono/mini/abcremoval.c: Rewritten most of ABC removal. + * mono/mini/abcremoval.h: Rewritten most of ABC removal. + * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite). + * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite). + +2004-07-03 Zoltan Varga + + * configure.in: Add --with-tls option to replace the misnamed + --with-nptl option. + +2004-07-02 Raja R Harinath + + * Makefile.am (mcs-do-basic-build, mcs-do-short-build): + Pass NO_SIGN_ASSEMBLY=yes to sub-make. + ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work. + +2004-07-02 Zoltan Varga + + * man/mono.1: Added 'aot' to trace options. + +2004-06-30 Zoltan Varga + + * configure.in: Fix trunc check + add SPARC64 defines. + +2004-06-29 Jackson Harper + + * man/gacutil.1: Update man with new command line options. + +2004-06-29 Raja R Harinath + Atsushi Enomoto + + * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR. + (GAC_DIR): New define that doesn't include $(DESTDIR). + (install-data-local,uninstall-local): Use them. Use in-tree mono + runtime, not the installed one. + +2004-06-29 Raja R Harinath + + * runtime/Makefile.am (gmcs_exe): New. Set only if not W32. + (monotwo_DATA): Use it. + From Atsushi Enomoto. + +2004-06-24 Raja R Harinath + + * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back + ICSharpCode.SharpZipLib, not that it has a different version. + +2004-06-24 Raja R Harinath + + * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger. + (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat + in W32. Use 'mono' and 'mcs' in W32 too. + (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap. + * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention + nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib. + Fix for #60443, the GAC .DLL-Hell. + +2004-06-22 Raja R Harinath + + * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage. + +2004-06-18 Jackson Harper + + * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add + instructions on setting multiple mask values. + +Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro + + * Makefile.am: process data before runtime, so the config file is + installed and gacutil has a chance to work (finding symlink). + +2004-06-18 Raja R Harinath + + * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): + Test if files exist in the mcs/ tree before creating symlinks. + Remove symlinks before creating them again. + * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. + * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. + +2004-06-18 Raja R Harinath + + * scripts/Makefile.am (REWRITE): New. Common rewriting 'sed' command. + (bin_SCRIPTS): Unify all the script generating rules into one. + +2004-06-16 Raja R Harinath + + * Makefile.am (bootstrap) [PLATFORM_WIN32]: Open code. Don't + build and populate net_2_0 profile. + (populate-runtime-subdir): Make into subroutine that takes list of + profiles to populate. + (faststrap): Update. + (MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE): + Avoid automake conditional/+= problems. + (populate-runtime-subdir): Rewrite sanity check. + +2004-06-16 Raja R Harinath + + Include prototype completely-untested 'make bootstrap' support for W32. + * Makefile.am (bootstrap): Define to fasterstrap for W32. + (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32. + (tmpinst-dir): Change sub-make invoke to ... + (tmpinst-dir-contents): ... this. Build 'mono.bat' in W32 instead + of 'mono' and 'mcs'. + ($(tmpinst)/bin/mono.bat): New. + +2004-06-15 Dick Porter + + * configure.in: Check for struct ip_mreqn and struct ip_mreq on + windows too. Fixes bug 55040. + +Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro + + * configure.in: better explain that --with-nptl is not related to + NPTL, but to __thread support. Set sigaltstack support to off by + default. + +2004-06-12 Raja R Harinath + + * Makefile.am (populate-runtime-subdir): Add _tmpinst directory + to the PATH. + +2004-06-11 Jackson Harper + + * runtime/net_2_0/Makefile.am: + * runtime/net_1_1/Makefile.am: Remove signing patches + +2004-06-11 Jackson Harper + + * man/mono.1: Add documentation for MONO_GAC_PREFIX. + * runtime/net_2_0/Makefile.am: + * runtime/net_1_1/Makefile.am: Sign assemblies before + installing. Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib. + +2004-06-11 Raja R Harinath + + * Makefile.am (populate-runtime-subdir): New target. Does a + controlled "make install" in the 'mcs/' directory to populate the + 'runtime' directory. + (fasterstrap): Use it. + +2004-06-10 Raja R Harinath + + * runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)): + Don't copy from prefix. Use $(LN_S) to point to the mcs/ tree. + * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): + Use $(LN_S) to point to the mcs/ tree, rather than copying. + * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise. + +2004-06-10 Raja R Harinath + + Support the new assembly signing setup in mcs/. + * Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes. + ($(tmpinst)/etc/mono/machine.config): New target. + (tmpinst-dir.stamp): Remove and rewrite into ... + ($(tmpinst)/bin/mcs): ... this and ... + ($(tmpinst)/bin/mono): ... this. Update to use the in-tree machine.config. + (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly. + * configure.in (AC_PROG_LN_S): New check to define $(LN_S). + +Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro + + * configure.in: libc setting for NetBSD (patch from recht@netbsd.org). + +2004-06-01 Raja R Harinath + + * Makefile.am (bootstrap,faststrap,fasterstrap): Refactor. + Fix 'faststrap' to be corlib-version-change-safe. + (one-stage-strap,two-stage-strap,three-stage-strap): Remove. + (monolite-bootstrap): Update. + +2004-05-31 Gonzalo Paniagua Javier + + * configure.in: fixlets for windows. + +2004-05-29 Zoltan Varga + + * configure.in: export CC instead of passing it to libgc/configure. + +2004-05-28 Duncan Mak + + * runtime/Makefile.am: + * scripts/Makefile.am: Include mono-find-provides and + mono-find-requires. + + * scripts/mono-find-provides.in: + * scripts/mono-find-requires.in: New wrapper scripts. + +2004-05-27 Zoltan Varga + + * configure.in: Pass CC to libgc configure. + +2004-05-27 Gert Driesen (drieseng@users.sourceforge.net) + + * monowiz.win32.nsi: normalized line-endings to unix (LF) + +2004-05-27 Gert Driesen (drieseng@users.sourceforge.net) + + * monowiz.win32.nsi: do not include mono subdirectory in + MonoConfigDir registry key, to match batch files + +2004-05-26 Gonzalo Paniagua Javier + + * data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute + values. Now they are URlEncoded. + + * data/browscap.ini.gz: updated. + +2004-05-26 Raja R Harinath + + * Makefile.am (mcs-do-basic-build): No need to set MCS here. + * runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to + reflect new names for nunit.util and nunit.framework. Add + nunit.core. + * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise. + +2004-05-25 Ben Maurer + + * config.h.in: remove + +2004-05-25 18:30 CET Patrik Torstensson + + * configure.in: Check for trunc instead of truncl (HAVE_TRUNC) + +2004-05-21 Gonzalo Paniagua Javier + + * Makefile.am: + * monowiz.win32.nsi: improved windows installer script. + +2004-05-21 Raja R Harinath + + * README: Update to include instructions for the various new + bootstrap-like targets. + +2004-05-20 Raja R Harinath + + * Makefile.am (get-monolite-latest, monolite-bootstrap): + New bootstrap targets to build from monolite. + Based on idea from Jaroslaw Kowalski . + +2004-05-20 Raja R Harinath + + * configure.in (AC_OUTPUT): Add tools/Makefile and + tools/locale-builder/Makefile. + * Makefile.am (SUBDIRS): Remove tools. + (DIST_SUBDIRS): Add 'tools'. + (bootstrap): Rewrite so that we get two new targets. + (faststrap): New two-stage build. + (fasterstrap): New one-stage build. + +2004-05-19 Jackson Harper + + * tools/ + * tools/Makefile.am: Add tools directory + * tools/locale-builder: Add the locale-builder tool, this tool is + not built by default as it is only needed by people that wish to + moidify culture data. + * Makefile.am: Add tools to build + +Wed May 19 13:22:19 EDT 2004 Paolo Molaro + + * configure.in: make MacOSX default to use the included libgc. + +2004-05-18 Zoltan Varga + + * configure.in: Get rid of -DMONO_USE_EXC_TABLES. + +2004-05-19 Raja R Harinath + + * configure.in: Use proper autoconf idiom to pass additional + arguments to libgc/configure. + (PLATFORM_WIN32, NEED_LINK_UNLINK): Use three-argument AC_DEFINE. + * acconfig.h: Update to reflect changes. + +2004-05-17 Raja R Harinath + + * Makefile.am (tmpinst-dir): Creates _tmpinst tree if + necessary. Move body ... + (tmpinst-dir.stamp): ... here. + (stage3): Don't remove _tmpinst tree. + (bootstrap-clean, bootstrap-check): New rules. They run the + corresponding rules in the mcs/ tree. + +2004-05-14 Raja R Harinath + + * Makefile.am: Revert unlogged unexplained changes. + (stage3): Make 'all-profiles' since the mono source tarball + carries all the net_2_0 preview dlls. + +2004-05-11 Jackson Harper + + * runtime/net_1_1/Makefile.am: + * runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now. + +2004-05-10 Raja R Harinath + + * Makefile.am (tmpinst-dir): Always add $tmpinst/lib to MONO_PATH. + Fix quoting of commands. + +2004-05-08 Gonzalo Paniagua Javier + + * monowiz.win32.nsi: some changes i made to build the 0.91 win32 setup + file. + +2004-05-07 Bernie Solomon + + * man/mono.1: mention MONO_EGD_SOCKET + 2004-05-07 Raja R Harinath Goodbye 'fullbuild', hello 'bootstrap'.