mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Version 1.43.4.
This commit is contained in:
37
BUGS
37
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2020-12-01
|
||||
Last updated: 2021-01-05
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -545,9 +545,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1792141 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1792141
|
||||
p2v to cinder (-o openstack ) : virt-v2v: error: openstack: -oo server-id=<NAME|UUID> not present
|
||||
|
||||
1794518 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1794518
|
||||
selinux-relabel fails if filesystem contains /quota.user file
|
||||
|
||||
1798767 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1798767
|
||||
Python bindings: file receive cancelled by daemon when listing a directory
|
||||
|
||||
@@ -572,9 +569,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1809703 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1809703
|
||||
[Blocked] Use qemu-img info -U option to avoid locking error with virt-* tools
|
||||
|
||||
1820282 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1820282
|
||||
Tell virt-v2v where the overlay files must be placed, rather than defaulting always to cachedir
|
||||
|
||||
1828289 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1828289
|
||||
virt-v2v: error: libguestfs error: mountpoints: stat: /dev/centos/home: No such file or directory
|
||||
|
||||
@@ -608,12 +602,21 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1884151 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1884151
|
||||
libguestfs-1.43.2-1.fc34 FTBFS in local mock: cp: missing file operand
|
||||
|
||||
1887167 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1887167
|
||||
[v2v] v2v pod log for CNV VM import reports too long lines in CNV UI.
|
||||
|
||||
1887434 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1887434
|
||||
seal template not working for rhel8 on on rhv 4.4.1 with compatibility mode 4.4
|
||||
|
||||
1906046 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1906046
|
||||
Rebase for av-8.4
|
||||
|
||||
1910039 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910039
|
||||
virt-dib doesn't work with newer diskimage-builder version on RHEL8
|
||||
|
||||
1910187 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1910187
|
||||
virt-inspector cannot detect the icon of ubuntu image
|
||||
|
||||
1911177 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1911177
|
||||
virt-builder + virt-install creates a VM that cannot boot fedora 33
|
||||
|
||||
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
|
||||
guestfish's list splitting does not recognize internal quoting
|
||||
|
||||
@@ -632,9 +635,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
1791353 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1791353
|
||||
RFE: virt-sparsify should support sparsifying LUKS-encrypted guests
|
||||
|
||||
1828952 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1828952
|
||||
virt-customize --selinux-relabel (and other tools) do not work if SELINUXTYPE != targeted
|
||||
|
||||
(205 bugs)
|
||||
|
||||
--------------------------------------------------
|
||||
@@ -644,9 +644,6 @@ You can help by testing the fixes.
|
||||
1144138 POST https://bugzilla.redhat.com/show_bug.cgi?id=1144138
|
||||
virt-inspector fails on FreeBSD 9.3 guest
|
||||
|
||||
1384241 POST https://bugzilla.redhat.com/show_bug.cgi?id=1384241
|
||||
The tar-in command does not allow restoring file capabilities
|
||||
|
||||
1409024 POST https://bugzilla.redhat.com/show_bug.cgi?id=1409024
|
||||
[Debian] Missing db_dump abort inspection
|
||||
|
||||
@@ -659,6 +656,12 @@ You can help by testing the fixes.
|
||||
1664318 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1664318
|
||||
Upgrade libguestfs package to 1.39.14
|
||||
|
||||
(6 bugs)
|
||||
1384241 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1384241
|
||||
The tar-in command does not allow restoring file capabilities
|
||||
|
||||
1828952 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1828952
|
||||
virt-customize --selinux-relabel (and other tools) do not work if SELINUXTYPE != targeted
|
||||
|
||||
(7 bugs)
|
||||
|
||||
End of BUGS file.
|
||||
|
||||
1
RELEASES
1
RELEASES
@@ -2,6 +2,7 @@
|
||||
# in the form <version> <date>. If you update the version field (in
|
||||
# configure.ac) you must also add the current date to this file.
|
||||
|
||||
1.43.4 2021-01-05
|
||||
1.43.3 2020-12-01
|
||||
1.43.2 2020-09-21
|
||||
1.43.1 2020-07-06
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# freeform string.
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [43])
|
||||
m4_define([libguestfs_release], [3])
|
||||
m4_define([libguestfs_release], [4])
|
||||
|
||||
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.43.3\n"
|
||||
"Project-Id-Version: libguestfs 1.43.4\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2020-12-01 16:46+0000\n"
|
||||
"POT-Creation-Date: 2021-01-05 14:23+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -3811,12 +3811,12 @@ msgstr ""
|
||||
msgid "%s: error: cannot parse xattr count for %s %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: common/windows/windows.c:139
|
||||
#: common/windows/windows.c:142
|
||||
#, c-format
|
||||
msgid "to use Windows drive letters, this must be a Windows guest"
|
||||
msgstr ""
|
||||
|
||||
#: common/windows/windows.c:150
|
||||
#: common/windows/windows.c:153
|
||||
#, c-format
|
||||
msgid "drive '%c:' not found."
|
||||
msgstr ""
|
||||
@@ -7019,7 +7019,7 @@ msgid ""
|
||||
"is a bug, please file a bug at http://libguestfs.org/\n"
|
||||
msgstr ""
|
||||
|
||||
#: format/format.c:325
|
||||
#: format/format.c:327
|
||||
#, c-format
|
||||
msgid "cannot parse --lvm option (%s)"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user