Skip to content

Commit

Permalink
Version 1.29.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Mar 27, 2015
1 parent 403e32d commit a1a42d0
Show file tree
Hide file tree
Showing 36 changed files with 77,963 additions and 75,031 deletions.
17 changes: 4 additions & 13 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2015-03-23
Last updated: 2015-03-27

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 @@ -530,9 +530,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1195881 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1195881
virt-builder can't docker pull

1196101 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1196101
virt-builder --upload option doesn't work to a FAT partition

1196705 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1196705
libguestfs requires selinux-policy, but selinux-policy should be optional

Expand All @@ -551,9 +548,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1203816 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1203816
virt-sysprep should error if a command line flag is not used because the operation is disabled

1203817 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1203817
RFE: virt-customize --move and --copy

1203898 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1203898
Support inspecting docker images without /etc/fstab

Expand All @@ -563,9 +557,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1204131 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1204131
RFE: virt-builder creates qcow v3 images, add build option for qcow v2

1204621 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1204621
libguestfs can't rebuild in mock

503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting

Expand Down Expand Up @@ -614,13 +605,13 @@ 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

1196973 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1196973
RFE: virt-customize --truncate
1196101 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1196101
virt-builder --upload option doesn't work to a FAT partition

1198344 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1198344
[RFE] virt-builder should support download resume

(200 bugs)
(197 bugs)

--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [29])
m4_define([libguestfs_release], [31])
m4_define([libguestfs_release], [32])

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

0 comments on commit a1a42d0

Please sign in to comment.