diff --git a/BUGS b/BUGS index 90f9a400c..5b5088804 100644 --- a/BUGS +++ b/BUGS @@ -479,9 +479,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1388407 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1388407 virt-sysprep will fail detecting OS if "/usr" is a distinct partition mounted in "/" via fstab -1388596 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1388596 - Virt-v2v is failing with python error when importing VM from KVM - 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -542,7 +539,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1213844 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1213844 guestfish should reset the console on ^Z -(174 bugs) +(173 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. diff --git a/configure.ac b/configure.ac index 781c8bec4..7ccf52b17 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [35]) -m4_define([libguestfs_release], [10]) +m4_define([libguestfs_release], [11]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) diff --git a/docs/C_SOURCE_FILES b/docs/C_SOURCE_FILES index d93261f2f..531ea461d 100644 --- a/docs/C_SOURCE_FILES +++ b/docs/C_SOURCE_FILES @@ -49,7 +49,6 @@ daemon/dmesg.c daemon/dropcaches.c daemon/du.c daemon/echo-daemon.c -daemon/errnostring.h daemon/ext2.c daemon/fallocate.c daemon/file.c @@ -243,6 +242,7 @@ java/actions-3.c java/actions-4.c java/actions-5.c java/actions-6.c +java/com_redhat_et_libguestfs_GuestFS.h java/handle.c lua/lua-guestfs.c make-fs/make-fs.c @@ -299,6 +299,7 @@ ruby/ext/guestfs/actions-4.c ruby/ext/guestfs/actions-5.c ruby/ext/guestfs/actions-6.c ruby/ext/guestfs/actions.h +ruby/ext/guestfs/extconf.h ruby/ext/guestfs/handle.c ruby/ext/guestfs/module.c sparsify/dummy.c @@ -323,7 +324,6 @@ src/copy-in-out.c src/create.c src/dbdump.c src/drives.c -src/errnostring.h src/errors.c src/event-string.c src/events.c diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 6895ab477..0e063eaca 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.35.10\n" +"Project-Id-Version: libguestfs 1.35.11\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2016-10-25 19:19+0100\n" +"POT-Creation-Date: 2016-10-25 20:47+0100\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 fd4cf92a8..23803faf8 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.35.10\n" +"Project-Id-Version: libguestfs 1.35.11\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2016-10-25 19:19+0100\n" +"POT-Creation-Date: 2016-10-25 20:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"