diff --git a/AUTHORS b/AUTHORS index ff01c861e..477ce0e94 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,6 +23,7 @@ Masami HIRATA Matthew Booth Maxim Koltsov Michael Scherer +Mike Kelly Nikita A Menkovich Nikos Skalkotos Olaf Hering diff --git a/BUGS b/BUGS index 0ea4d01f0..0a75f93fd 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2013-04-29 +Last updated: 2013-04-30 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -275,15 +275,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 954185 NEW https://bugzilla.redhat.com/show_bug.cgi?id=954185 rsync command fails with linking error "libldap-2.4.so.2: cannot open shared object file: No such file or directory" -957380 NEW https://bugzilla.redhat.com/show_bug.cgi?id=957380 - libguestfs: error: btrfsvol:/dev/sda2/root: root device not found: only call this function with a root device previously returned by guestfs_inspect_os - 957796 NEW https://bugzilla.redhat.com/show_bug.cgi?id=957796 tar-out and base64-out quoting error -957797 NEW https://bugzilla.redhat.com/show_bug.cgi?id=957797 - tar-out and base64-out quoting error - 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -302,7 +296,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 803643 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=803643 inspect-is-multipart return false when inspection results should be true -(94 bugs) +(92 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. @@ -329,6 +323,9 @@ You can help by testing the fixes. 957616 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=957616 libguestfs-1.21.31-1.1.el7.1.1.x86_64 won't install due to missing dependency -(7 bugs) +957797 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=957797 + tar-out and base64-out quoting error + +(8 bugs) End of BUGS file. diff --git a/configure.ac b/configure.ac index 3298a4915..cc2d9d078 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [21]) -m4_define([libguestfs_release], [34]) +m4_define([libguestfs_release], [35]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index c78e3570b..8c207ba1f 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.21.34\n" +"Project-Id-Version: libguestfs 1.21.35\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2013-04-29 16:37+0200\n" +"POT-Creation-Date: 2013-04-30 14:54+0200\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 1bd03a0c2..a55e61381 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.21.34\n" +"Project-Id-Version: libguestfs 1.21.35\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2013-04-29 16:37+0100\n" +"POT-Creation-Date: 2013-04-30 14:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"