X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=99144f620dda974e7e2b6be45ed74a3befb87b2f;hb=refs%2Ftags%2F0.1.7;hp=69d41b1a0622d8194c16fbc267f8168ea6bd0a55;hpb=f0a4c05b84a29abe171d0b82d5f6305606b3ce8d;p=guestfs-browser.git diff --git a/README b/README index 69d41b1..99144f6 100644 --- a/README +++ b/README @@ -7,3 +7,15 @@ 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) + +Developers/contributors: Please read the "HACKING" file.