Fixes for -safe-string.
[guestfs-browser.git] / README
diff --git a/README b/README
index 99144f6..ef4cf57 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Guest filesystem browser
-Copyright (C) 2010-2011 Red Hat Inc.
+Copyright (C) 2010-2015 Red Hat Inc.
 
 To compile from source, install the prerequisites (run the ./configure
 script and it will tell you what's missing).
@@ -8,14 +8,9 @@ script and it will tell you what's missing).
   ./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:
+Note these minimum versions of libguestfs:
 
-  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)
+  libguestfs >= 1.32     (on stable-1.32 branch)
+  libguestfs >= 1.31.12  (on development branch)
 
 Developers/contributors: Please read the "HACKING" file.