Skip to content

Commit 620f018

Browse files
committed
Merge pull request #51 from djs55/release.0.11.0
Prepare to release 0.11.0
2 parents 5ba4f07 + aff3fa3 commit 620f018

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.11.0 (14-Aug-2015):
2+
* rrd: remove notion of master and slave from the interface
3+
14
0.10.1 (15-Jun-2015):
25
* Fix setting of plugins as default
36

_oasis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: xcp-rrdd
3-
Version: 0.10.1
3+
Version: 0.11.0
44
Synopsis: XenServer RRD daemon
55
Authors: John Else
66
License: LGPL-2.1 with OCaml linking exception

lib/META

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: b920df75c841259f8fddb61691dc8488)
3-
version = "0.10.1"
2+
# DO NOT EDIT (digest: a601f77ebe64f5f28147633f7c8d05ca)
3+
version = "0.11.0"
44
description = "XenServer RRD daemon"
55
requires = "xcp stdext threads"
66
archive(byte) = "rrdd_libs.cma"

setup.ml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.4 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: e4e4d7f9c647ac89d4f63e5b6f475de4) *)
4+
(* DO NOT EDIT (digest: 077e9df2b2864582b281d1486920381b) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6851,7 +6851,7 @@ let setup_t =
68516851
alpha_features = [];
68526852
beta_features = [];
68536853
name = "xcp-rrdd";
6854-
version = "0.10.1";
6854+
version = "0.11.0";
68556855
license =
68566856
OASISLicense.DEP5License
68576857
(OASISLicense.DEP5Unit
@@ -7068,7 +7068,7 @@ let setup_t =
70687068
};
70697069
oasis_fn = Some "_oasis";
70707070
oasis_version = "0.4.5";
7071-
oasis_digest = Some "\244\251L\131b\168\171\001\228?&;S\161\178\226";
7071+
oasis_digest = Some "\024¢b\004^\b0îkÏ\005î\136O\003ø";
70727072
oasis_exec = None;
70737073
oasis_setup_args = [];
70747074
setup_update = false

0 commit comments

Comments
 (0)