Skip to content

Commit

Permalink
Merge pull request #16 from djs55/release.1.1.1
Browse files Browse the repository at this point in the history
Release.1.1.1
  • Loading branch information
djs55 committed Jan 9, 2015
2 parents 2c7fda3 + 983ef30 commit a4d0abe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.1 (2015-01-09)
* add profiling/tracing support
* add a "Front.wait_for_free" function to wait for n free slots
* add opam file

1.1.0 (2014-07-16)
* [xen]: add a prepare/commit interface to control when xenstore/console data is consumed
* [xen]: add read and write to complement unsafe_read and unsafe_write
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: shared-memory-ring
Version: 1.1.0
Version: 1.1.1
Synopsis: Xen-style shared memory rings
Authors: Anil Madhavapeddy, David Scott
License: ISC
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 55086e27b82aaa8fcc6f10c3af595f35)
version = "1.1.0"
# DO NOT EDIT (digest: 434900a04c53a69cc2ef8794f3340a76)
version = "1.1.1"
description = "Xen-style shared memory rings"
requires = "cstruct cstruct.syntax"
archive(byte) = "shared_memory_ring.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "shared_memory_ring.cmxa"
archive(native, plugin) = "shared_memory_ring.cmxs"
exists_if = "shared_memory_ring.cma"
package "xenstore" (
version = "1.1.0"
version = "1.1.1"
description = "Xen-style shared memory rings"
requires = "shared-memory-ring"
archive(byte) = "xenstore_ring.cma"
Expand All @@ -20,7 +20,7 @@ package "xenstore" (
)

package "lwt" (
version = "1.1.0"
version = "1.1.1"
description = "Xen-style shared memory rings"
requires = "shared-memory-ring lwt lwt.syntax mirage-profile"
archive(byte) = "lwt_shared_memory_ring.cma"
Expand All @@ -31,7 +31,7 @@ package "lwt" (
)

package "console" (
version = "1.1.0"
version = "1.1.1"
description = "Xen-style shared memory rings"
requires = "shared-memory-ring"
archive(byte) = "console_ring.cma"
Expand Down
6 changes: 3 additions & 3 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.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 2e0a04041f642f05f1e1b248a8683f78) *)
(* DO NOT EDIT (digest: 1e0cf2b1686843ce1744e329d0f567d9) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6885,7 +6885,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "shared-memory-ring";
version = "1.1.0";
version = "1.1.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7270,7 +7270,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "\136^-\023\213\217\1307\170\227D\200pWp\222";
oasis_digest = Some "couÍ\150±NjL3e¾d\026ñ\154";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit a4d0abe

Please sign in to comment.