1guestfs-release-notes-1.44(1)Virtualization Supportguestfs-release-notes-1.44(1)
2
3
4
6 guestfs-release-notes - libguestfs Release Notes
7
9 Language bindings
10 Python 2 support has been dropped. The minimum version of Python
11 required is 3.6.
12
13 Python bindings no longer use deprecated "PyEval_ThreadsInitialized".
14
15 Python bindings now include type hints (Sam Eiderman).
16
17 Erlang bindings now use libei instead of liberl_interface (Sergei
18 Golovan).
19
20 Tools
21 virt-get-kernel(1) can now find uncompressed kernels (Pino Toscano).
22
23 virt-sysprep(1) now regenerates the guest certificate store when a
24 certificate is removed from the guest (Pino Toscano).
25
26 virt-sysprep(1) can now remove IPA enrollment files and Kerberos
27 keytabs (Pino Toscano, Christian Heimes and François Cami).
28
29 API
30 New APIs
31
32 "cryptsetup-open" and "cryptsetup-close" replace "luks-open", luks-
33 open-ro and luks-close. The new APIs add support for BitLocker
34 encryption.
35
36 Other API changes
37
38 "lvm-canonical-lv" no longer produces a noisy error message when called
39 with a non-LV parameter.
40
41 Build changes
42 C programs using libguestfs can now be compiled against the build
43 directory:
44
45 ../libguestfs/run ./configure
46 ../libguestfs/run make
47
48 OCaml components are now linked correctly when building in a different
49 directory from the source (Geoff Toole).
50
51 GCC LTO is now supported.
52
53 Weblate is now used for localization instead of Zanata (Pino Toscano).
54
55 The dependencies for guestfsd are no longer hard-coded but are now
56 generated from the built binary, ensuring that they shouldn't get out
57 of synch in future (Hilko Bengen).
58
59 Internals
60 lib/guestfs.h was moved to include/guestfs.h in the source. This is
61 not an externally visible change but affected a lot of places inside
62 the build system.
63
64 Bugs fixed
65 https://bugzilla.redhat.com/1811539
66 The virt-diff command doesn't work on windows 2019 image
67
68 https://bugzilla.redhat.com/1384241
69 The tar-in command does not allow restoring file capabilities
70
72 guestfs-examples(1), guestfs-faq(1), guestfs-performance(1),
73 guestfs-recipes(1), guestfs-testing(1), guestfs(3), guestfish(1),
74 http://libguestfs.org/
75
77 • Andrey Shinkevich
78
79 • Dmitry Tantsur
80
81 • Geoff Toole
82
83 • Hilko Bengen
84
85 • Pino Toscano
86
87 • Richard W.M. Jones
88
89 • Sam Eiderman
90
91 • Sergei Golovan
92
93 • Thierry Vignaud
94
95 • Yuri Chornoivan
96
98 Copyright (C) 2009-2023 Red Hat Inc.
99
101 This program is free software; you can redistribute it and/or modify it
102 under the terms of the GNU General Public License as published by the
103 Free Software Foundation; either version 2 of the License, or (at your
104 option) any later version.
105
106 This program is distributed in the hope that it will be useful, but
107 WITHOUT ANY WARRANTY; without even the implied warranty of
108 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
109 General Public License for more details.
110
111 You should have received a copy of the GNU General Public License along
112 with this program; if not, write to the Free Software Foundation, Inc.,
113 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
114
116 To get a list of bugs against libguestfs, use this link:
117 https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
118
119 To report a new bug against libguestfs, use this link:
120 https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
121
122 When reporting a bug, please supply:
123
124 • The version of libguestfs.
125
126 • Where you got libguestfs (eg. which Linux distro, compiled from
127 source, etc)
128
129 • Describe the bug accurately and give a way to reproduce it.
130
131 • Run libguestfs-test-tool(1) and paste the complete, unedited output
132 into the bug report.
133
134
135
136libguestfs-1.51.9 2023-12-09 guestfs-release-notes-1.44(1)