summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 15:29:01 +0100
committerRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 15:29:01 +0100
commitbb98bbb91c74cca47b5e1f79fd54f4024572fd22 (patch)
tree6dafc41d168f059608d2efb47c9c7cad4d18b08e /BUGS
parent459da0831ca259fc06dacb773e5ce602bd4ac226 (diff)
downloadlibguestfs-bb98bbb91c74cca47b5e1f79fd54f4024572fd22.tar.gz
libguestfs-bb98bbb91c74cca47b5e1f79fd54f4024572fd22.tar.xz
libguestfs-bb98bbb91c74cca47b5e1f79fd54f4024572fd22.zip
Fix missing futimens bug.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index aa004781..e1ce2de8 100644
--- a/BUGS
+++ b/BUGS
@@ -33,9 +33,11 @@ Try using tgz-out on a very large directory.
[libguestfs] futimens (do_touch) not available in glibc 2.5
(reported by Charles Duffy)
+[fixed]
[ocaml] Does not compile with OCaml 3.09.3 from RHEL 5
(reported by Charles Duffy)
+[fixed]
[inspector] If there are missing Perl module deps, it still
configures the inspector. (eg. if perl-Sys-Virt is missing).