diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-21 13:22:16 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-21 13:22:16 +0100 |
commit | e1e78bcef5e4654bd2456bd696840329359d35cd (patch) | |
tree | d7ed9f4cc03b23f727ec01e538a4223f36334c6f | |
parent | 9287197a85a7b51167a3b6c289a129760e6f9936 (diff) | |
download | libguestfs-1.11.11.tar.gz libguestfs-1.11.11.tar.xz libguestfs-1.11.11.zip |
Version 1.11.11.1.11.11
-rw-r--r-- | BUGS | 23 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po-docs/libguestfs-docs.pot | 4 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/gu.po | 2 | ||||
-rw-r--r-- | po/hi.po | 2 | ||||
-rw-r--r-- | po/kn.po | 2 | ||||
-rw-r--r-- | po/libguestfs.pot | 4 | ||||
-rw-r--r-- | po/ml.po | 2 | ||||
-rw-r--r-- | po/mr.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/or.po | 2 | ||||
-rw-r--r-- | po/pa.po | 2 | ||||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/ta.po | 2 | ||||
-rw-r--r-- | po/te.po | 2 | ||||
-rw-r--r-- | po/uk.po | 2 |
17 files changed, 28 insertions, 31 deletions
@@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2011-06-10 +Last updated: 2011-06-21 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -47,9 +47,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 709326 NEW https://bugzilla.redhat.com/show_bug.cgi?id=709326 virt-inspector cannot detect ReactOS -709538 NEW https://bugzilla.redhat.com/show_bug.cgi?id=709538 - fails to build without downstream patches - 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 list-devices returns devices of different types out of order @@ -86,6 +83,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 693306 NEW https://bugzilla.redhat.com/show_bug.cgi?id=693306 sfdisk's python interface only accepts lists of type 'list' for the lines parameter +709538 NEW https://bugzilla.redhat.com/show_bug.cgi?id=709538 + fails to build without downstream patches + 507278 NEW https://bugzilla.redhat.com/show_bug.cgi?id=507278 libguestfs fails to build on Fedora sparc64 @@ -125,9 +125,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 604041 NEW https://bugzilla.redhat.com/show_bug.cgi?id=604041 guestmount absolute symlinks don't work -619345 NEW https://bugzilla.redhat.com/show_bug.cgi?id=619345 - RFE: Enable coredump capture in the appliance - 624334 NEW https://bugzilla.redhat.com/show_bug.cgi?id=624334 blockdev-setbsz succeeds, but does not affect blockdev-getbsz @@ -155,9 +152,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 660687 NEW https://bugzilla.redhat.com/show_bug.cgi?id=660687 guestmount: "touch" command fails: touch: setting times of `timestamp': Invalid argument -677286 NEW https://bugzilla.redhat.com/show_bug.cgi?id=677286 - libguestfs incorrectly detects Red Hat desktop as 'redhat-based' instead of 'redhat' - 677870 NEW https://bugzilla.redhat.com/show_bug.cgi?id=677870 [RFE] virt-v2v show the warning info after convert rhel4u8 guest if comment a line of swap in the fstab @@ -179,6 +173,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 672491 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=672491 RFE: guestfs_last_errno should be exposed in perl bindings +713678 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=713678 + Not all febootstrap messages are redirected to log callbacks + 583974 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=583974 mount hangs there when you lack proper permission to guest image @@ -194,6 +191,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 541618 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=541618 guestfish not able to mount freebsd ufs2 partitions automatically +661280 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=661280 + virt-rescue: panic when shutting down: "/sbin/reboot: No such file or directory" + 666578 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=666578 libguestfs: unknown filesystem label SWAP-sda2 @@ -339,9 +339,6 @@ You can help by testing the fixes. 655554 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=655554 Whole disk paths are not made canonical by virt-inspector -661280 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=661280 - virt-rescue: panic when shutting down: "/sbin/reboot: No such file or directory" - 663407 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=663407 readlink and readlinklist returns /sysroot/ in some paths diff --git a/configure.ac b/configure.ac index 70390916..d26ec69b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [11]) -m4_define([libguestfs_release], [10]) +m4_define([libguestfs_release], [11]) # extra can be any string m4_define([libguestfs_extra], []) diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 3788c4c5..7ccfa3bb 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.11.10\n" +"Project-Id-Version: libguestfs 1.11.11\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-06-10 15:30+0200\n" +"POT-Creation-Date: 2011-06-21 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs.master\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: \n" "Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n" "Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-02 13:45+0530\n" "Last-Translator: Sweta Kothari <swkothar@redhat.com>\n" "Language-Team: Gujarati\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs.master.libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-16 12:57+0530\n" "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n" "Language-Team: Hindi <Red Hat>\n" @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.0.83\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-24 11:56+0530\n" "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n" "Language-Team: kn-IN <>\n" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index d0e91f1d..1ce94ba4 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.11.10\n" +"Project-Id-Version: libguestfs 1.11.11\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs.master.libguestfs.ml\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-02 18:35+0530\n" "Last-Translator: Ani Peter | അനി പീറ്റര് <apeter@redhat.com>\n" "Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-03 19:10+0530\n" "Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n" "Language-Team: Marathi <fedora-trans-mr@redhat.com>\n" @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.5.4\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-09-02 15:28+0200\n" "Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n" "Language-Team: Fedora\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs.master.or\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-02-01 18:17+0530\n" "Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n" "Language-Team: Oriya <oriya-it@googlegroups.com>\n" @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.0.81\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-12-23 17:40+0530\n" "Last-Translator: Jaswinder Singh <j.phulewala@gmail.com>\n" "Language-Team: PLTG\n" @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-12-21 14:12+0100\n" "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n" @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.0.81\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-01-29 13:38+0530\n" "Last-Translator: I. Felix <ifelix@redhat.com>\n" "Language-Team: ta_IN <kde-i18n-doc@kde.org>\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs.master.libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2010-01-27 20:03+0530\n" "Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n" "Language-Team: Telugu <en@li.org>\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-10 15:29+0100\n" +"POT-Creation-Date: 2011-06-21 13:15+0100\n" "PO-Revision-Date: 2011-03-22 15:28+0000\n" "Last-Translator: yurchor <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" |