mlvirsh can compile without extlib
[virt-top.git] / ChangeLog
index b3afc8a..e1b99ca 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2008-01-05  Richard Jones  <rjones@redhat.com>
 
+       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.
+
        Build libvirt and examples on Windows (MinGW).
        * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml
          modules directly (without ocamlfind being needed).