.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Podwrapper::Man 1.52.0 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "guestfs-release-notes-1.46 1" .TH guestfs-release-notes-1.46 1 2024-01-05 libguestfs-1.52.0 "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME guestfs\-release\-notes \- libguestfs Release Notes .SH "RELEASE NOTES FOR LIBGUESTFS 1.46" .IX Header "RELEASE NOTES FOR LIBGUESTFS 1.46" The big news in this release is that the virt tools like \&\fBvirt\-builder\fR\|(1), \fBvirt\-cat\fR\|(1), \fBvirt\-customize\fR\|(1), \&\fBvirt\-df\fR\|(1), and many more were moved to a new project. The temporary repository for the new guestfs-tools project is here: https://github.com/rwmjones/guestfs\-tools while we set up a permanent home for it on gitlab. The tarballs containing the tools are here: https://download.libguestfs.org/guestfs\-tools/ .PP Spinning out all of the tools into a new repository has made libguestfs a bit easier and simpler to build and manage, and allows us to focus on just being the API. .PP Note that the tools \fBguestfish\fR\|(1) (which is really a "shell API"), \&\fBguestmount\fR\|(1), \fBlibguestfs\-test\-tool\fR\|(1) and \fBvirt\-rescue\fR\|(1) are still part of the libguestfs repo. .PP The not quite so big news is that we have moved away from FreeNode to Libera Chat for IRC. The new channel on Libera is called \f(CW\*(C`#guestfs\*(C'\fR (thanks Daniel Berrangé). .SS "Language bindings" .IX Subsection "Language bindings" Libguestfs is now compatible with Go 1.16, and defines a Go module (thanks Gianfranco Costamagna). .PP Memory leaks in Python APIs that returned structs are fixed (thanks 朱丹). .PP Python PyPi code has been relicensed to LGPLv2+ (from GPLv2+). .SS Inspection .IX Subsection "Inspection" Inspection of RPM guests now uses librpm instead of trying to parse the Berkeley DB directly. Since most RPM-based guests have replaced BDB with sqlite this allows us to read these newer guests while retaining compatibility with the older guests (thanks Panu Matilainen). .PP Inspection of RHEL 8+ with split /usr configuration has been made more reliable. .PP Inspection of Windows Server 2022 should now work correctly (Yongkui Guo). .SS API .IX Subsection "API" \fINew APIs\fR .IX Subsection "New APIs" .PP No new APIs were added in libguestfs 1.46. .PP \fIOther API changes\fR .IX Subsection "Other API changes" .PP The output of the \f(CW\*(C`guestfs_cap_get_file\*(C'\fR API has changed slightly because of changes in the underlying libcap. This isn't strictly speaking an API break because the new output is a still valid but more compact description of file capabilities, but because it is different it may cause problems for users of the API. .PP The \f(CW\*(C`guestfs_mkfs_btrfs\*(C'\fR API now ignores the \f(CW\*(C`allocstart\*(C'\fR parameter since it was deprecated by btrfs 4.14.1 and later removed. .PP \&\f(CW\*(C`guestfs_isoinfo_*\*(C'\fR APIs now directly parse the CD Primary Volume Descriptor instead of using an external tool. The APIs should appear to work exactly the same (thanks Thomas Schmitt). .PP You can now force the appliance to use KVM or fail if not supported (Sam Eiderman). .PP Because of a change to XFS in version 5, disabling lazy-counters no longer works. The API still works for earlier versions of XFS (Laszlo Ersek). .SS "Build changes" .IX Subsection "Build changes" The build now uses and requires PCRE2 (instead of PCRE). .PP This version requires libvirt ≥ 7.1.0, if libvirt is enabled. .PP gnulib is no longer bundled with libguestfs, making builds from git much simpler. .PP Perl \f(CW\*(C`Sys::Virt\*(C'\fR (libvirt bindings for Perl) are no longer required by libguestfs. .PP The code has been compiled with both LTO and GCC \fI\-fanalyzer\fR and many bugs and warnings fixed. .PP Allow projects like guestfs-tools and virt\-v2v to be compiled with locally built (but not installed) libguestfs (Laszlo Ersek). .PP Tests now run in parallel (many additional fixes by Laszlo Ersek). .PP Work around RAID0 regression in Linux 3.14/5.4 (Laszlo Ersek). .PP Support for RISC-V (Heinrich Schuchardt). .PP Support for building on Alma and Cloud Linux (Александр Кравченко). .PP Fix to compile with OCaml 4.12. .PP The tarball no longer includes the \fIChangeLog\fR file. To get a detailed changelog, please look at the upstream git repository. .PP Don't assume bash in the \fI./configure\fR script (Martin Kletzander). .PP Fix \fI./configure \-\-with\-distro\fR option (Alexandre Iooss). .PP Various fixes for qemu 6.1. .PP Fix creating appliance dependencies on Debian (Hilko Bengen). .PP Update appliance packages on SUSE and several other improvements to the init script (Olaf Hering). .SS Internals .IX Subsection "Internals" We now use the qemu / libvirt feature \fI\-cpu max\fR to select the best CPU to run the appliance. This should improve performance for things like encrypted disks (Daniel Berrangé). .PP When passing the appliance filesystem UUID to supermin we now read it directly out of the appliance instead of using the \fBfile\fR\|(1) program. This is more reliable, especially as file often breaks or changed its output. .PP The qemu \fI\-enable\-fips\fR option is no longer used. It was not needed and has been deprecated by qemu. .PP On Fedora, pull in glibc-gconv-extra to fix the \f(CW\*(C`guestfs_syslinux\*(C'\fR API (Yongkui Guo). .PP We no longer use qemu's sga (Serial Graphics Adapter) option ROM, instead using the equivalent seabios feature. .SS "Bugs fixed" .IX Subsection "Bugs fixed" .IP https://bugzilla.redhat.com/2002325 4 .IX Item "https://bugzilla.redhat.com/2002325" Use \-machine graphics=off instead of sga device .IP https://bugzilla.redhat.com/2001636 4 .IX Item "https://bugzilla.redhat.com/2001636" [RFE] libguestfs: Add detection of AlmaLinux and CloudLinux .IP https://bugzilla.redhat.com/1997446 4 .IX Item "https://bugzilla.redhat.com/1997446" osinfo is not correct when handling windows server 2022 image .IP https://bugzilla.redhat.com/1990720 4 .IX Item "https://bugzilla.redhat.com/1990720" syslinux: failed to create ldlinux.sys .IP https://bugzilla.redhat.com/1985912 4 .IX Item "https://bugzilla.redhat.com/1985912" The lstatns function has a memory leak. (python3) .IP https://bugzilla.redhat.com/1960217 4 .IX Item "https://bugzilla.redhat.com/1960217" [Regression] ls: cannot read symbolic link after running guestmount .IP https://bugzilla.redhat.com/1949683 4 .IX Item "https://bugzilla.redhat.com/1949683" virt\-v2v: error: inspection could not detect the source guest (or physical machine) .IP https://bugzilla.redhat.com/1938982 4 .IX Item "https://bugzilla.redhat.com/1938982" Move libguestfs from PCRE to PCRE2 .IP https://bugzilla.redhat.com/1930996 4 .IX Item "https://bugzilla.redhat.com/1930996" [Regression] lvcreate fails to wipe signatures again .IP https://bugzilla.redhat.com/1930133 4 .IX Item "https://bugzilla.redhat.com/1930133" Virt\-v2v can't convert rhel8 guest whose usr partition is independent .IP https://bugzilla.redhat.com/1915646 4 .IX Item "https://bugzilla.redhat.com/1915646" libguestfs\-1.44.0 \- guestfs appliance path broken .IP https://bugzilla.redhat.com/1911177 4 .IX Item "https://bugzilla.redhat.com/1911177" virt-builder + virt-install creates a VM that cannot boot fedora 33 .IP https://bugzilla.redhat.com/1766487 4 .IX Item "https://bugzilla.redhat.com/1766487" libguestfs assumes rpmdb is in Berkeley DB format .IP https://bugzilla.redhat.com/1409024 4 .IX Item "https://bugzilla.redhat.com/1409024" [Debian] Missing db_dump abort inspection .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBguestfs\-examples\fR\|(1), \&\fBguestfs\-faq\fR\|(1), \&\fBguestfs\-performance\fR\|(1), \&\fBguestfs\-recipes\fR\|(1), \&\fBguestfs\-testing\fR\|(1), \&\fBguestfs\fR\|(3), \&\fBguestfish\fR\|(1), http://libguestfs.org/ .SH AUTHORS .IX Header "AUTHORS" .IP "Alexandre Iooss" 4 .IX Item "Alexandre Iooss" .PD 0 .IP "Daniel P. Berrangé" 4 .IX Item "Daniel P. Berrangé" .IP "Heinrich Schuchardt" 4 .IX Item "Heinrich Schuchardt" .IP "Hilko Bengen" 4 .IX Item "Hilko Bengen" .IP "Laszlo Ersek" 4 .IX Item "Laszlo Ersek" .IP "Martin Kletzander" 4 .IX Item "Martin Kletzander" .IP "Remi Collet" 4 .IX Item "Remi Collet" .IP "Richard W.M. Jones" 4 .IX Item "Richard W.M. Jones" .IP "Sam Eiderman" 4 .IX Item "Sam Eiderman" .PD .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2009\-2023 Red Hat Inc. .SH LICENSE .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA. .SH BUGS .IX Header "BUGS" To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools .PP To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools .PP When reporting a bug, please supply: .IP \(bu 4 The version of libguestfs. .IP \(bu 4 Where you got libguestfs (eg. which Linux distro, compiled from source, etc) .IP \(bu 4 Describe the bug accurately and give a way to reproduce it. .IP \(bu 4 Run \fBlibguestfs\-test\-tool\fR\|(1) and paste the \fBcomplete, unedited\fR output into the bug report.