diff --git a/CHANGES b/CHANGES index 45480b0..06d9491 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -trunk (unreleased) +0.2.4 (13-Oct-2013) * fix reading non-page aligned sectors 0.2.3 (5-Oct-2013): diff --git a/_oasis b/_oasis index cb77e0e..a68b648 100644 --- a/_oasis +++ b/_oasis @@ -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 diff --git a/lib/META b/lib/META index 838f9d6..93527a9 100644 --- a/lib/META +++ b/lib/META @@ -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" @@ -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" @@ -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" diff --git a/setup.ml b/setup.ml index a1dddd3..bc88bab 100644 --- a/setup.ml +++ b/setup.ml @@ -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 @@ -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 @@ -5781,7 +5781,8 @@ 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; @@ -5789,6 +5790,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 5793 "setup.ml" +# 5794 "setup.ml" (* OASIS_STOP *) let () = setup ();;