2005-08-19 Jordi Mas i Hernandez <jordi@ximian.com>
[mono.git] / ChangeLog
index f7caeed80be51e46cec58cd7046cc097f25397c5..f43ff3a5582321b115652e1db571676264ad4aba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
+
+       * libmono.vcproj: Fix VC build.
+
+Thu Aug 4 19:55:33 BST 2005 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: enable the ARM jit port.
+
+2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * acconfig.h configure.in: Applied patch from Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
+
+2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix definition of LIBC for ia64.
+
+2005-07-12  Daniel Drake  <dsd@gentoo.org>
+
+       * configure.in: Add check for libattr's <attr/attr.h>
+
+2005-07-11  Raja R Harinath  <rharinath@novell.com>
+
+       * scripts/script.in: Add @framework_version@ blank.
+       * scripts/script2.in: Remove.
+       * scripts/Makefile.am: Update.  Use wsdl.exe for wsdl2 and
+       monop.exe for monop2.
+
+2005-07-04  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile.am (EXTRA_DIST): Distribute mono-uninstalled.pc.in.
+       (noinst_DATA): Build mono-uninstalled.pc.
+       * mono-uninstalled.pc.in (Libs): Avoid ${pc_top_builddir}.
+       (Cflags): Likewise.  Let $(srcdir) to be absolute.
+
+2005-07-03  Ben Maurer  <bmaurer@ximian.com>
+
+       * scripts/Makefile.am (bin2_SCRIPTS): Add monop2
+
+2005-07-01  Daniel Drake  <dsd@gentoo.org>
+
+       * configure.in: Add check for FreeBSD's sys/extattr.h
+
+2005-07-01  Raja R Harinath  <rharinath@novell.com>
+
+       Avoid resource leakage on 'make clean' (see #75424).
+       * configure.in (AC_CONFIG_FILES): Add runtime/semdel-wrapper.
+       * runtime/semdel-wrapper.in: New.
+       * runtime/Makefile.am (clean-local): Use the semdel program before
+       nuking the .wapi directory.
+       (noinst_SCRIPTS): Add semdel-wrapper.
+       (MYDISTFILES, distdir): Use automake variable to get the list of
+       files to distribute.
+       (all-local, install-exec, uninstall): Call semdel-wrapper.
+       (mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall):
+       Likewise.
+
+2005-06-27  Geoff Norton  <gnorton@customerdna.com>
+
+       * configure.in: Add support for X86 darwin.
+
+2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Add support for ia64.
+
+2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: enabled the use of mmap/munmap for solaris and linux.
+       It seems to help with memory usage.
+
+2005-06-15  Ben Maurer  <bmaurer@ximian.com>
+
+       * configure.in: Another attempt at the portable "find libX11.so"
+       Hopefully, this one has no code paths where we are worse off than
+       what we had before any of this mess.
+       
+       * configure.in: What I hope is a more portable version hack.
+
+2005-06-14  Ben Maurer  <bmaurer@ximian.com>
+
+       * configure.in: echo the version number to
+       mcs/build/common/MonoVersion.cs. This allows us to not need to
+       update AssemblyInfo.cs every time we bump the version number.
+
+       * mono-uninstalled.pc.in: pc file that handles mono when it is not
+       installed. This lets us have mkbundle work inside the tree.
+
+       * configure.in: Create the .pc file above.
+
 2005-06-13  Jonathan Pryor <jonpryor@vt.edu>
 
        * man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.