Skip to content

Commit

Permalink
Merge pull request #53 from djs55/release.2.4.0
Browse files Browse the repository at this point in the history
Prepare to release v2.4.0
  • Loading branch information
djs55 committed Sep 21, 2016
2 parents 7e9cb06 + 5c8cbe6 commit 467318d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,3 +1,9 @@
2.4.0 (21-Sept-2016)
* add optional arguments with safe defaults to `Block.connect`.
* add a new Block.Config.t containing configuration parameters,
serialisation and deserialisation
* fix appveyor build by removing cygwin curl

2.3.0 (2-Aug-2016)
* use fcntl(F_FULLFSYNC) on OSX rather than plain fsync
* add linux-headers depext for alpine
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-block-unix
Version: 2.3.0
Version: 2.4.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: ef967ecf0e377d8e40ec630b22bf2faf)
version = "2.3.0"
# DO NOT EDIT (digest: bc9b41f7511c6f6f41122e6f453448d4)
version = "2.4.0"
description = "Mirage block driver for Unix"
requires = "cstruct cstruct.lwt lwt lwt.unix mirage-types logs uri"
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: d80da8b5cdd767ae24eacce2bd66532b) *)
(* DO NOT EDIT (digest: cf4f9fc82df6e4a91c828328c446b0fa) *)
(*
Regenerated by OASIS v0.4.7
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7034,7 +7034,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "2.3.0";
version = "2.4.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7438,7 +7438,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.7";
oasis_digest = Some "ù¹ZÝ÷ɦ?âÁðÃ\004ý\029¥";
oasis_digest = Some "ÙT\"\r\151\021¨ ¶Õ\015y4\023,Y";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 467318d

Please sign in to comment.