Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #66 from djs55/release-0.9.7
Browse files Browse the repository at this point in the history
Release 0.9.7
  • Loading branch information
avsm committed Oct 6, 2013
2 parents 684e505 + cbda6ed commit a44078a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
0.9.7 (trunk):
0.9.8 (trunk)

0.9.7 (5-Oct-2013):
* Add Travis continuous integration scripts.
* [xen] fix suspend/resume
* [xen] switch to interrupts (SCHEDOP_block) rather than polling (SCHEDOP_poll)
to allow more than 128 event channels
* [xen] add Activations.after interface to help drivers avoid losing interrupts

0.9.6 (27-Aug-2013):
* [xen] adapt to new xenstore interface which allows the same code
Expand Down
2 changes: 1 addition & 1 deletion unix/_vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=mirage
VERSION=0.9.7
VERSION=0.9.8
DEPS="cstruct lwt lwt.unix tuntap ipaddr"
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
RUNTIME="unixrun"
Expand Down
2 changes: 1 addition & 1 deletion xen/_vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=mirage
VERSION=0.9.7
VERSION=0.9.8
DEPS="lwt cstruct xenstore shared-memory-ring shared-memory-ring.lwt shared-memory-ring.xenstore shared-memory-ring.console ipaddr"
SYNTAX_DEPS="lwt.syntax cstruct.syntax"
LIB="oS"

0 comments on commit a44078a

Please sign in to comment.