Version 1.29.46.

This commit is contained in:
Richard W.M. Jones
2015-06-06 18:34:15 +01:00
parent 61ac4233b5
commit 9b9be6d1c6
2 changed files with 12 additions and 3 deletions

13
BUGS
View File

@@ -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.

View File

@@ -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])