2010-03-23 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / ChangeLog
index f4770b5efda7df82d2a980f24136785e08c7a2e2..22a93031509e7d1c870a9940785e4deed50eb6b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,215 @@
+2010-03-22  Andreia Gaita  <avidigal@gmail.com>
+
+       * configure.in: fix build when doing with-mcs-docs=no on a clean tree
+
+2010-03-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * autogen.sh: Pass -Wno-portability to automake to quiet some warnings.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * runtime/Makefile.am, build-mingw32.sh: rename
+       the net_2_1 profile to moonlight.
+
+2010-03-10  Andrew Jorgensen  <ajorgensen@novell.com>
+
+       * configure.in: configure eglib even when we are not building
+       it (fixes dist)
+
+Fri Mar 5 18:58:15 CET 2010 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: introduce the --enable-small-config option
+       to reduce runtime requirements (and capabilities).
+
+2010-03-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (DIST_SUBDIRS): Add eglib.
+
+       * autogen.sh: Run eglib's autogen.sh too.
+
+2010-03-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * Makefile.am:
+       * mono/Makefile.am: Only build some subdirs when configured for
+       moonlight.
+
+       * configure.in: If configured --with-moonlight=yes, define MOONLIGHT and
+       use that variable instead of INSTALL_2_1.
+
+       * runtime/Makefile.am: If configured for moonlight, only build
+       net_2_1_raw.
+
+2010-03-02  Mark Probst  <mark.probst@gmail.com>
+
+       * tools/sgen-grep-binprot.c: Tool for searching through the binary
+       protocol files generated by SGen.
+
+2010-02-26  Miguel de Icaza  <miguel@novell.com>
+
+       * Make the scripts default to 4.0 now.
+
+2009-05-21  Miguel de Icaza  <miguel@novell.com>
+
+       * Check for sys/select.h as well
+
+Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in, data/mono-2.pc.in, data/Makefile.am,
+       samples/embed/*: increase the API version.
+
+2010-02-18  Marek Habersack  <mhabersack@novell.com>
+
+       * scripts/mono-configuration-crypto.in: added
+
+       * scripts/Makefile.am: added mono-configuration-crypto targets
+
+2010-01-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Fix the setting of LLVM_CXXFLAGS.
+
+2010-01-22  Andrés G. Aragoneses  <knocte@gmail.com>
+
+       * configure.in: Improve r150055 by checking for CXX=g++ as well, according to
+       http://lists.gnu.org/archive/html/bug-autoconf/2002-04/msg00077.html
+
+2010-01-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Disable the solaris tar check on !solaris platforms.
+
+2010-01-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Check whenever g++ is installed, since libtool requires it
+       even if no c++ files will be compiled.
+       See BNC#572871.
+
+2010-01-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add -fno-rrti to CXXFLAGS.
+
+2010-01-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * configure.in: Add support for disabling mdb support.
+
+2010-01-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Don't define TARGET_WIN32 when --target is used.
+
+2010-01-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/get-cygwin-deps.sh: New file. Contains a script to download and setup
+       the dependencies needed for compiling mono on cygwin.
+
+2010-01-06  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * scripts/Makefile.am: Add peverify script.
+
+       * scripts/peverify.in: Added.
+
+2009-12-22  Geoff Norton  <gnorton@novell.com>
+
+       * configure.in: Fix invalid escaping.  Patch from Spina from
+       www.slacky.eu.
+
+2009-12-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add an LLVM_CFLAGS automake variable.
+
+2009-12-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove the check for valgrind/memcheck.h, we include the file
+       in our sources now.
+
+2009-12-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Applied patch from Matt McClellan (matt@mc-c.net). Add a check
+       for 2 parameter sched_setaffinity in older glibc versions. Fixes
+       #564000.
+
+2009-11-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Disable visibility attributes on cygwin.
+
+2009-11-18  Mark Probst  <mark.probst@gmail.com>
+
+       * scripts/Makefile.am: Put mono-heapviz into EXTRA_DIST as well.
+
+2009-11-18  Mark Probst  <mark.probst@gmail.com>
+
+       * scripts/Makefile.am: mono-heapviz is not a managed executable.
+
+2009-11-18  Mark Probst  <mark.probst@gmail.com>
+
+       * configure.in: Allow SGen without __thread.
+
+2009-11-17  Marek Habersack  <mhabersack@novell.com>
+
+       * runtime/Makefile.am (TEST_SUPPORT_FILES): added bin/al2 - needed
+       for System.Web tests.
+
+2009-11-17  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a --enable-minimal=soft-debug option.
+
+2009-11-15  Andreas Faerber  <andreas.faerber@web.de>
+
+       * configure.in (DTrace): Add missing -s switch for dtrace -h.
+       Fixes BNC #445074.
+       
+       Contributed under MIT/X11 license.
+
+2009-11-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too.
+
+2009-11-12  Mark Probst  <mark.probst@gmail.com>
+
+       * scripts/mono-heapviz: New script for generating SGen heap
+       visualizations.
+
+       * scripts/Makefile.am: mono-heapviz added.
+
+2009-11-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add checks for link.h and dl_iterate_phdr.
+
+2009-11-10  Jonathan Chambers  <joncham@gmail.com>
+
+       * winconfig.h: Bump version string to 2.7.
+
+       Contributed under MIT/X11 license.
+
+2009-11-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Define LLVM_MAJOR/MINOR_VERSION defines to allow working
+       around changes in LLVM APIs.
+       
+       * configure.in: Remove the MONO_ARCH_REGPARMS define.
+
+       * configure.in (MONO_ARCH_REGPARMS): Set MONO_ARCH_REGPARS on ARM.
+
+2009-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * configure.in: Add check for FreeBSD/ppc64.
+
+       Patch by Justin Hibbits <chmeeedalf@gmail.com>.
+
+2009-11-05  Miguel de Icaza  <miguel@novell.com>
+
+       * Add configure check for xbox360
+
+2009-11-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Applied patch from Kornél Pál
+       <kornelpal@gmail.com>. Enable dolt on cygwin.
+
+2009-11-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Check for netinet/in.h.
+
+2009-11-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * configure.in: add a few missing header file checks.
+
 2009-11-01  Zoltan Varga  <vargaz@gmail.com>
 
        * configure.in: Make the LLVM warning a bit more up-to-date.
@@ -5212,5 +5424,3 @@ Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
 
        * NEWS: 
-
-