Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
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: 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 "�\030F� \011++�\149Z��9\bW";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down