2004-05-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / ChangeLog
index 29ef22d85a2aace8ce84493172e096e3d4be7e59..f1ece774a830363265cc46627f5be47234fd120b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+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.