[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / ChangeLog
index 1573455c83db556eecd6d3d8cb82daaf3cc28d96..1616a4e9a1cdee9faf7dd03612d4a22effdd255b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,60 @@
+2011-04-19  gettextize  <bug-gnu-gettext@gnu.org>
+
+       * m4/gettext.m4: New file, from gettext-0.18.1.
+       * m4/iconv.m4: New file, from gettext-0.18.1.
+       * m4/lib-ld.m4: New file, from gettext-0.18.1.
+       * m4/lib-link.m4: New file, from gettext-0.18.1.
+       * m4/lib-prefix.m4: New file, from gettext-0.18.1.
+       * m4/nls.m4: Upgrade to gettext-0.18.1.
+       * m4/po.m4: Upgrade to gettext-0.18.1.
+       * m4/progtest.m4: Upgrade to gettext-0.18.1.
+       * m4/Makefile.am (EXTRA_DIST): Add the new files.
+       * configure.in (AC_CONFIG_FILES): Add po/Makefile.in.
+
+2010-08-05  AndrĂ©s G. Aragoneses  <andres@lindenlab.com>
+
+       * scripts/.gitignore: added mono-abi-info.
+       * scripts/Makefile.am: added mono-abi-info autofoo.
+
+2010-07-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove the 'LLVM backend is experimental' warning.
+
+2010-07-08  Neale Ferguson <neale@sinenomine.net>
+
+       * configure.in: Add sgen_supported=true for s390x.
+
+2010-07-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * configure.in: Restore the AM_CONDITIONAL debugger supported, we need it to
+       include/exclude assembler files from the build in the makefile.
+
+2010-06-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a define for the full LLVM version to config.h.
+
+2010-06-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Make sgen_supported default to false to fix non-x86 builds.
+
+2010-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/patch-quiet.sh: Fix this up after the build changes.
+
 2010-06-23  Miguel de Icaza  <miguel@novell.com>
 
-       * configure.in: First pass at supporting the compilation of both
+       * configure.in: By default, we will now also buils an SGen-aware
+       VM by default.   This can be turned off by using the
+       --with-sgen=no command line option.
+
+       Two binaries are produced now: mono and mono-sgen
+
+       --- First Pass ---
+
+       * configure.in: Remove redundant setting of variables in non-Boehm
+       cases.
+
+       First pass at supporting the compilation of both
        the Boehm-powered Mono VM and the Sgen-powered one.
 
        The Boehm configuration flags are no longer part of the config.h