From 639e2803b4ba82aba8786118ae6d1f86b13d20de Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 10 Apr 2012 15:44:26 +0100 Subject: Version 1.16.16. --- AUTHORS | 1 + BUGS | 30 ++++++++++++++++++------------ configure.ac | 2 +- po-docs/libguestfs-docs.pot | 4 ++-- po/en_GB.po | 2 +- po/es.po | 2 +- po/gu.po | 2 +- po/hi.po | 2 +- po/kn.po | 2 +- po/libguestfs.pot | 4 ++-- po/ml.po | 2 +- po/mr.po | 2 +- po/nl.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/uk.po | 2 +- 19 files changed, 38 insertions(+), 31 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4306389d..00a3ba56 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,6 +18,7 @@ Michael Scherer Nikita A Menkovich Nikos Skalkotos Piotr Drąg +Qin Guan Rajesh Ranjan Richard W.M. Jones Sandeep Shedmake diff --git a/BUGS b/BUGS index bec8d453..26268bc8 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2012-04-03 +Last updated: 2012-04-10 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -89,11 +89,8 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 808193 NEW https://bugzilla.redhat.com/show_bug.cgi?id=808193 g.launch() crashes on RHEL 5 -809401 NEW https://bugzilla.redhat.com/show_bug.cgi?id=809401 - inspection doesn't recognize Fedora 17+ (because of grub2 and UsrMove) - -782845 NEW https://bugzilla.redhat.com/show_bug.cgi?id=782845 - CloudForms CloudEngine missing dependency: imagefactory (and oz) require python-libguestfs +810613 NEW https://bugzilla.redhat.com/show_bug.cgi?id=810613 + Memory leak in virt-df 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 list-devices returns devices of different types out of order @@ -104,6 +101,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 806176 NEW https://bugzilla.redhat.com/show_bug.cgi?id=806176 libguestfs doesn't use the external tools (wrestool ...) to get icon even these tools are installed +811112 NEW https://bugzilla.redhat.com/show_bug.cgi?id=811112 + [RFE][virt-sysprep] hostname can not be changed on rhel system + +811117 NEW https://bugzilla.redhat.com/show_bug.cgi?id=811117 + [RFE][virt-sysprep] net-hwaddr not removed from "ifcfg-*" files on rhel + 547488 NEW https://bugzilla.redhat.com/show_bug.cgi?id=547488 guestfish cannot tab complete filenames that contain spaces @@ -240,15 +243,12 @@ You can help by testing the fixes. 749828 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=749828 p2v does not support raid devices +809401 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=809401 + inspection doesn't recognize Fedora 17+ (because of grub2 and UsrMove) + 647174 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=647174 RHEL6: virt-clone should remove old udev rules when changing MAC address -807557 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=807557 - virt-sysprep: wrong params are passed to virt-inspector - -807905 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=807905 - mkfs blocksize option breaks when creating btrfs - 741183 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=741183 [RFE] Write a tool to align the partition(s) in a Windows XP image to a multiple of 8 sectors @@ -297,6 +297,12 @@ These bugs are in the VERIFIED state. 799798 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=799798 set_autosync: this function can only be called in the config state at /usr/share/perl5/vendor_perl/Sys/VirtConvert/GuestfsHandle.pm line 107 +807557 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=807557 + virt-sysprep: wrong params are passed to virt-inspector + +807905 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=807905 + mkfs blocksize option breaks when creating btrfs + 679737 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=679737 libguestfs: improve error message when zerofree is not available in the appliance diff --git a/configure.ac b/configure.ac index 571909ed..c968915e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [16]) -m4_define([libguestfs_release], [15]) +m4_define([libguestfs_release], [16]) 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 20a8b267..2ca95161 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.16.15\n" +"Project-Id-Version: libguestfs 1.16.16\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2012-04-03 13:54+0200\n" +"POT-Creation-Date: 2012-04-10 15:43+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/en_GB.po b/po/en_GB.po index 65ff597c..79c6f890 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 4defa1f4..31b545ef 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 b7ee8509..0e3ad1d8 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 fd48d719..c15b5e16 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 ebba48f4..ceb0372b 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 00b2a28c..1979627b 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.16.15\n" +"Project-Id-Version: libguestfs 1.16.16\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2012-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 8753c0ce..71401f4b 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 4d7e5b53..f8c0bdd2 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 9103093a..ff00f3a1 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 535f9416..bbe23dae 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 2053bbe9..3a8abcbc 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 1ec49623..87c51aef 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 fd09e764..39a73001 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 980551db..6c5dcfc4 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\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 a6f200dd..d994136f 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-04-03 13:54+0100\n" +"POT-Creation-Date: 2012-04-10 15:42+0100\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n" -- cgit