Skip to content

Commit

Permalink
Version 1.25.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Jan 23, 2014
1 parent 3331db8 commit 870f076
Show file tree
Hide file tree
Showing 20 changed files with 3,702 additions and 3,730 deletions.
15 changes: 6 additions & 9 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: 2014-01-22
Last updated: 2014-01-23

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 @@ -218,9 +218,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1025942 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1025942
Parallel virt-df and virt-alignment-scan tests sometimes deadlock

1026688 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1026688
libguestfs fails examining libvirt guest with ceph drives: rbd: image name must begin with a '/'

1027526 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1027526
RFE: Labels for logical partitions lost in Windows 2003 after virt-resize for primary partition

Expand Down Expand Up @@ -251,9 +248,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1051694 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1051694
libguestfs FTBFS on Ubuntu saucy

1054761 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1054761
guestfs_pvs prints "unknown device" if a physical volume is missing

1056047 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1056047
virt-df generates no output for Solaris 11 x86_64 guest.

Expand Down Expand Up @@ -284,12 +278,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
965495 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=965495
New APIs required in libguestfs for virt-v2v in RHEL 6.5

(88 bugs)
(86 bugs)

--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
You can help by testing the fixes.

1026688 POST https://bugzilla.redhat.com/show_bug.cgi?id=1026688
libguestfs fails examining libvirt guest with ceph drives: rbd: image name must begin with a '/'

1028650 POST https://bugzilla.redhat.com/show_bug.cgi?id=1028650
virt-* argument parser doesn't accept --arg=value (you have to use --arg value)

Expand All @@ -305,7 +302,7 @@ You can help by testing the fixes.
1045033 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1045033
LIBVIRT_DEFAULT_URI=qemu:///system breaks libguestfs

(5 bugs)
(6 bugs)

--------------------------------------------------
These bugs are in the VERIFIED state.
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], [25])
m4_define([libguestfs_release], [26])
m4_define([libguestfs_release], [27])

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

0 comments on commit 870f076

Please sign in to comment.