Version 1.13.22. 1.13.22
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 19 Oct 2011 16:37:25 +0000 (17:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 19 Oct 2011 16:37:25 +0000 (17:37 +0100)
BUGS
configure.ac

diff --git a/BUGS b/BUGS
index 393a865..c7687d3 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
 NOTE: This file is automatically generated from "update-bugs.sh".
 NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2011-10-14
+Last updated: 2011-10-19
 
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database
 
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database
@@ -50,9 +50,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 728224 NEW https://bugzilla.redhat.com/show_bug.cgi?id=728224
   configure can't find qemu on PPC
 
 728224 NEW https://bugzilla.redhat.com/show_bug.cgi?id=728224
   configure can't find qemu on PPC
 
-729075 NEW https://bugzilla.redhat.com/show_bug.cgi?id=729075
-  libguestfs confuses Hp_recovery partition with Windows root filesystem
-
 729076 NEW https://bugzilla.redhat.com/show_bug.cgi?id=729076
   libguestfs confuses Hp_recovery partition with Windows root filesystem
 
 729076 NEW https://bugzilla.redhat.com/show_bug.cgi?id=729076
   libguestfs confuses Hp_recovery partition with Windows root filesystem
 
@@ -74,6 +71,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 745606 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745606
   libguestfs: error: part_list: could not parse row from output of parted print command
 
 745606 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745606
   libguestfs: error: part_list: could not parse row from output of parted print command
 
+746295 NEW https://bugzilla.redhat.com/show_bug.cgi?id=746295
+  virt-make-fs doesn't set partition ID
+
+747287 NEW https://bugzilla.redhat.com/show_bug.cgi?id=747287
+  Misleading error message when permission denied opening a disk image
+
+747290 NEW https://bugzilla.redhat.com/show_bug.cgi?id=747290
+  libguestfs ignores <readonly/> in libvirt XML
+
 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
   list-devices returns devices of different types out of order
 
 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
   list-devices returns devices of different types out of order
 
@@ -89,6 +95,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 679737 NEW https://bugzilla.redhat.com/show_bug.cgi?id=679737
   zerofree is unavailable
 
 679737 NEW https://bugzilla.redhat.com/show_bug.cgi?id=679737
   zerofree is unavailable
 
+745282 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745282
+  [RFE] Support to use virt-filesystems with remote libvirt systems
+
 507278 NEW https://bugzilla.redhat.com/show_bug.cgi?id=507278
   libguestfs fails to build on Fedora sparc64
 
 507278 NEW https://bugzilla.redhat.com/show_bug.cgi?id=507278
   libguestfs fails to build on Fedora sparc64
 
index 12c3d30..fec2782 100644 (file)
@@ -20,7 +20,7 @@
 # freeform string.
 m4_define([libguestfs_major],   [1])
 m4_define([libguestfs_minor],   [13])
 # freeform string.
 m4_define([libguestfs_major],   [1])
 m4_define([libguestfs_minor],   [13])
-m4_define([libguestfs_release], [21])
+m4_define([libguestfs_release], [22])
 
 AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
 AC_CONFIG_AUX_DIR([build-aux])
 
 AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
 AC_CONFIG_AUX_DIR([build-aux])