X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=910b0994c46d1100fc993ac9164cf9dd655f267a;hb=0c6dbc41744e2e1c9df644bd077171a0e8db713e;hp=95fdcbaafe2f55f2de5cff802cb191726a3dbe90;hpb=e44fa940009b5041964c3f50999f38a1fdc535de;p=mono.git diff --git a/ChangeLog b/ChangeLog index 95fdcbaafe2..910b0994c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2009-03-20 Zoltan Varga + + * mono/os: Remove this now empty directory. + + * mono/Makefile.am (SUBDIRS): Remove 'os'. + +2009-03-16 Atsushi Enomoto + + * scripts/Makefile.am : mono-xmltool uses 2.0. + +2009-03-12 Jonathan Pryor + + * scripts/Makefile.am: Add sqlmetal. + +2009-03-10 Zoltan Varga + + * README: Remove the comment about --with-moonlight being pre-alpha. + +2009-03-10 Atsushi Enomoto + + * scripts/Makefile.am : added svcutil. + +2009-02-26 Marek Habersack + + * data/mono.web.pc.in: added. Fixes bug #479760 + + * data/Makefile.am: added mono.pc{.in} wherever necessary + +2009-02-07 Gonzalo Paniagua Javier + + * configure.in: include stdio so that NULL is defined when checking + for ifreq. + +2009-02-06 Miguel De Icaza + + * Disable parallel marking on OSX as it hangs during collections + in the bootstrap stage of Mono. + + As we find more platforms that hang, we should disable it there as + well. + +2009-02-03 Miguel de Icaza + + * configure.in (PLATFORM_NO_SYMLINKS): New define that replaces + PLATFORM_WIN32. + +2009-02-02 Rodrigo Kumpera + + * configure.in: Add --with-mcs-docs to make it possible to disable building of documentation under mcs. + +2009-01-29 Zoltan Varga + + * configure.in: Remove -Wcast-align from the warning list, it leads to a lot of + useless warnings which can only be fixed by casting a pointer to (void*). + +2009-01-29 Miguel de Icaza + + * configure.in: Add a couple of new AM conditionals for POSIX and + DARWIN, these are used to conditionally include some files in + mono/mini. + +2009-01-27 Jb Evain + + * configure.in: bump Mono's version to 2.5 now that 2.4 + has been branched. + +2009-01-25 Zoltan Varga + + * acinclude.m4 (dolt_supported): Handle ARM as well. + +2009-01-23 Zoltan Varga + + * configure.in: Make --enable-parallel-mark=yes the default. + +2009-01-17 Zoltan Varga + + * configure.in: Complete the OPROFILE checks. + +2009-01-16 Zoltan Varga + + * configure.in: Avoid error messages in the quiet code if libgc/Makefile + does not exist yet. Fixes #466814. + +2009-01-09 Zoltan Varga + + * configure.in: Check for the existence of the gettext executables. + +2008-01-08 Christian Prochnow + + * configure.in: Check for sys/statfs.h and sys/mount.h + 2009-01-07 Geoff Norton * configure.in: Provide platform information to the mcs build tree @@ -7,6 +98,11 @@ * scripts/Makefile.am: don't generate a script for the now dead mono-api-diff. +2008-12-05 Jonathan Pryor + + * scripts/mdassembler, scripts/monodocer, scripts/monodocs2html: + Properly quote parameters as they may contain spaces. + 2008-12-05 Jonathan Pryor * man/mdoc-update.1: Document -fno-assembly-versions.