Move to a directory
[mono.git] / ChangeLog
index eae5f5a86a18b6da357d68f058deeaf3a314bd7d..a31366f688a1f9ccd06174dd0a3c4561940ae11d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,410 @@
+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.
+
+       * configure.in: Pass -mno-cygwin to CXX too on windows. Enable AC_PROG_CXX
+       since it now works on windows too.
+
+2009-10-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add support for cross-compiling to ppc.
+
+2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * configure.in: Add check for the deprecated attribute.
+
+2009-10-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * data/Makefile.am (gdb_DATA): Install mono-gdb.py alongside the mono executable.
+
+       * data/gdb-pre7.0: New directory, containing the mono support files for
+       gdb versions before 7.0.
+
+2009-10-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * */CMakeLists.txt: Update this to latest autoconf files.
+
+2009-10-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Bump version to 2.7.
+
+2009-10-01  Raja R Harinath  <harinath@hurrynot.org>
+
+       * scripts/Makefile.am: Use 'mv -f' instead of 'mv'.
+
+2009-09-30  Marek Safar  <marek.safar@gmail.com>
+
+       * runtime/Makefile.am, configure.in: Don't build 1.1 profile
+
+2009-09-29  Ankit Jain  <jankit@novell.com>
+
+       * mono-core.spec.in: Add Microsoft.WebApplication.targets
+
+2009-08-29  Jonathan Pryor  <jpryor@novell.com>
+
+       * man/mdoc-export-html.1: Document --with-profile, --with-version.
+
+2009-09-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Enable this for mips.
+
+2009-08-29  Jonathan Pryor  <jpryor@novell.com>
+
+       * man/mdoc.5: Document the new <format/> element.
+
+2009-08-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/Makefile.am: Applied patch from Hib Eris (hib@hiberis.nl).
+       Add $(SCRIPT_SUFFIX) to the name of the 'mod' tool.
+
+2009-08-04  Miguel de Icaza  <miguel@novell.com>
+
+       * Start the split between PLATFORM_WIN32 and TARGET_WIN32.
+
+       PLATFORM_WIN32 should be used to configure the runtime while
+       building it.   TARGET_WIN32 is used for target execution.
+
+       This is used by Mono's AOT cross compiler when running on Windows,
+       but targetting a different operating system.    So we have to tell
+       those two apart.
+
+2009-07-24  Jb Evain  <jbevain@novell.com>
+
+       * scripts/Makefile.am: generate a dmcs script for the 4.0 compiler
+       when building the net_4_0 profile.
+
+2009-07-24  Jb Evain  <jbevain@novell.com>
+
+       * configure.in
+       * runtime/Makefile.am
+       * data/Makefile.am: create a and populate a configuration folder
+       for the net_4_0 profile.
+
+2009-07-21  Jb Evain  <jbevain@novell.com>
+
+       * configure.in: add a --with-monotouch option.
+       * runtime/Makefile.am: use it to trigger the mcs monotouch build.
+
+2009-07-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add more libraries needed by the llvm backend.
+
+2009-07-02  Jb Evain  <jbevain@novell.com>
+
+       * scripts/Makefile.am: monolinker is now a 2.0 assembly.
+
+2009-07-02  jonas echterhoff <jonas@unity3d.com>
+
+       * configure.in: Add linker flag on Mac OS X to allow access to other
+       processes, needed for debugging. Enable debugging on OS X.
+       
+2009-06-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in (TARGET_BYTE_ORDER): New define containing the byte order of
+       the target.
+
+2009-06-18  Marek Habersack  <mhabersack@novell.com>
+
+       * data/browscap.ini: applied Mono modifications to the upstream
+       version. Fixes three tests failing in System.Web. Fixes bug #513965
+       Added ecmascriptversion, msdomversion and w3cdomversion to the IE
+       8.0 entry. Fixes bug #513965
+
+2009-06-16  Raja R Harinath  <harinath@hurrynot.org>
+
+       * configure.in (--with-profile2): Simplify slightly.
+       (--with-profile4, --with-moonlight): Likewise.
+
+2009-06-15  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Changed the default to not build the 4.0 profile
+       unless explicitly enabled.
+
+2009-06-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * CMakeLists.txt: Add mips support.
+
+2009-06-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * scripts/CMakeLists.txt: New file.
+
+       * samples/CMakeLists.txt: New file, currently empty.
+
+2009-06-12  Andreia Gaita  <avidigal@novell.com>
+
+       * data/config.in: add libcups dllmap entry
+
+2009-06-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Disable dtrace support if dtrace doesn't support the
+       -h option.
+
+2009-06-10  Marek Safar  <marek.safar@gmail.com>
+
+       * runtime/Makefile.am, configure.in: Make net_4_0 profile optional.
+
+2009-06-07  Marek Safar  <marek.safar@gmail.com>
+
+       * runtime/Makefile.am: Enabled net_4_0 for compilation.
+
+2009-05-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Disable USE_MUNMAP on ppc to work around #504411.
+
+2009-05-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * CMakeLists.txt: Implement AC_OUTPUT, creation of config.make, etc.
+       
+       * CMakeLists.txt: implement arm fpu detection, add vfp detection as
+       well.
+
+       * CMakeLists.txt: Add arm support.
+
+2009-05-24  Miguel de Icaza  <miguel@novell.com>
+
+       * Disable mono/docs build if we disabled the mcs build.
+
+2009-05-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * */CMakeLists.txt: Add beginnings of a cmake based build system.
+
+2009-05-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Enable dolt on sparc linux.
+
+2009-05-17  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add TARGET_POWERPC/POWERPC64 defines.
+
+2009-05-09  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Instead of reporting the various disabled features
+       in a loop, where a keyword might fail, report the actual disabled
+       features in the sections that handle them
+
+2009-05-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Add powerpc64.
+
+2009-05-07  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * runtime/Makefile.am (mcs-compileall): Pass --security=validil
+       to the runtime so the assemblies are not required to be verifiable.
+
+2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile.am (compiler-tests): Rewrite to re-build the moon
+       assemblies after mcs/ is built.
+       * runtime/Makefile.am (build_profiles) [INSTALL_2_1]: Build only
+       the net_2_1_raw profile.
+       (test_profiles): New.  Mention net_2_1 profile.
+       (moon-do-build): New.
+
+2009-05-05  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Fix the bug reported on the mailing list by
+       Koushik K Dutta: do not build docs when --disable-mcs-builds is
+       passed. 
+
+2009-05-05  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Reduce configure-time dependencies by using
+       pkg-config the way it was originally intended to be used, and not
+       with the incredibly lame and painful inducing pkg.m4 file. 
+
+       I am on a quest to remove this gratuitous dep on pkg.m4 that is
+       making people's lives miserable around the globe, just because
+       someone can not be bothered to learn the shell if construct.
+
+2009-04-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add an option to disable the solaris tar check.
+       
+       * configure.in: Define a TARGET_<ARCH> preprocessor symbol for some
+       architectures.
+
+2009-04-23  Jb Evain  <jbevain@novell.com>
+
+       * scripts/Makefile.am: add a pdb2mdb script.
+
+2009-04-22  Jeffrey Stedfast  <fejj@novell.com>
+
+       * configure.in: Check for a stable version of glib-2.0 as opposed
+       to an unstable development version (we don't want people
+       unfamiliar with glib versioning to install an unstable development
+       version of glib).
+
 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
 
        * configure.in: Quiet 'copying selected object files' messages from