1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
=head1 名前
guestfs-tools-release-notes - guestfs tools release Notes
=head1 RELEASE NOTES FOR GUESTFS TOOLS 1.52
These are the release notes for guestfs tools stable release 1.52. This describes the major changes since 1.50.
Guestfs tools 1.52.0 was released on B<5 January 2024>.
=begin コメント
=head2 Security
=end コメント
=head2 virt-dib was removed
virt-dib, a tool that built disk images using diskimage-builder descriptions has been removed. It only supported an older version of the diskimage-builder metadata. See also: L<https://bugzilla.redhat.com/1910039>
=head2 virt-builder
L<virt-builder(1)> now prints better error messages when a specific URL cannot be downloaded.
=head2 virt-builder-repository
Fix GPG repository signing (thanks Allard Berends).
=head2 virt-customize
New L<virt-customize(1)> I<--chown> and I<--tar-in> options. (Also available in virt-builder and virt-sysprep.)
=head2 virt-diff
L<virt-diff(1)> no longer considers C<st_dev> and C<st_ino> fields, which means that guests where a file has moved across a mountpoint but is otherwise identical (size, path, etc) will not show up as a difference.
=head2 virt-drivers
L<virt-drivers(1)> a tool which looks at the device drivers needed by a guest, can now look up vendor and device names using the PCI and USB IDs databases.
=head2 Common changes
The common I<--key> option now recognizes LVM names like F</dev/mapper/rhel_bootp--73--75--123-root> (Laszlo Ersek).
The I<--key> option also supports a new S<I<--key all:...>> selector to try the same key on all devices.
=head2 Build changes
Support for OCaml 5, and OCaml E<ge> 4.07 is now the minimum (thanks Guillaume Munch-Maccagnoni, Jerry James, Josh Berdine, Jürgen Hötzel, Vincent Laviron).
Fix compatibility issues with libxml2 2.12.
=head2 内部
Fix an off-by-one error which caused very rare crashes in some of the virt tools.
=head2 バグ修正
=begin コメント
https_proxy= ./bugs-in-changelog.sh v1.50.0..
=end コメント
=over 4
=item L<https://bugzilla.redhat.com/2175703>
virt-v2v failed to inspect RHEL9.2 guest due to kernel-core / kernel-modules-core subpackage split
=item L<https://bugzilla.redhat.com/2168506>
RFE: Virt-v2v should recognize partition names like '/dev/mapper/rhel boot--73--75--123-root' in related keys option
=item L<https://bugzilla.redhat.com/1910039>
virt-dib doesn't work with newer diskimage-builder version on RHEL8
=back
=head1 関連項目
L<http://libguestfs.org/>
=head1 著者
=begin コメント
git shortlog -s v1.50.0..
=end コメント
=over 4
=item Jürgen Hötzel
=item Laszlo Ersek
=item Richard W.M. Jones
=back
=head1 COPYRIGHT
Copyright (C) 2009-2024 Red Hat Inc.
|