diff --git a/BUGS b/BUGS index 71513191a..f7346e067 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2013-12-12 +Last updated: 2013-12-14 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -233,9 +233,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1027526 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1027526 RFE: Labels for logical partitions lost in Windows 2003 after virt-resize for primary partition -1028666 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1028666 - virt-builder fails if you select only --format but not --size: virt-resize: error: You cannot use --expand when there is no surplus [...] - 1028676 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1028676 Add virt-builder to RHEL 7.1 @@ -251,6 +248,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1040912 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1040912 [ARM] mount-local / FUSE support does not seem to work at all +1041552 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1041552 + virt-sysprep should remove Pegasus certificates + +1042780 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1042780 + Support the virt-sysprep --delete option + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -272,7 +275,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 965495 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=965495 New APIs required in libguestfs for virt-v2v in RHEL 6.5 -(84 bugs) +(85 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/configure.ac b/configure.ac index 4e2bc65ee..1955b5acc 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [25]) -m4_define([libguestfs_release], [14]) +m4_define([libguestfs_release], [15]) 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 54d1dfb49..941821d9b 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: 2013-12-12 16:17+0000\n" +"POT-Creation-Date: 2013-12-14 16:44+0000\n" "PO-Revision-Date: 2013-10-17 14:46+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/fedora/language/" @@ -79392,6 +79392,11 @@ msgstr "Linux においては以下のファイルが削除されます:" #: ../sysprep/sysprep-operations.pod:153 #, no-wrap msgid "" +" /etc/Pegasus/*.cnf\n" +" /etc/Pegasus/*.crt\n" +" /etc/Pegasus/*.csr\n" +" /etc/Pegasus/*.pem\n" +" /etc/Pegasus/*.srl\n" " /root/anaconda-ks.cfg\n" " /root/anaconda-post.log\n" " /root/install.log\n" @@ -79443,17 +79448,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:201 +#: ../sysprep/sysprep-operations.pod:206 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:204 +#: ../sysprep/sysprep-operations.pod:209 msgid "Change LVM2 PV and VG UUIDs." msgstr "LVM2 の PV および VG の UUID を変更します。" #. type: textblock -#: ../sysprep/sysprep-operations.pod:206 +#: ../sysprep/sysprep-operations.pod:211 msgid "" "On Linux guests that have LVM2 physical volumes (PVs) or volume groups " "(VGs), new random UUIDs are generated and assigned to those PVs and VGs." @@ -79463,17 +79468,17 @@ msgstr "" "れます。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:209 +#: ../sysprep/sysprep-operations.pod:214 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:212 +#: ../sysprep/sysprep-operations.pod:217 msgid "Remove the local machine ID." msgstr "ローカルマシン ID を削除します。" #. type: textblock -#: ../sysprep/sysprep-operations.pod:214 +#: ../sysprep/sysprep-operations.pod:219 msgid "" "The machine ID is usually generated from a random source during system " "installation and stays constant for all subsequent boots. Optionally, for " @@ -79482,27 +79487,27 @@ msgid "" msgstr "" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:219 +#: ../sysprep/sysprep-operations.pod:224 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:222 +#: ../sysprep/sysprep-operations.pod:227 msgid "Remove email from the local mail spool directory." msgstr "ローカルのメールスプールのディレクトリから電子メールを削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:224 +#: ../sysprep/sysprep-operations.pod:229 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:227 +#: ../sysprep/sysprep-operations.pod:232 msgid "Remove HOSTNAME in network interface configuration." msgstr "ネットワークインターフェース設定にある HOSTNAME を削除します。" #. type: textblock -#: ../sysprep/sysprep-operations.pod:229 ../sysprep/sysprep-operations.pod:237 +#: ../sysprep/sysprep-operations.pod:234 ../sysprep/sysprep-operations.pod:242 msgid "" "For Fedora and Red Hat Enterprise Linux, this is removed from C " "files." @@ -79511,27 +79516,27 @@ msgstr "" "ら削除されます。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:232 +#: ../sysprep/sysprep-operations.pod:237 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:235 +#: ../sysprep/sysprep-operations.pod:240 msgid "Remove HWADDR (hard-coded MAC address) configuration." msgstr "HWADDR (ハードコードされた MAC アドレス) 設定を削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:240 +#: ../sysprep/sysprep-operations.pod:245 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:243 +#: ../sysprep/sysprep-operations.pod:248 msgid "Remove the process accounting log files." msgstr "プロセス・アカウンティングのログファイルを削除します。" #. type: textblock -#: ../sysprep/sysprep-operations.pod:245 +#: ../sysprep/sysprep-operations.pod:250 msgid "" "The system wide process accounting will store to the pacct log files if the " "process accounting is on." @@ -79540,170 +79545,170 @@ msgstr "" "ウンティングが pacct ログファイルに保存されます。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:248 +#: ../sysprep/sysprep-operations.pod:253 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:251 +#: ../sysprep/sysprep-operations.pod:256 msgid "Remove package manager cache." msgstr "パッケージマネージャーのキャッシュを削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:253 +#: ../sysprep/sysprep-operations.pod:258 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:256 +#: ../sysprep/sysprep-operations.pod:261 msgid "Remove the PAM data in the guest." msgstr "ゲストにある PAM データを削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:258 +#: ../sysprep/sysprep-operations.pod:263 msgid "B *" msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:261 +#: ../sysprep/sysprep-operations.pod:266 msgid "Set root or user password." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:263 +#: ../sysprep/sysprep-operations.pod:268 msgid "Set root or another user's password." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:265 +#: ../sysprep/sysprep-operations.pod:270 msgid "" "Use the I<--root-password> option to specify a replacement root password for " "the guest. You can only use this option once." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:268 +#: ../sysprep/sysprep-operations.pod:273 msgid "" "Use the I<--password> option to specify replacement user password(s). You " "can use this option as many times as you want." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:271 +#: ../sysprep/sysprep-operations.pod:276 msgid "Use I<--password-crypto> to change the password encryption used." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:273 +#: ../sysprep/sysprep-operations.pod:278 msgid "See L above for details of these options." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:275 +#: ../sysprep/sysprep-operations.pod:280 msgid "" "This operation is enabled by default, but it only does something if there is " "at least one I<--root-password> or I<--password> argument given." msgstr "" #. type: =head3 -#: ../sysprep/sysprep-operations.pod:279 +#: ../sysprep/sysprep-operations.pod:284 msgid "Notes on password" msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:281 +#: ../sysprep/sysprep-operations.pod:286 msgid "" "Currently this only works for glibc-based Linux guests that use shadow " "passwords." msgstr "" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:284 +#: ../sysprep/sysprep-operations.pod:289 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:287 +#: ../sysprep/sysprep-operations.pod:292 msgid "Remove the data and log files of puppet." msgstr "Puppet のデータおよびログファイルを削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:289 +#: ../sysprep/sysprep-operations.pod:294 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:292 +#: ../sysprep/sysprep-operations.pod:297 msgid "Generate random seed for guest." msgstr "仮想マシンに対して乱数種を生成します。" #. type: textblock -#: ../sysprep/sysprep-operations.pod:294 +#: ../sysprep/sysprep-operations.pod:299 msgid "" "Write some random bytes from the host into the random seed file of the guest." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:297 +#: ../sysprep/sysprep-operations.pod:302 msgid "See L below." msgstr "以下の L を参照してください。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:299 +#: ../sysprep/sysprep-operations.pod:304 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:302 +#: ../sysprep/sysprep-operations.pod:307 msgid "Remove the RHN system ID." msgstr "RHN システム ID を削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:304 +#: ../sysprep/sysprep-operations.pod:309 msgid "B *" msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:307 +#: ../sysprep/sysprep-operations.pod:312 msgid "Remove host-specific RPM database files." msgstr "" #. type: textblock -#: ../sysprep/sysprep-operations.pod:309 +#: ../sysprep/sysprep-operations.pod:314 msgid "" "Remove host-specific RPM database files and locks. RPM will recreate these " "files automatically if needed." msgstr "" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:312 +#: ../sysprep/sysprep-operations.pod:317 msgid "B *" msgstr "B *" #. type: textblock -#: ../sysprep/sysprep-operations.pod:315 +#: ../sysprep/sysprep-operations.pod:320 msgid "Remove the database and log files of Samba." msgstr "Samba のデータベースおよびログファイルを削除します。" #. type: =head2 -#: ../sysprep/sysprep-operations.pod:317 +#: ../sysprep/sysprep-operations.pod:322 msgid "B