diff --git a/BUGS b/BUGS index d5c426954..dc52424f9 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2014-03-03 +Last updated: 2014-03-06 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -263,6 +263,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1069966 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1069966 can't disable accel=kvm:tcg +1072863 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1072863 + libguestfs failed with guestfs_launch failed error while accessing disk + +1072898 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1072898 + inspect-os fails to find any operating systems + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -284,7 +290,7 @@ 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) +(90 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/configure.ac b/configure.ac index c50f0d2f5..afc6718a0 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [25]) -m4_define([libguestfs_release], [41]) +m4_define([libguestfs_release], [42]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 7fdfca118..a72e7e1e8 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.25.40\n" +"Project-Id-Version: libguestfs 1.25.42\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2014-03-03 17:19+0000\n" +"POT-Creation-Date: 2014-03-06 15:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 39c97719b..b511c1c28 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.25.40\n" +"Project-Id-Version: libguestfs 1.25.42\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2014-03-03 17:19+0000\n" +"POT-Creation-Date: 2014-03-06 15:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"