summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-10 15:44:26 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-10 15:44:26 +0100
commit639e2803b4ba82aba8786118ae6d1f86b13d20de (patch)
tree720f8f2b1b0988939dd09d51c759dbc294cf8179
parent7f93beb61a227111ecac7dd5d2a8212603cf3fbd (diff)
downloadlibguestfs-1.16.16.tar.gz
libguestfs-1.16.16.tar.xz
libguestfs-1.16.16.zip
Version 1.16.16.1.16.16
-rw-r--r--AUTHORS1
-rw-r--r--BUGS30
-rw-r--r--configure.ac2
-rw-r--r--po-docs/libguestfs-docs.pot4
-rw-r--r--po/en_GB.po2
-rw-r--r--po/es.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/kn.po2
-rw-r--r--po/libguestfs.pot4
-rw-r--r--po/ml.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/or.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/te.po2
-rw-r--r--po/uk.po2
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 <misc@zarb.org>
Nikita A Menkovich <menkovich@gmail.com>
Nikos Skalkotos <skalkoto@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
+Qin Guan <qguan@redhat.com>
Rajesh Ranjan <rranjan@redhat.com>
Richard W.M. Jones <rich@annexia.org>
Sandeep Shedmake <sshedmak@redhat.com>
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\n"
"Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\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 <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\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 <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\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 <rjones@redhat.com>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\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 <rjones@redhat.com>\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 <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"