X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=docs%2FChangeLog;h=04f9755dd274f6f49bc25331a82be4c38ab2d0b4;hb=1113782115f43dae2d4a3bb705a30cf3e8e0cbdb;hp=30ab1b726bc3a5986685e5bebc1c7d3fb52ed4b9;hpb=b084e26b24a24bb2af4ab8ba4d25f0221667fa68;p=mono.git diff --git a/docs/ChangeLog b/docs/ChangeLog index 30ab1b726bc..04f9755dd27 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,78 @@ +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