Skip to content

Commit 1984b08

Browse files
committed
Merge pull request #22 from djs55/release.0.9.8
Release 0.9.8
2 parents d819f98 + a1a77e3 commit 1984b08

File tree

5 files changed

+70
-66
lines changed

5 files changed

+70
-66
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.8 (8-Oct-2014)
2+
* Don't install rrdd-libs, it's an internal library
3+
* Create I/O metrics from /dev/shm and sysfs
4+
* Add dependency on oclock
5+
16
0.9.7 (6-Jun-2014)
27
* Installation fix
38

_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.9.6
3+
Version: 0.9.8
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: e94292551f05d3a925cb29462211f7d5)
3-
version = "0.9.6"
2+
# DO NOT EDIT (digest: 3b10d58cb30522afdbfced8dc804cb0e)
3+
version = "0.9.8"
44
description = "XenServer RRD daemon"
55
requires = "xcp stdext threads"
66
archive(byte) = "rrdd_libs.cma"

myocamlbuild.ml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* OASIS_START *)
2-
(* DO NOT EDIT (digest: 25c93ef47aaa61b67dd358e2d521f49d) *)
2+
(* DO NOT EDIT (digest: 1de39f4871ecc21e9dbd7596158996b4) *)
33
module OASISGettext = struct
44
(* # 22 "src/oasis/OASISGettext.ml" *)
55

@@ -39,10 +39,10 @@ module OASISExpr = struct
3939
open OASISGettext
4040

4141

42-
type test = string
42+
type test = string
4343

4444

45-
type flag = string
45+
type flag = string
4646

4747

4848
type t =
@@ -52,10 +52,10 @@ module OASISExpr = struct
5252
| EOr of t * t
5353
| EFlag of flag
5454
| ETest of test * string
55-
5655

5756

58-
type 'a choices = (t * 'a) list
57+
58+
type 'a choices = (t * 'a) list
5959

6060

6161
let eval var_get t =
@@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
430430
module OC = Ocamlbuild_pack.Ocaml_compiler
431431

432432

433-
type dir = string
434-
type file = string
435-
type name = string
436-
type tag = string
433+
type dir = string
434+
type file = string
435+
type name = string
436+
type tag = string
437437

438438

439439
(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
@@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
448448
* directory.
449449
*)
450450
includes: (dir * dir list) list;
451-
}
451+
}
452452

453453

454454
let env_filename =

0 commit comments

Comments
 (0)