Re: [Qemu-devel] [Libguestfs] ANNOUNCE: libguestfs 1.22 has been released

2013-05-24 Thread Richard W.M. Jones
On Fri, May 24, 2013 at 08:42:37AM +0530, Kashyap Chamarthy wrote: > On 05/23/2013 05:53 PM, Richard W.M. Jones wrote: > > I'm pleased to announce the next stable release of libguestfs (1.22). > > Great work! > > == > $ ./autogen.sh && make -j 7 && \ > time make -k check LIBGUESTFS_DEBUG=

Re: [Qemu-devel] [Libguestfs] ANNOUNCE: libguestfs 1.22 has been released

2013-05-23 Thread Kashyap Chamarthy
On 05/23/2013 05:53 PM, Richard W.M. Jones wrote: > I'm pleased to announce the next stable release of libguestfs (1.22). Great work! == $ ./autogen.sh && make -j 7 && \ time make -k check LIBGUESTFS_DEBUG=1 \ LIBGUESTFS_TRACE=1 |& tee \ /var/tmp/make-check-libugestfs-24-may.log =