Version 1.13.22.

This commit is contained in:
Richard W.M. Jones
2011-10-19 17:37:25 +01:00
parent f354f9b4fd
commit 41260de67f
2 changed files with 14 additions and 5 deletions

17
BUGS
View File

@@ -1,5 +1,5 @@
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
@@ -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
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
@@ -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
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
@@ -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
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

View File

@@ -20,7 +20,7 @@
# 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])