Skip to content

Commit c498a5a

Browse files
author
Jon Ludlam
authored
Merge pull request #95 from jonludlam/djs55-release.0.9.32
Release 0.9.32
2 parents 561bb2f + 30c947c commit c498a5a

File tree

8 files changed

+4371
-3403
lines changed

8 files changed

+4371
-3403
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.9.32 (6-Dec-2016)
2+
* Compile with xen-4.7
3+
* fixes for compiling on XenServer
4+
* fix META and static linking
5+
* add travis CI support for multiple distros
6+
* fix compilation on musl-based systems like alpine
7+
* add depexts for fedora, rhel and oraclelinux
8+
19
0.9.30 (18-Oct-2015)
210
* xenlight is now mandatory, which means we need Xen-4.4 headers or
311
later

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: xen-lowlevel-libs
3-
Version: 0.9.30
3+
Version: 0.9.32
44
Synopsis: Xen low-level bindings
55
Authors: see xen-unstable.hg
66
License: LGPL-2.1 with OCaml linking exception

lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 792c2e2b61472891724e54d1e8c58521)
3-
version = "0.9.30"
2+
# DO NOT EDIT (digest: 9f9c737843b0af06ce2b079f85cde368)
3+
version = "0.9.32"
44
description = "Xen low-level bindings"
55
requires = "unix lwt bigarray"
66
archive(byte) = "xenctrl.cma"

0 commit comments

Comments
 (0)