summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS7
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index f398cc2d..6494b03c 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2012-10-11
+Last updated: 2012-10-14
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -218,6 +218,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
865503 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865503
Slow / many disk mdadm may cause libguestfs commands to fail
+865923 NEW https://bugzilla.redhat.com/show_bug.cgi?id=865923
+ Check that new qemu -machine option doesn't break libguestfs.
+
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -239,7 +242,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
864899 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=864899
valgrind reports "Syscall param write(buf) points to uninitialised byte(s)" when event contains a log message
-(73 bugs)
+(74 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
diff --git a/configure.ac b/configure.ac
index a6aacb1e..9b744dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [19])
-m4_define([libguestfs_release], [51])
+m4_define([libguestfs_release], [52])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])