Skip to content

Commit

Permalink
Version 1.29.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Nov 6, 2014
1 parent 4a187b7 commit 75b37b7
Show file tree
Hide file tree
Showing 21 changed files with 761 additions and 551 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -10,6 +10,7 @@ Daniel Berrange
Daniel Cabrera
Daniel Exner
Dave Vasilevsky
David Sommerseth
Douglas Schilling Landgraf
Eric Blake
Erik Nolte
Expand Down
28 changes: 14 additions & 14 deletions BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2014-11-05
Last updated: 2014-11-06

This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
Expand Down Expand Up @@ -464,17 +464,11 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1159804 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1159804
virt-v2v will hang when convert guest with lvm partition

1160043 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1160043
virt-sysprep firstboot script is not deleted if it reboot a RHEL 7 guest

1160199 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1160199
log of virt-sysprep contains only the output of the last script

1160203 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1160203
log of virt-sysprep contains only the output of the last script

1160488 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1160488
udev.event-timeout kernel parameter is parsed incorrectly
1161019 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1161019
Remove rhev related files(rhsrvany.exe and rhev-apt.exe) after conversion of windows guests to kvm

503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
Expand Down Expand Up @@ -506,7 +500,10 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1156298 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1156298
Remove files in package libguestfs-bash-completion, these files are bash completion files, some of the virt tool completion are already implement in another file, so can remove its completion file

(162 bugs)
1156449 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1156449
libguestfs FTBFS on f21 ppc64le

(161 bugs)

--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
Expand Down Expand Up @@ -596,16 +593,19 @@ You can help by testing the fixes.
1156301 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1156301
virt-inspector support adding a remote disk, but in its man page -a URI / --add URI is missing

1156449 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1156449
libguestfs FTBFS on f21 ppc64le

1158526 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1158526
Use password file instead of process interaction

1159016 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1159016
libvirt backend does not set RBD password

(31 bugs)
1160043 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1160043
virt-sysprep firstboot script is not deleted if it reboot a RHEL 7 guest

1160199 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1160199
log of virt-sysprep contains only the output of the last script

(32 bugs)

--------------------------------------------------
These bugs are in the VERIFIED state.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -26,7 +26,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [29])
m4_define([libguestfs_release], [5])
m4_define([libguestfs_release], [6])

AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 75b37b7

Please sign in to comment.