1guestfs-release-notes-1.12(1)Virtualization Supportguestfs-release-notes-1.12(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.10.0). For detailed changelogs, please see
11 the git repository, or the ChangeLog file distributed in the tarball.
12
13 New features
14 guestfish
15
16 - guestfish strings can use escapes,
17 eg. ><fs> write /foo "line 1\nline 2\n"
18
19 - guestfish write-append command can be used to append to files.
20
21 - Long-running file uploads and downloads can be cancelled through the
22 API or by hitting ^C in guestfish.
23
24 - New guestfish "display" command for displaying graphical files
25 inside guests.
26
27 - In guestfish, tab completion now works on /dev/mapper devices.
28
29 virt-inspector
30
31 - Inspection API can get an icon or logo for certain guests.
32
33 - virt-inspector includes the logo and hostname for certain guests.
34
35 - virt-inspector can now get the version and release numbers for RPM
36 packages.
37
38 - CentOS and Scientific Linux are now treated as separate distros by
39 the inspection API.
40
41 virt-resize
42
43 - virt-resize can now handle btrfs.
44
45 - New virt-resize --ntfsresize-force option allows Windows VMs to be
46 resized multiple times.
47
48 other virt tools
49
50 - guestfish, guestmount, virt-cat, virt-df, virt-edit, virt-filesystems,
51 virt-inspector, virt-ls and virt-rescue now allow you to use
52 "-d UUID" option to specify a guest by UUID. This makes them more
53 robust to use from other programs.
54
55 - virt-ls -lR option allows complex file iteration and guest analysis.
56
57 - virt-win-reg supports HKEY_USERS\<SID> and HKEY_USERS\<username>.
58
59 - virt-win-reg new option --unsafe-printable-strings allows printable
60 strings to be displayed in the output (unsafely: read the documentation
61 before using).
62
63 - virt-edit has been rewritten in C.
64
65 API and language bindings
66
67 - Java is now completely supported.
68 See http://libguestfs.org/guestfs-java.3.html
69
70 - JRuby is supported via the Java bindings.
71
72 - guestfs_close now appears in trace messages.
73
74 - Python binding adds explicit g.close() method.
75
76 - Python programs can now use the new event API.
77
78 - Python GIL is released during libguestfs calls, allowing multithreaded
79 Python programs to work properly.
80
81 - 9pfs (Plan 9 filesystems exported from the host) are now supported.
82
83 - Add -DGUESTFS_WARN_DEPRECATED=1 to warn about use of deprecated API
84 functions in C programs.
85
86 - New manual page guestfs-recipes(1) with recipes.
87
88 - mkfs-opts can now set inode size and sector size on created filesystems
89 (thanks Nikita Menkovich).
90
91 - guestfs_last_errno is now accessible from OCaml (as g#last_errno ()).
92
93 Security
94 - optargs_bitmask is checked even for calls that have no optional
95 arguments. This closes a possible exploit in the daemon from
96 untrusted callers.
97
98 New APIs
99 btrfs-filesystem-resize, get-pgroup, inspect-get-icon, is-zero,
100 is-zero-device, list-9p, list-dm-devices, mount-9p, ntfsresize-opts,
101 set-pgroup, write-append
102
103 Internals
104 - Coverity (a static analysis tool) was run across the codebase and
105 many fixes were made.
106
107 - Generator can handle functions that return RBufferOut and have
108 optional arguments.
109
110 - Compatible with Perl 5.14.
111
112 - Compatible with gcc 4.6.
113
114 - Perform safety checks on QEMU.
115
116 - C API tests can now fully test calls that have optional arguments.
117
118 - Use ./configure --enable-install-daemon to install /usr/sbin/guestfsd.
119
120 - po-docs directory now covers all man pages.
121
122 - stderr from qemu process is now captured by the event subsystem.
123
124 Bugs fixed
125 - 602997 part-get-bootable gives wrong result with an unordered part layout
126 - 661280 virt-rescue: panic when shutting down: "/sbin/reboot: No such file or directory"
127 - 700369 qemu-system-x86_64 says 'KVM not supported for this target'
128 - 705200 guestmount attempt results in access denied
129 - 714981 'list-filesystems' does not know about virtio 9p filesystems or detect existing mounts
130 - 717786 libguestfs python bindings should have an explicit close call
131 - 721275 virt-resize in F16 should support btrfs
132
134 guestfs-examples(1), guestfs-faq(1), guestfs-performance(1),
135 guestfs-recipes(1), guestfs-testing(1), guestfs(3), guestfish(1),
136 http://libguestfs.org/
137
139 Richard W.M. Jones
140
142 Copyright (C) 2009-2020 Red Hat Inc.
143
145 This program is free software; you can redistribute it and/or modify it
146 under the terms of the GNU General Public License as published by the
147 Free Software Foundation; either version 2 of the License, or (at your
148 option) any later version.
149
150 This program is distributed in the hope that it will be useful, but
151 WITHOUT ANY WARRANTY; without even the implied warranty of
152 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
153 General Public License for more details.
154
155 You should have received a copy of the GNU General Public License along
156 with this program; if not, write to the Free Software Foundation, Inc.,
157 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
158
160 To get a list of bugs against libguestfs, use this link:
161 https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
162
163 To report a new bug against libguestfs, use this link:
164 https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
165
166 When reporting a bug, please supply:
167
168 • The version of libguestfs.
169
170 • Where you got libguestfs (eg. which Linux distro, compiled from
171 source, etc)
172
173 • Describe the bug accurately and give a way to reproduce it.
174
175 • Run libguestfs-test-tool(1) and paste the complete, unedited output
176 into the bug report.
177
178
179
180libguestfs-1.45.4 2021-04-03 guestfs-release-notes-1.12(1)