diff --git a/BUGS b/BUGS index 96ff5bb89..b8563fd0c 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2019-11-12 +Last updated: 2019-11-19 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -689,6 +689,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1766487 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1766487 libguestfs assumes rpmdb is in Berkeley DB format +1771587 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771587 + RFE: Add proper binding for chattr/lsattr + +1771933 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771933 + Extend virt-v2v --key option to support wildcard and try all device/key pairs + +1771976 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1771976 + Guestmount fails to mount image + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -719,7 +728,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1651500 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1651500 v2v - support for -insecure option to support OSP SSL connection for VM migrations -(233 bugs) +(236 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/RELEASES b/RELEASES index 190c2ba6f..574e33712 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.41.8 2019-11-19 1.41.7 2019-11-12 1.41.6 2019-10-15 1.41.5 2019-10-08 diff --git a/configure.ac b/configure.ac index ebf63c61c..7ec2c9b46 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [41]) -m4_define([libguestfs_release], [7]) +m4_define([libguestfs_release], [8]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index d6dd43690..6886e32fe 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.41.7\n" +"Project-Id-Version: libguestfs 1.41.8\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2019-11-12 13:55+0000\n" +"POT-Creation-Date: 2019-11-19 15:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index ec844f05d..e93df64a7 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.41.7\n" +"Project-Id-Version: libguestfs 1.41.8\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2019-11-12 13:55+0000\n" +"POT-Creation-Date: 2019-11-19 15:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"