1guestfs-release-notes-1.16(1)Virtualization Supportguestfs-release-notes-1.16(1)
2
3
4
6 guestfs-release-notes - libguestfs Release Notes
7
9 These release notes only cover the differences from the previous
10 stable/dev branch split (1.14.0). For detailed changelogs, please see
11 the git repository, or the ChangeLog file distributed in the tarball.
12
13 New features
14 libguestfs
15
16 - allow XFS filesystems to be created over an existing filesystem
17 (Wanlong Gao)
18
19 - the (unspecified) default alignment for part-disk has been
20 changed to 64K for better support of high-end network-attached
21 storage
22
23 - new guestfs-testing(1) man page
24
25 - list-filesystems returns MD devices containing filesystems
26 (Matthew Booth)
27
28 - support for GCC >= 4.7 (Jim Meyering)
29
30 - check user does not add the same drive twice (Wanlong Gao).
31
32 language bindings
33
34 - Experimental GObject bindings, with support for GObject
35 Introspection. You can now use libguestfs from Javascript.
36 Please note these are not stable and final in this release.
37 (Matthew Booth).
38
39 - support for Ruby >= 1.9
40
41 - Ruby bindings can be disabled individually (Hilko Bengen)
42
43 - support for Python 2.6, 3.x (Richard Jones, Hilko Bengen)
44
45 - support for PHP >= 5.4
46
47 - new %guestfs_introspection hash is available in Perl bindings so
48 you can query which optional arguments are available
49
50 inspection
51
52 - guests with MD devices can be inspected (Matthew Booth)
53
54 - support for GNU/Hurd guests
55
56 guestfish
57
58 - libguestfs events (such as progress bar events and log messages) can
59 be trapped and processed by user-defined shell scripts.
60
61 - MD devices are tab-completed (Matthew Booth)
62
63 virt tools
64
65 - New tool virt-format for erasing and making blank disks
66
67 - virt-sparsify new --compress and -o options to allow for compressed
68 and different format output
69
70 - virt-sparsify can now detect and sparsify .vdi files
71
72 - virt-sysprep no longer requires xmlstarlet; a new virt-inspector --xpath
73 option has been added to replace this functionality
74
75 - virt-rescue has a new --suggest option which suggests mount commands
76 for the guest
77
78 - virt-resize no longer requires OCaml pcre library
79
80 libguestfs live
81
82 - daemon will no longer try to edit your live /etc/lvm configuration
83
84 - fix a potential security problem with predictable /tmp names (Steve Kemp)
85
86 Security
87 CVE-2011-4127, RHBZ#757071
88 Mitigate possible privilege escalation via SG_IO ioctl
89 For more information, see: https://github.com/libguestfs/libguestfs/commit/9a5f784d511a8f00a8386f316eab41fe660430db
90
91 New APIs
92 blkid: print all attributes of a device known to blkid (Wanlong Gao)
93 e2fsck: access to more features of e2fsck (Wanlong Gao)
94 list-md-devices: list of Linux MD devices (Matthew Booth)
95 md-create: create an MD device
96 md-detail: returns metadata for an MD device (Matthew Booth)
97 md-stop: stop an MD device (Wanlong Gao)
98 tune2fs: allow ext2/3/4 filesystems to be tuned
99
100 Internals
101 Git hosting has moved to http://github.com/libguestfs
102
103 The various test directories have been rearranged logically, and now
104 all appear under 'tests/'.
105
106 There is a 'make extra-tests' rule which runs ordinary tests and
107 additional tests, using valgrind to check for memory problems.
108
109 Multiple memory leaks and other problems found by valgrind and fixed.
110
111 Support for optional arguments in the generator has been rewritten
112 to provide more features and safety (Matthew Booth).
113
114 With gcc -fvisibility=hidden is used for internal symbols, avoiding
115 call indirection via the PLT.
116
117 RHashtable functions can be tested in the generator.
118
119 ADD_ARG macro in daemon allows arg lists to be constructed without
120 risk of stack smashing.
121
122 Fix generation of OCaml functions that have more than 10 arguments.
123
124 psmisc has been added to the appliance, allowing use of 'fuser',
125 'killall' and 'pstree' for debugging.
126
127 bindtests now cover RBufferOut and optional arguments (Matthew Booth).
128
129 Bugs fixed
130 - 769680 temporary directories created during appliance builds are not cleaned up on error
131 - 761460 guestfs_utimens hangs on named pipes
132 - 761451 guestfs_utimens cannot set times on a directory
133 - 760775 "guestfish: multi-boot operating systems are not supported by the -i option" should be more explanatory
134 - 760669 guestfish copy-in and <! (inline execution) don't mix well: pclose: No child processes
135 - 760000 libguestfs fails to compile with Ruby >= 1.9
136 - 755729 Error message for resize2fs-M needs tweaking
137 - 750889 Python code incompatible with Python v3.
138 - 596761 Ctrl-\ causes guestfish to abort
139
141 guestfs-examples(1), guestfs-faq(1), guestfs-performance(1),
142 guestfs-recipes(1), guestfs-testing(1), guestfs(3), guestfish(1),
143 http://libguestfs.org/
144
146 Richard W.M. Jones
147
149 Copyright (C) 2009-2020 Red Hat Inc.
150
152 This program is free software; you can redistribute it and/or modify it
153 under the terms of the GNU General Public License as published by the
154 Free Software Foundation; either version 2 of the License, or (at your
155 option) any later version.
156
157 This program is distributed in the hope that it will be useful, but
158 WITHOUT ANY WARRANTY; without even the implied warranty of
159 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
160 General Public License for more details.
161
162 You should have received a copy of the GNU General Public License along
163 with this program; if not, write to the Free Software Foundation, Inc.,
164 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
165
167 To get a list of bugs against libguestfs, use this link:
168 https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
169
170 To report a new bug against libguestfs, use this link:
171 https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
172
173 When reporting a bug, please supply:
174
175 • The version of libguestfs.
176
177 • Where you got libguestfs (eg. which Linux distro, compiled from
178 source, etc)
179
180 • Describe the bug accurately and give a way to reproduce it.
181
182 • Run libguestfs-test-tool(1) and paste the complete, unedited output
183 into the bug report.
184
185
186
187libguestfs-1.49.9 2023-01-19 guestfs-release-notes-1.16(1)