From: Richard W.M. Jones Date: Wed, 27 Jul 2011 11:12:45 +0000 (+0100) Subject: Add note about OCaml bindings bug, and which versions of libguestfs are req'd. X-Git-Tag: 0.1.7~5 X-Git-Url: http://git.annexia.org/?p=guestfs-browser.git;a=commitdiff_plain;h=817c4be2e7b8e960f650dbc52745cad84b7cae34 Add note about OCaml bindings bug, and which versions of libguestfs are req'd. --- diff --git a/README b/README index 69d41b1..c0f0c25 100644 --- a/README +++ b/README @@ -7,3 +7,13 @@ script and it will tell you what's missing). autoreconf -i # if using the git version ./configure make + +NOTE: Versions of libguestfs earlier than the those listed below had a +bug in the OCaml bindings which can cause guestfs-browser to crash +(RHBZ#725824, git commit 2b8b3f9794ceb43eabd). If you get random +segfaults, please make sure you are using libguestfs versions: + + libguestfs >= 1.13.2 (on development branch) + libguestfs >= 1.12.2 (on stable-1.12 branch) + libguestfs >= 1.10.6 (on stable-1.10 branch) + libguestfs >= 1.8.10 (on stable-1.8 branch)