X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=docs%2FChangeLog;h=04f9755dd274f6f49bc25331a82be4c38ab2d0b4;hb=e2457f51a728fa589410f209b3edd11770f75845;hp=95ad3448ab5d7cdb4442ce4b1b5aff731c753e6e;hpb=461f3d77809025a6a38d1e96b07940c8153d3f1f;p=mono.git diff --git a/docs/ChangeLog b/docs/ChangeLog index 95ad3448ab5..04f9755dd27 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,91 @@ +2010-04-06 Andreia Gaita + + * Makefile.am: fix distcheck - several targets get built on the + srcdir, which has no write permissions on make distcheck, so make + sure permissions are set + +2009-12-22 Jo Shields + * HtmlAgilityPack/LICENSE: Include upstream license (Ms-PL) since the + file headers don't specify it + +2009-12-22 Jo Shields + + * HtmlAgilityPack/*: Bundle HtmlAgilityPack 1.4~beta2 from + http://www.codeplex.com/htmlagilitypack in source form. + + * AgilityPack.dll: Remove binary assembly, use source instead. + + * docs.make Makefile.am README: Reflect above changes + +2009-02-12 Zoltan Varga + + * Makefile.am (EXTRA_DIST): Remove removed files. + + * README: Point to the documentation on the wiki. + + * call-sites.txt: Remove this, its contents is in jit-trampolines. + + * memory-management.txt thread-safety.txt aot-compiler.txt jit-regalloc + exception-handling.txt: Remove documents which are now on the wiki. + +2009-02-11 Rodrigo Kumpera + + * thread-safety.txt: Improve the docs about image lock. + +2009-02-11 Rodrigo Kumpera + + * thread-safety.txt: Document the new image lock. + +2008-12-12 Mark Probst + + * mini-porting.txt: Added some details about function descriptors + and emulated opcodes. + +2008-12-08 Jonathan Pryor + + * mono-file-formats.source, mono-tools.source: Place these under the + new "Commands and Files" node, and remove nay intermediate nodes. + +2008-11-20 Jonathan Pryor + + * Makefile.am (sources_DATA): Add mono-file-formats.source, + mono-tools.source. + +2008-11-20 Raja R Harinath + + Remove unnecessary rebuilds of the html directory + * docs.make (monoapi.zip): Make slightly more unforgiving, by + using '&&' instead of ';' to sequence commands. + (mono-tools.zip, mono-file-formats.zip): Likewise. + * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): + Likewise. + (convert.exe): Don't depend on Makefile.am or docs.make. + +2008-11-19 Raja R Harinath + + Fix srcdir != builddir, and add idiom for multi-output commands + * docs.make (monoapi.zip): Handle the case where 'monoapi.tree' + exists but 'monoapi.zip' doesn't. IOW, we should rebuild + monoapi.zip with 'rm monoapi.zip; make'. + (mono-tools.zip, mono-file-formats.zip): Likewise. + * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip): + Likewise. + (monoapi.tree): Don't use $< in an explicit rule. + (mono-tools.tree, mono-file-formats.tree): Likewise. + +2008-11-18 Jonathan Pryor + + * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and + mono-tools{.config,.source} (fixes the build). + +2008-11-18 Jonathan Pryor + + * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip}, + mono-tool{.tree,.zip} files. + * mono-file-formats.config, mono-tools.config: Alter paths to man + pages so that they're valid for building from mono/docs. + * monoapi.make: Rename to docs.make. + 2008-11-01 Raja R Harinath * Makefile.am: Clean up for srcdir != builddir.