diff --git a/BUGS b/BUGS index aa22990ae..b32bdfab2 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2014-04-06 +Last updated: 2014-04-15 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -201,7 +201,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. firstboot scripts (virt-builder, virt-sysprep) don't work for Debian 6 & 7 guests 1021149 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1021149 - Rebase libguestfs to 1.24 in RHEL 7.1 + Rebase libguestfs to 1.28 in RHEL 7.1 1023630 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1023630 enable-valgrind-daemon option breaks UML @@ -287,9 +287,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1079182 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1079182 virt-df cannot report used disk space of windows guest when updated to 6.5 -1079210 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1079210 - virt-sparsify --in-place cannot sparsify as much as it should - 1079625 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1079625 virt-sparsify fails if a btrfs filesystem contains readonly snapshots @@ -299,6 +296,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1084221 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1084221 virt-builder --update causes vm not to allow logins +1085029 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1085029 + Ruby tests fail with latest Ruby + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting diff --git a/configure.ac b/configure.ac index f3e85562e..d50efd9c2 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [27]) -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 09b550736..23bdf508d 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2014-04-06 16:17+0200\n" +"POT-Creation-Date: 2014-04-15 14:17+0200\n" "PO-Revision-Date: 2014-03-26 16:50+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/fedora/language/" @@ -1277,8 +1277,8 @@ msgstr "このプログラムは以下を返します:" #: ../builder/virt-index-validate.pod:37 ../builder/virt-index-validate.pod:51 #: ../builder/virt-index-validate.pod:56 ../cat/virt-cat.pod:181 #: ../cat/virt-cat.pod:186 ../cat/virt-cat.pod:191 ../cat/virt-cat.pod:202 -#: ../cat/virt-cat.pod:206 ../customize/customize-options.pod:189 -#: ../customize/customize-options.pod:193 ../edit/virt-edit.pod:272 +#: ../cat/virt-cat.pod:206 ../customize/customize-options.pod:196 +#: ../customize/customize-options.pod:200 ../edit/virt-edit.pod:272 #: ../edit/virt-edit.pod:277 ../edit/virt-edit.pod:282 #: ../edit/virt-edit.pod:293 ../edit/virt-edit.pod:297 #: ../examples/guestfs-faq.pod:188 ../examples/guestfs-faq.pod:194 @@ -1388,8 +1388,8 @@ msgstr "このプログラムは以下を返します:" #: ../src/guestfs.pod:4435 ../src/guestfs.pod:4440 ../src/guestfs.pod:4444 #: ../src/guestfs.pod:4448 ../src/guestfs.pod:4462 ../src/guestfs.pod:4466 #: ../src/guestfs.pod:4471 ../src/guestfs.pod:4475 -#: ../sysprep/sysprep-extra-options.pod:200 -#: ../sysprep/sysprep-extra-options.pod:204 ../sysprep/virt-sysprep.pod:285 +#: ../sysprep/sysprep-extra-options.pod:208 +#: ../sysprep/sysprep-extra-options.pod:212 ../sysprep/virt-sysprep.pod:285 #: ../sysprep/virt-sysprep.pod:289 ../sysprep/virt-sysprep.pod:293 #: ../sysprep/virt-sysprep.pod:297 ../sysprep/virt-sysprep.pod:312 #: ../sysprep/virt-sysprep.pod:316 ../sysprep/virt-sysprep.pod:320 @@ -7631,37 +7631,56 @@ msgstr "" #. type: =item #: ../customize/customize-options.pod:28 -msgid "B<--delete> PATH" +msgid "B<--chmod> PERMISSIONS:FILE" msgstr "" #. type: textblock #: ../customize/customize-options.pod:30 #: ../sysprep/sysprep-extra-options.pod:4 +msgid "Change the permissions of C to C." +msgstr "" + +#. type: textblock +#: ../customize/customize-options.pod:32 +#: ../sysprep/sysprep-extra-options.pod:6 +msgid "" +"I: C by default would be decimal, unless you prefix it " +"with C<0> to get octal, ie. use C<0700> not C<700>." +msgstr "" + +#. type: =item +#: ../customize/customize-options.pod:35 +msgid "B<--delete> PATH" +msgstr "" + +#. type: textblock +#: ../customize/customize-options.pod:37 +#: ../sysprep/sysprep-extra-options.pod:12 msgid "" "Delete a file from the guest. Or delete a directory (and all its contents, " "recursively)." msgstr "" #. type: textblock -#: ../customize/customize-options.pod:33 -#: ../sysprep/sysprep-extra-options.pod:7 +#: ../customize/customize-options.pod:40 +#: ../sysprep/sysprep-extra-options.pod:15 msgid "See also: I<--upload>, I<--scrub>." msgstr "" #. type: =item -#: ../customize/customize-options.pod:35 +#: ../customize/customize-options.pod:42 msgid "B<--edit> FILE:EXPR" msgstr "" #. type: textblock -#: ../customize/customize-options.pod:37 -#: ../sysprep/sysprep-extra-options.pod:12 +#: ../customize/customize-options.pod:44 +#: ../sysprep/sysprep-extra-options.pod:20 msgid "Edit C using the Perl expression C." msgstr "" #. type: textblock -#: ../customize/customize-options.pod:39 ../edit/virt-edit.pod:133 -#: ../sysprep/sysprep-extra-options.pod:14 +#: ../customize/customize-options.pod:46 ../edit/virt-edit.pod:133 +#: ../sysprep/sysprep-extra-options.pod:22 msgid "" "Be careful to properly quote the expression to prevent it from being altered " "by the shell." @@ -7670,83 +7689,83 @@ msgstr "" "ください。" #. type: textblock -#: ../customize/customize-options.pod:42 ../edit/virt-edit.pod:136 -#: ../sysprep/sysprep-extra-options.pod:17 +#: ../customize/customize-options.pod:49 ../edit/virt-edit.pod:136 +#: ../sysprep/sysprep-extra-options.pod:25 msgid "Note that this option is only available when Perl 5 is installed." msgstr "" "このオプションは Perl 5 がインストールされているときのみ利用可能であることに" "注意してください。" #. type: textblock -#: ../customize/customize-options.pod:44 -#: ../sysprep/sysprep-extra-options.pod:19 +#: ../customize/customize-options.pod:51 +#: ../sysprep/sysprep-extra-options.pod:27 msgid "See L." msgstr "" #. type: =item -#: ../customize/customize-options.pod:46 +#: ../customize/customize-options.pod:53 msgid "B<--firstboot> SCRIPT" msgstr "" #. type: textblock -#: ../customize/customize-options.pod:48 -#: ../sysprep/sysprep-extra-options.pod:24 +#: ../customize/customize-options.pod:55 +#: ../sysprep/sysprep-extra-options.pod:32 msgid "" "Install C