summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-06-04 16:38:55 +0100
committerRichard Jones <rjones@redhat.com>2010-06-04 16:52:58 +0100
commit6c27155621f75351a3b18237ac7631f0eb12c336 (patch)
tree8be0ee3270317f090c88bf6ad3ef4b09219f6c0c
parent4df593496e116dfb635731c058b7627e81fc179c (diff)
downloadlibguestfs-6c27155621f75351a3b18237ac7631f0eb12c336.tar.gz
libguestfs-6c27155621f75351a3b18237ac7631f0eb12c336.tar.xz
libguestfs-6c27155621f75351a3b18237ac7631f0eb12c336.zip
Version 1.3.19.1.3.19
Update BUGS and PO files.
-rw-r--r--BUGS26
-rw-r--r--configure.ac2
-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/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
14 files changed, 33 insertions, 21 deletions
diff --git a/BUGS b/BUGS
index e417c381..c7e23135 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs".
-Last updated: 2010-06-02 18:42:14
+Last updated: 2010-06-04 16:39:34
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -68,6 +68,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
598772 NEW https://bugzilla.redhat.com/show_bug.cgi?id=598772
guestfish 'help' command should indicate error in exit status with an unknown command
+599503 NEW https://bugzilla.redhat.com/show_bug.cgi?id=599503
+ mountpoint gets missing after umount-all
+
+600144 NEW https://bugzilla.redhat.com/show_bug.cgi?id=600144
+ mountpoint gets missing after umount-all
+
+600148 NEW https://bugzilla.redhat.com/show_bug.cgi?id=600148
+ mkfs-b does not support vfat/ntfs
+
501882 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=501882
/tmp/libguestfs temporary directory is not cleaned up
@@ -83,9 +92,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
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
-582484 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=582484
- some guestfish sub commands can not handle special files properly
-
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -129,6 +135,9 @@ You can help by testing the fixes.
501889 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=501889
write-file does not support strings containing ASCII NUL
+582484 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=582484
+ some guestfish sub commands can not handle special files properly
+
588651 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=588651
guestfish 'strings-e' cmd does not give proper error message or hint
@@ -144,9 +153,6 @@ You can help by testing the fixes.
596776 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=596776
virt-inspector doesn't discover modprobe aliases on RHEL 3 guests
-597112 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=597112
- get-e2uuid should use blkid instead of "tune2fs -l" to get filesystem UUID
-
597118 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=597118
A warning should be given in the help of mke2journal-L for the length of label
@@ -159,6 +165,12 @@ You can help by testing the fixes.
598309 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=598309
part-list and several other cmd failed on libguestfs on RHEL5
+599300 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599300
+ libguestfs-winsupport lacks dependecy of fuse-libs
+
+599464 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599464
+ mkfs-b does not support vfat/ntfs
+
579664 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=579664
guestfish doesn't report error when there is not enough space for image allocation
diff --git a/configure.ac b/configure.ac
index 8519a320..794b1baf 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], [3])
-m4_define([libguestfs_release], [18])
+m4_define([libguestfs_release], [19])
# extra can be any string
m4_define([libguestfs_extra], [])
diff --git a/po/es.po b/po/es.po
index 5bb6fabf..74426cab 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"
diff --git a/po/gu.po b/po/gu.po
index b2ef53bf..5c532e0f 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+0100\n"
"PO-Revision-Date: 2010-02-02 13:45+0530\n"
"Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
"Language-Team: Gujarati\n"
diff --git a/po/hi.po b/po/hi.po
index 976f67f2..06c431fe 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"
diff --git a/po/kn.po b/po/kn.po
index 755b32e9..deaf6da6 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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 dab2c5f8..2a58e395 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.3.18\n"
+"Project-Id-Version: libguestfs 1.3.19\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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 190dbc97..13078023 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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-"
diff --git a/po/mr.po b/po/mr.po
index 53ab6c57..7549cec0 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"
diff --git a/po/or.po b/po/or.po
index a53e9c13..626100dd 100644
--- a/po/or.po
+++ b/po/or.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"
diff --git a/po/pa.po b/po/pa.po
index 1ded6f4d..2e2053da 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+0100\n"
"PO-Revision-Date: 2010-01-29 12:50+0530\n"
"Last-Translator: Jaswinder Singh <jsingh@redhat.com>\n"
"Language-Team: Punjabi/Panjabi <kde-i18n-doc@kde.org>\n"
diff --git a/po/pl.po b/po/pl.po
index c18c14a7..ad4babbf 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+0100\n"
"PO-Revision-Date: 2010-05-24 21:26+0200\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
diff --git a/po/ta.po b/po/ta.po
index b69f176d..7659bd80 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"
diff --git a/po/te.po b/po/te.po
index 7bdd0dcb..684c9a31 100644
--- a/po/te.po
+++ b/po/te.po
@@ -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: 2010-06-02 18:41+0100\n"
+"POT-Creation-Date: 2010-06-04 16:38+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"