Skip to content

Releases: xapi-project/ocaml-xen-lowlevel-libs

v0.10.0

31 Jul 12:30
Compare
Choose a tag to compare
  • Remove unused cpuid_check
  • Fix linking with -lxentoollog
  • Fix compilation on CentOS 7: add libuuid-devel as a depext to the opam file

v0.9.32: Merge pull request #95 from jonludlam/djs55-release.0.9.32

06 Dec 22:34
Compare
Choose a tag to compare

Update for Xen 4.6

13 Jan 10:19
Compare
Choose a tag to compare
Update for Xen 4.6 Pre-release
Pre-release
Merge pull request #85 from jonludlam/xen-4.6

Xen 4.6 compatibility

Xenlight is now mandatory

18 Oct 20:14
Compare
Choose a tag to compare
Pre-release

This release makes xenctrl and xenlight packages mandatory, which means the system must have headers for Xen-4.4 or later.

If building on travis, you must use Ubuntu trusty or later.

Support for xenlight under xen-4.5

14 Oct 21:53
Compare
Choose a tag to compare
Pre-release
Merge pull request #80 from djs55/release.0.9.29

Release 0.9.29

Improve xenlight bindings

20 Nov 11:52
Compare
Choose a tag to compare
Pre-release
  • xenlight: improve error message when parsing an invalid enum
  • xentoollog: make this a toplevel ocamlfind package

Now builds on Fedora 21

08 Oct 10:09
Compare
Choose a tag to compare
Pre-release
  • Fix build on Fedora 21 (by removing -DBSD_SOURCE)
  • Fix 'configure' on OS X

Better Xen back port detection

10 Sep 16:49
Compare
Choose a tag to compare
Pre-release
  • cope with XenServer's Xen 4.5 backports

Further configure tweak

24 Aug 16:29
Compare
Choose a tag to compare
Pre-release
  • remove dependency on configure (this was breaking in some tmpfs environments)

configure improvements

24 Aug 16:23
Compare
Choose a tag to compare
Pre-release
  • never run configure from the Makefile (this sometimes causes unnecessary confusion)