diff --git a/BUGS b/BUGS index 5b11558a5..6c6a813fe 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2021-04-09 +Last updated: 2021-05-27 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -386,6 +386,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1531563 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1531563 virt-resize --expand of disk with gpt table results in invalid disk +1533761 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1533761 + Full-virturalization rhel5 guest can't boot into os after v2v converting from Xen host if original guest's default kernel is xen kernel + 1536762 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1536762 Misuse of JNI by libguestfs Java bindings @@ -611,9 +614,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1923971 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1923971 free(): invalid pointer in libguestfs Python bindings -1933640 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1933640 - [Regression] lvcreate fails to wipe signatures again - 1935647 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1935647 RFE: virt-builder debian-10 : Cannot (easily) update resolv.conf @@ -623,8 +623,23 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1943656 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1943656 Importing a VM with snapshot from VMware to RHV (4.4.4) results in VM having pre-snapshot data. -1946532 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1946532 - ExcludeArch libguestfs on POWER for RHEL 9 because qemu-kvm will not be shipped +1950596 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1950596 + Define tests, including gating tests, for libguestfs + +1951560 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1951560 + Clarify license for Python binding + +1954513 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1954513 + RFE: Running ansible playbook by virt-sysprep? + +1957670 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1957670 + list_filesystems: sfdisk exited with status 1: sfdisk: /dev/sda: partition 5: partition table contains only 4 partitions + +1960155 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1960155 + [Regression]The isoinfo command in guestfish failed to detect iso file + +1960217 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1960217 + [Regression] ls: cannot read symbolic link after running guestmount 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -647,7 +662,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1794518 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1794518 setfiles fails on file /etc/.ip with ext4 immutable bit set -(209 bugs) +(214 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. @@ -662,26 +677,23 @@ 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 -(3 bugs) +1950627 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1950627 + Open rebase bug for libguestfs + +(4 bugs) -------------------------------------------------- These bugs are in the VERIFIED state. -1384241 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1384241 - The tar-in command does not allow restoring file capabilities +1930133 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1930133 + Virt-v2v can't convert rhel8 guest whose usr partition is independent -1808977 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1808977 - [RFE] Add support for BitLocker encrypted disks with password - -1828952 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1828952 - virt-customize --selinux-relabel (and other tools) do not work if SELINUXTYPE != targeted - -1906046 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1906046 - Rebase for av-8.4 - -1930996 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1930996 +1933640 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1933640 [Regression] lvcreate fails to wipe signatures again -(5 bugs) +1946532 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1946532 + ExcludeArch libguestfs on POWER for RHEL 9 because qemu-kvm will not be shipped + +(3 bugs) End of BUGS file. diff --git a/RELEASES b/RELEASES index 62bcb6681..6bbd2bed7 100644 --- a/RELEASES +++ b/RELEASES @@ -2,6 +2,7 @@ # in the form . If you update the version field (in # configure.ac) you must also add the current date to this file. +1.45.6 2021-05-27 1.45.5 2021-04-09 1.45.4 2021-04-03 1.45.3 2021-03-29 diff --git a/configure.ac b/configure.ac index 8c86967d7..b366d0013 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [45]) -m4_define([libguestfs_release], [5]) +m4_define([libguestfs_release], [6]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 5eb774340..ae40a5332 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.45.5\n" +"Project-Id-Version: libguestfs 1.45.6\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2021-04-09 11:37+0100\n" +"POT-Creation-Date: 2021-05-27 17:26+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3692,65 +3692,65 @@ msgstr "" msgid "%s: device not found" msgstr "" -#: lib/errors.c:424 +#: lib/errors.c:425 #, c-format msgid "libguestfs: error: %s\n" msgstr "" -#: lib/errors.c:452 +#: lib/errors.c:453 #, c-format msgid "" msgstr "" -#: lib/errors.c:483 +#: lib/errors.c:484 msgid "guestfs_launch failed, see earlier error messages" msgstr "" -#: lib/errors.c:486 +#: lib/errors.c:487 msgid "" "guestfs_launch failed.\n" "This usually means the libguestfs appliance failed to start or crashed.\n" msgstr "" -#: lib/errors.c:499 +#: lib/errors.c:500 msgid "" "appliance closed the connection unexpectedly, see earlier error messages" msgstr "" -#: lib/errors.c:503 +#: lib/errors.c:504 msgid "" "appliance closed the connection unexpectedly.\n" "This usually means the libguestfs appliance crashed.\n" msgstr "" -#: lib/errors.c:516 +#: lib/errors.c:517 msgid "appliance launch timed out, see earlier error messages" msgstr "" -#: lib/errors.c:519 +#: lib/errors.c:520 msgid "" "appliance launch timed out.\n" "This usually means the kernel or appliance hung during launch.\n" msgstr "" -#: lib/errors.c:542 +#: lib/errors.c:543 #, c-format msgid "%s, see debug messages above" msgstr "" -#: lib/errors.c:544 +#: lib/errors.c:545 #, c-format msgid "%s: %s: %s, see debug messages above" msgstr "" -#: lib/errors.c:549 +#: lib/errors.c:550 #, c-format msgid "" "%s.\n" "To see full error messages you may need to enable debugging.\n" msgstr "" -#: lib/errors.c:554 +#: lib/errors.c:555 #, c-format msgid "" "%s: %s: %s.\n" @@ -3895,7 +3895,7 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:938 lib/launch-libvirt.c:713 +#: lib/launch-direct.c:931 lib/launch-libvirt.c:713 msgid "qemu launched and contacted daemon, but state != READY" msgstr ""