Skip to content

Commit

Permalink
Merge pull request #5 from djs55/release.0.2.4
Browse files Browse the repository at this point in the history
Release 0.2.4
  • Loading branch information
djs55 committed Oct 13, 2013
2 parents 3fa5c5d + 84e54be commit 1a39010
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trunk (unreleased)
0.2.4 (13-Oct-2013)
* fix reading non-page aligned sectors

0.2.3 (5-Oct-2013):
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: ocaml-xen-block-driver
Version: 0.2.3
Version: 0.2.4
Synopsis: Xen block frontend and backend driver implementation
Authors: Jonathan Ludlam, Anil Madhavapeddy, David Scott
License: ISC
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 21404bb52ff99539a32baba926d06eb4)
version = "0.2.3"
# DO NOT EDIT (digest: 5d19f3e579effe5987b622cdcaef96db)
version = "0.2.4"
description = "Xen block frontend and backend driver implementation"
requires = "cstruct cstruct.syntax"
archive(byte) = "xenblock.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "xenblock.cmxa"
archive(native, plugin) = "xenblock.cmxs"
exists_if = "xenblock.cma"
package "front" (
version = "0.2.3"
version = "0.2.4"
description = "Xen block frontend and backend driver implementation"
requires =
"lwt lwt.syntax cstruct cstruct.syntax mirage shared-memory-ring shared-memory-ring.lwt xenblock"
Expand All @@ -21,7 +21,7 @@ package "front" (
)

package "back" (
version = "0.2.3"
version = "0.2.4"
description = "Xen block frontend and backend driver implementation"
requires =
"lwt lwt.syntax cstruct cstruct.syntax mirage shared-memory-ring shared-memory-ring.lwt xenblock xenctrl"
Expand Down
9 changes: 5 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 759b17cf31528ac3f044998e3e96c5ad) *)
(* DO NOT EDIT (digest: 6af0e1b9f7666ba467fd3a471e1f6253) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5578,7 +5578,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "ocaml-xen-block-driver";
version = "0.2.3";
version = "0.2.4";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -5781,14 +5781,15 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "õþWäõçnò¬\130Ü\1450ð3\134";
oasis_digest =
Some "=\t\151\233\225\215\185\163H/\249\255\023\213\027\182";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
};;

let setup () = BaseSetup.setup setup_t;;

# 5793 "setup.ml"
# 5794 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit 1a39010

Please sign in to comment.