Skip to content

Commit

Permalink
Update changelog and packaging for release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <euan.harris@citrix.com>
Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
euanh authored and djs55 committed Mar 14, 2016
1 parent bf1d58d commit 30fd0b8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,3 +1,14 @@
1.3.0 (14-Mar-2016):
* Add EEXIST exception to the interface
* Allow Ocaml xenstore clients to receive oversized replies from xenstored
* Return the task for a wait asynchronously
* Increase maximum incoming watch limit from 1024 to 65536
* Don't leak watch strings in clients
* Add opam file
* Ensure errors from wait functions aren't lost
* Fix a non-tail call in the dispatcher
* Switch to ppx from camlp4

1.2.5 (04-Oct-2013):
* Add Travis continuous integration scripts
* fix a spurious EQUOTA failure when processing transactions
Expand Down
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: xenstore
Version: 1.2.5
Version: 1.3.0
Synopsis: Xenstore protocol library
Authors: see CREDITS.md
License: LGPL-2.1 with OCaml linking exception
Expand Down
5 changes: 0 additions & 5 deletions _tags
Expand Up @@ -82,8 +82,3 @@ true: annot, bin_annot
<server_test/*.ml{,i,y}>: use_xenstore_server
<server_test/server_test.{native,byte}>: custom
# OASIS_STOP
true: annot
<core>: include
<client_lwt>: include
<client_unix>: include
<server>: include
10 changes: 5 additions & 5 deletions core/META
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 41fdc7cc73aa8c461eb2da1f0febe4c4)
version = "1.2.5"
# DO NOT EDIT (digest: 5286fd4702a468962ba263604fb01e68)
version = "1.3.0"
description = "Xenstore protocol library"
requires = "cstruct cstruct.ppx"
archive(byte) = "xenstore.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "xenstore.cmxa"
archive(native, plugin) = "xenstore.cmxs"
exists_if = "xenstore.cma"
package "unix" (
version = "1.2.5"
version = "1.3.0"
description = "Xenstore protocol library"
requires = "unix threads xenstore"
archive(byte) = "xenstore_client_unix.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "server" (
version = "1.2.5"
version = "1.3.0"
description = "Xenstore protocol library"
requires = "lwt xenstore"
archive(byte) = "xenstore_server.cma"
Expand All @@ -31,7 +31,7 @@ package "server" (
)

package "client" (
version = "1.2.5"
version = "1.3.0"
description = "Xenstore protocol library"
requires = "lwt xenstore"
archive(byte) = "xenstore_client_lwt.cma"
Expand Down
8 changes: 4 additions & 4 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.0 *)
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d4455b6a9cdea42b34c6928f66bc7678) *)
(* DO NOT EDIT (digest: 39f0e51878fefd00ed99a66495c48a08) *)
(*
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 = "xenstore";
version = "1.2.5";
version = "1.3.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7251,7 +7251,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "LÄ.\153\030Ú¼Òm[\1351\157jáV";
oasis_digest = Some "°\006é\0194\152\150ÌÓØ~u\0273\018n";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 30fd0b8

Please sign in to comment.