diff --git a/RELEASES b/RELEASES index 16415eced..30c26d7ae 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.47.3 2022-03-01 1.47.2 2021-12-24 1.47.1 2021-12-09 1.46.0 2021-09-23 diff --git a/configure.ac b/configure.ac index 4ccaf1530..3f5d0a8f0 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [47]) -m4_define([libguestfs_release], [2]) +m4_define([libguestfs_release], [3]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 82d2acca3..642787113 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.47.2\n" +"Project-Id-Version: libguestfs 1.47.3\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2021-12-24 10:07+0000\n" +"POT-Creation-Date: 2022-03-01 11:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgstr "" msgid "%s: line %d: error parsing configuration file: %s" msgstr "" -#: common/options/decrypt.c:122 +#: common/options/decrypt.c:134 #, c-format msgid "" "could not find key to open LUKS encrypted %s.\n" @@ -4121,11 +4121,16 @@ msgstr "" msgid "parameter ‘%s’ isn't allowed" msgstr "" -#: lib/launch.c:332 +#: lib/launch.c:335 #, c-format msgid "socket path too long: %s/%s" msgstr "" +#: lib/launch.c:339 +#, c-format +msgid "%s" +msgstr "" + #: lib/libvirt-auth.c:96 #, c-format msgid "unknown credential type ‘%s’" @@ -4568,8 +4573,8 @@ msgstr "" #, c-format msgid "" "%s: error: extra argument ‘%s’ on command line.\n" -"Make sure to specify the argument for --format or --scratch like '--format=" -"%s'.\n" +"Make sure to specify the argument for --format or --scratch like '--" +"format=%s'.\n" msgstr "" #: rescue/suggest.c:62