* scripts/Makefile.am: Include mono-find-provides and
[mono.git] / ChangeLog
index 29ef22d85a2aace8ce84493172e096e3d4be7e59..b4f998fad30270f3639a17c3cc3794fa39917566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
+2004-05-28  Duncan Mak  <duncan@ximian.com>
+
+       * 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  <vargaz@freemail.hu>
+
+       * 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 <gonzalo@ximian.com>
+
+       * data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute
+       values. Now they are URlEncoded.
+
+       * data/browscap.ini.gz: updated.
+
+2004-05-26  Raja R Harinath  <rharinath@novell.com>
+
+       * 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  <bmaurer@users.sourceforge.net>
+
+       * config.h.in: remove
+
+2004-05-25 18:30 CET Patrik Torstensson <totte@hiddenpeaks.com>
+
+       * configure.in: Check for trunc instead of truncl (HAVE_TRUNC)
+
+2004-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile.am:
+       * monowiz.win32.nsi: improved windows installer script.
+
+2004-05-21  Raja R Harinath  <rharinath@novell.com>
+
+       * README: Update to include instructions for the various new
+       bootstrap-like targets.
+
+2004-05-20  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (get-monolite-latest, monolite-bootstrap):
+       New bootstrap targets to build from monolite.
+       Based on idea from Jaroslaw Kowalski <jaak@zd.com.pl>.
+
+2004-05-20  Raja R Harinath  <rharinath@novell.com>
+
+       * 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  <jackson@ximain.com>
+
+       * 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 <lupus@ximian.com>
+
+       * configure.in: make MacOSX default to use the included libgc.
+
+2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Get rid of -DMONO_USE_EXC_TABLES.
+
+2004-05-19  Raja R Harinath  <rharinath@novell.com>
+
+       * 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  <rharinath@novell.com>
+
+       * 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  <rharinath@novell.com>
+
+       * 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  <jackson@ximian.com>
+
+       * runtime/net_1_1/Makefile.am:
+       * runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now.
+       
+2004-05-10  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (tmpinst-dir): Always add $tmpinst/lib to MONO_PATH.
+       Fix quoting of commands.
+
+2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * monowiz.win32.nsi: some changes i made to build the 0.91 win32 setup
+       file.
+
+2004-05-07  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * man/mono.1: mention MONO_EGD_SOCKET
+
+2004-05-07  Raja R Harinath  <rharinath@novell.com>
+
+       Goodbye 'fullbuild', hello 'bootstrap'.
+       * Makefile.am (bootstrap): New target for building from CVS.  New
+       improved version of 'fullbuild' -- does not install any files.
+       (fullbuild): Obsolete target.  Bootstraps and installs tree.
+       (mcs-tree-safe-build,xinstall-runtime,mcs-rest,remove-binaries):
+       Removed.
+       (stage1,stage1-mcs,stage1-mono,stage2,stage3)
+       (tmpinst-dir,tmpinst-runtime): New targets used to implement a
+       two-stage bootstrap.
+
 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * configure.in: scandir check is no longer needed.