diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-19 17:37:25 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-19 17:37:25 +0100 |
commit | 41260de67f9fa852eab168a6d36276c5deb02bf7 (patch) | |
tree | 2b03fee41b4044650aa4c094ded1ac82bed7fd98 | |
parent | f354f9b4fd488a487f2c4c1e7b3770eba4332aed (diff) | |
download | libguestfs-41260de67f9fa852eab168a6d36276c5deb02bf7.tar.gz libguestfs-41260de67f9fa852eab168a6d36276c5deb02bf7.tar.xz libguestfs-41260de67f9fa852eab168a6d36276c5deb02bf7.zip |
Version 1.13.22.1.13.22
-rw-r--r-- | BUGS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 5 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 12c3d305..fec27823 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |