diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-10-14 13:23:30 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-10-14 13:39:18 +0100 |
| commit | f65c9bfcf279fd29f927d02159e1f51e6b2db3ae (patch) | |
| tree | 79cdc097db2d6978cb289f16ead85b7e8598c9b9 | |
| parent | 1c1630bb23ab0119fd47c167355ba7002635b1c3 (diff) | |
| download | libguestfs-1.19.52.tar.gz libguestfs-1.19.52.tar.xz libguestfs-1.19.52.zip | |
Version 1.19.52.1.19.52
| -rw-r--r-- | BUGS | 7 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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]) |
