Add commented-out support for alternate guestfwd syntax.
[libguestfs.git] / BUGS
diff --git a/BUGS b/BUGS
index 8776de2..ced605f 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,19 +1,16 @@
-[guestfish] Built-in commands like 'alloc' and 'help' don't auto-complete.
+Please note: This file used to contain a list of bugs.  Bugs in
+libguestfs are now tracked in Red Hat's Bugzilla.
 
-[libguestfs] /tmp/libguestfs temporary directory is not cleaned up
-sometimes.  This appears to happen (only?) if the main program
-segfaults.
+To get a list of bugs against libguestfs use this link:
 
-[libguestfs] qemu process not cleaned up occasionally.  This appears
-to happen only if the main program or library segfaults, in which case
-the atexit handler which would normally perform cleanup is not run.
-sometimes.  This appears to happen (only?) if the main program
-segfaults.
+https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
 
-[kernel?] Kernel boot times are significantly slower for Fedora 11/12
-than for Fedora 10, like 2-3 times slower.  This greatly affects the
-time it takes to launch the subprocess (although it does still work).
-[fixed - was a KVM bug]
+To report a new bug against libguestfs use this link:
 
-[java] Java bindings documentation messed up.  See:
-http://java.sun.com/j2se/javadoc/writingdoccomments/
\ No newline at end of file
+https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
+
+When reporting a bug, please check:
+
+ - That the bug hasn't been reported already.
+ - That you are testing a recent version.
+ - Describe the bug accurately, and give a way to reproduce it.