Skip to content

Commit

Permalink
Merge pull request #44 from djs55/release.2.20
Browse files Browse the repository at this point in the history
Prepare to release 2.2.0
  • Loading branch information
djs55 committed Mar 6, 2016
2 parents 7e21d34 + a9e83d9 commit ef3d155
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
2.2.0 (3-Mar-2016)
* Add basic Win32 support, tested via appveyor
* Use logs library
* Check buffers have proper lengths in `read` and `write`

2.1.0 (9-Nov-2015)
* Add `Block.resize` to resize file-backed devices
* Unit tests now work on OSX
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-block-unix
Version: 2.1.0
Version: 2.2.0
Synopsis: Mirage block driver for Unix
Authors: David Scott
License: ISC
Expand Down
4 changes: 2 additions & 2 deletions lib/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 04a3ce53b0bf0d5e9a030733f4d3403d)
version = "2.1.0"
# DO NOT EDIT (digest: c5bccdd293a3ad2e7f8cd0b6ecf3d5e9)
version = "2.2.0"
description = "Mirage block driver for Unix"
requires = "cstruct lwt lwt.unix mirage-types logs"
archive(byte) = "mirage_block_unix.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: dcc355237b2bfe256a7f874b124e4540) *)
(* DO NOT EDIT (digest: a3a85222d0ce0a404accb31a60ff1fe0) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6860,7 +6860,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "mirage-block-unix";
version = "2.1.0";
version = "2.2.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7029,7 +7029,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "1\018\"±\014B\031ÑÑ\012räqsy\150";
oasis_digest = Some "Ã\030\011++ª\149Zí°9\bW";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit ef3d155

Please sign in to comment.