From 41260de67f9fa852eab168a6d36276c5deb02bf7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Oct 2011 17:37:25 +0100 Subject: [PATCH 1/1] Version 1.13.22. --- BUGS | 17 +++++++++++++---- configure.ac | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/BUGS b/BUGS index 393a865..c7687d3 100644 --- a/BUGS +++ b/BUGS @@ -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 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 12c3d30..fec2782 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]) -- 1.8.3.1