diff --git a/BUGS b/BUGS index c42bd2af4..b310a3439 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2015-06-02 +Last updated: 2015-06-06 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -491,6 +491,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1225789 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1225789 Wrong video driver is installed for rhel5.11 guest after conversion to libvirt +1227599 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1227599 + P2V error:unexpected end of file waiting for command prompt. + +1227609 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1227609 + Output method shows three times in virt-p2v client. + +1227621 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1227621 + Log file saved on conversion server even "Enable server-side debugging" is not ticked + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -557,7 +566,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1198344 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1198344 [RFE] virt-builder should support download resume -(179 bugs) +(182 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/configure.ac b/configure.ac index c0f355fb7..2c82c35a2 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [29]) -m4_define([libguestfs_release], [45]) +m4_define([libguestfs_release], [46]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux])