X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=ChangeLog;h=9d20229101a71fed6e20eeb036f40ff34023510f;hp=e105e000d0cd7be4747c53c11e26cda3b602a50d;hb=643aa9f6fea233073384cdb01e8b23c693bf50e6;hpb=d9efc66ec4fd75d3e0f89433de9fe20e93ed16c9 diff --git a/ChangeLog b/ChangeLog index e105e00..9d20229 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2008-01-05 Richard Jones + mlvirtmanager compiles and runs on Windows (MinGW). + * configure.ac: Directories to search for optional modules were + specified incorrectly - fixed. + * mlvirtmanager/Makefile.in: Changed so can build without + ocamlfind, and checked it can build on Windows. + + mlvirsh can compile without extlib + * mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from + extlib, so copy them in here to avoid the dependency. + * configure.ac: No dependency on extlib for mlvirsh. + * mlvirsh/Makefile.in: Changed so can build without ocamlfind. + * README: Updated documentation. + Update documentation for Windows. * README: Update documentation for Windows.