diff --git a/BUGS b/BUGS index dc757e17e1..196a2c17d9 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2012-01-28 +Last updated: 2012-02-01 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -41,12 +41,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 728224 NEW https://bugzilla.redhat.com/show_bug.cgi?id=728224 configure can't find qemu on PPC -729076 NEW https://bugzilla.redhat.com/show_bug.cgi?id=729076 - libguestfs confuses Hp_recovery partition with Windows root filesystem - -731742 NEW https://bugzilla.redhat.com/show_bug.cgi?id=731742 - libguestfs should escape special/non-printing characters in debug output - 737261 NEW https://bugzilla.redhat.com/show_bug.cgi?id=737261 libguestfs grub-install API needs grub1 @@ -56,9 +50,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 745606 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745606 libguestfs: error: part_list: could not parse row from output of parted print command -760221 NEW https://bugzilla.redhat.com/show_bug.cgi?id=760221 - RFE: Support inspection of cciss devices - 761565 NEW https://bugzilla.redhat.com/show_bug.cgi?id=761565 Missing deps on netpbm-progs and icoutils @@ -80,12 +71,21 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 782167 NEW https://bugzilla.redhat.com/show_bug.cgi?id=782167 libguestfs doesn't recognize Windows Dynamic disks in some configurations, eg. spanned -785290 NEW https://bugzilla.redhat.com/show_bug.cgi?id=785290 - ocaml (bytecode) bindings segfault in 'add_drive_opts' - 785305 NEW https://bugzilla.redhat.com/show_bug.cgi?id=785305 ocaml (bytecode) bindings segfault in 'add_drive_opts' +785603 NEW https://bugzilla.redhat.com/show_bug.cgi?id=785603 + copy-out can't find root directory + +786187 NEW https://bugzilla.redhat.com/show_bug.cgi?id=786187 + list-filesystems error mentions "list-devices" + +786188 NEW https://bugzilla.redhat.com/show_bug.cgi?id=786188 + libguestfs inspection does not recognize FreeDOS install CD + +786215 NEW https://bugzilla.redhat.com/show_bug.cgi?id=786215 + libguestfs inspection does not recognize FreeDOS operating system + 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 list-devices returns devices of different types out of order @@ -98,9 +98,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 672485 NEW https://bugzilla.redhat.com/show_bug.cgi?id=672485 [RFE] virt-edit/tar/inspector do not support encrypted system -679737 NEW https://bugzilla.redhat.com/show_bug.cgi?id=679737 - libguestfs: improve error message when zerofree is not available in the appliance - 745282 NEW https://bugzilla.redhat.com/show_bug.cgi?id=745282 [RFE] Support to use virt-filesystems with remote libvirt systems @@ -173,9 +170,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 583974 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=583974 mount hangs there when you lack proper permission to guest image -647174 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=647174 - RHEL6: virt-clone should remove old udev rules when changing MAC address - 539746 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=539746 launch fails when run inside a Xen guest, when no non-PV kernels are installed @@ -195,9 +189,6 @@ You can help by testing the fixes. 691389 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=691389 Extended attributes don't work over guestmount (FUSE) -719879 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=719879 - Rebase libguestfs in RHEL 6.3 - 750889 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=750889 Python code incompatible with Python v3. @@ -207,7 +198,35 @@ You can help by testing the fixes. 657499 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657499 checksum: wrong check sum type causes umount to fail +719879 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=719879 + Rebase libguestfs in RHEL 6.3 + +729076 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=729076 + libguestfs confuses Hp_recovery partition with Windows root filesystem + 749828 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=749828 p2v does not support raid devices +760221 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=760221 + RFE: Support inspection of cciss devices + +647174 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=647174 + RHEL6: virt-clone should remove old udev rules when changing MAC address + +-------------------------------------------------- +These bugs are in the VERIFIED state. + +731742 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=731742 + libguestfs should escape special/non-printing characters in debug output + +785668 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=785668 + aug-defnode: daemon crash + +-------------------------------------------------- +Bugs in MODIFIED, POST or ON_QA state are fixed. +You can help by testing the fixes. + +679737 POST https://bugzilla.redhat.com/show_bug.cgi?id=679737 + libguestfs: improve error message when zerofree is not available in the appliance + End of BUGS file. diff --git a/configure.ac b/configure.ac index 0b0b37479e..5caca32867 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [17]) -m4_define([libguestfs_release], [3]) +m4_define([libguestfs_release], [4]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/po-docs/ja.po b/po-docs/ja.po index a6cd7f450d..88155dbc36 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2012-01-24 19:27+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:10+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese \n" @@ -191,7 +191,7 @@ msgstr "" #: ../align/virt-alignment-scan.pod:54 msgid "" "The output consists of 4 or more whitespace-separated columns. Only the " -"first 4 columns are signficant if you want to parse this from a program. " +"first 4 columns are significant if you want to parse this from a program. " "The columns are:" msgstr "" diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 8e824240a4..e832fd96e2 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.17.3\n" +"Project-Id-Version: libguestfs 1.17.4\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2012-01-28 10:45+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -141,7 +141,7 @@ msgstr "" #: ../align/virt-alignment-scan.pod:54 msgid "" "The output consists of 4 or more whitespace-separated columns. Only the " -"first 4 columns are signficant if you want to parse this from a program. " +"first 4 columns are significant if you want to parse this from a program. " "The columns are:" msgstr "" diff --git a/po-docs/uk.po b/po-docs/uk.po index db5a3ba01d..6244119246 100644 --- a/po-docs/uk.po +++ b/po-docs/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2012-01-24 19:27+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:10+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n" @@ -213,7 +213,7 @@ msgstr "" #: ../align/virt-alignment-scan.pod:54 msgid "" "The output consists of 4 or more whitespace-separated columns. Only the " -"first 4 columns are signficant if you want to parse this from a program. " +"first 4 columns are significant if you want to parse this from a program. " "The columns are:" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index c783f825aa..6d94ef88c4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" diff --git a/po/es.po b/po/es.po index 0469d5107b..84a8312b1a 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Spanish (Castilian) \n" diff --git a/po/gu.po b/po/gu.po index 249a25ed15..6151453fc3 100644 --- a/po/gu.po +++ b/po/gu.po @@ -10,7 +10,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Gujarati \n" diff --git a/po/hi.po b/po/hi.po index 52c23428a0..7194a9f0f3 100644 --- a/po/hi.po +++ b/po/hi.po @@ -10,7 +10,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Hindi \n" diff --git a/po/kn.po b/po/kn.po index 5ece6eab4f..531d3cecd0 100644 --- a/po/kn.po +++ b/po/kn.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/team/" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index adac83861d..ab2baa6145 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.17.3\n" +"Project-Id-Version: libguestfs 1.17.4\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+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/ml.po b/po/ml.po index d0bc7cd8e5..0f8eae697c 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Malayalam \n" diff --git a/po/mr.po b/po/mr.po index d533f31fbf..a3ae5689e3 100644 --- a/po/mr.po +++ b/po/mr.po @@ -10,7 +10,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Marathi (http://www.transifex.net/projects/p/fedora/team/" diff --git a/po/nl.po b/po/nl.po index 863320c2ba..86dfeda880 100644 --- a/po/nl.po +++ b/po/nl.po @@ -11,7 +11,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/fedora/team/nl/)\n" diff --git a/po/or.po b/po/or.po index 938fa07994..8fe0dcf8a1 100644 --- a/po/or.po +++ b/po/or.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Oriya (http://www.transifex.net/projects/p/fedora/team/or/)\n" diff --git a/po/pa.po b/po/pa.po index f43fbd4f13..353592c2c0 100644 --- a/po/pa.po +++ b/po/pa.po @@ -10,7 +10,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Panjabi (Punjabi) \n" diff --git a/po/pl.po b/po/pl.po index 617413e22c..c4e28e9ddd 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Polish (http://www.transifex.net/projects/p/fedora/team/pl/)\n" diff --git a/po/ta.po b/po/ta.po index f3a45accd6..1e70d1e788 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Tamil \n" diff --git a/po/te.po b/po/te.po index 037c387b6f..0ee0c157e5 100644 --- a/po/te.po +++ b/po/te.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Telugu (http://www.transifex.net/projects/p/fedora/team/te/)\n" diff --git a/po/uk.po b/po/uk.po index 774e41689c..07b4849656 100644 --- a/po/uk.po +++ b/po/uk.po @@ -9,7 +9,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: 2012-01-28 10:44+0000\n" +"POT-Creation-Date: 2012-02-01 17:35+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n"