
2011/6/2 Daniel Veillard <veillard@redhat.com>:
I just pushed a second release candidate ftp://libvirt.org/libvirt/libvirt-0.9.2-rc2.tar.gz with corresponding rpm builds, this includes the extrenal lock support.
On Wed, Jun 01, 2011 at 12:49:52PM +0200, Ruben Kerkhof wrote:
On Wed, Jun 1, 2011 at 10:31, Matthias Bolte <matthias.bolte@googlemail.com> wrote:
Works on Ubuntu 10.04, Windows (MinGW) and FreeBSD.
Matthias
Works on OSX 10.7.0, tested with VirtualBox 4.08
Excellent news, thanks ! I hope we didn't introduced regressions in portability with the latest API additions ! If people could also try -rc2 it would be great too,
thanks !
Daniel
RC2 is broken on MinGW due to the lock manager using dlopen unconditional. The attached patch fixes it. Still works on FreeBSD and Ubuntu 10.04. Matthias