From 777854ad0f29d3c3e5c13960edaa8a9337b95e35 Mon Sep 17 00:00:00 2001 From: David Scott Date: Wed, 9 Sep 2015 09:26:52 +0100 Subject: [PATCH] Prepare to release 0.12.0 Signed-off-by: David Scott --- CHANGES | 8 ++++++++ _oasis | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 783853c..51ab568 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +0.12.0 (9-Sep-2015) +- Add support for `required cluster stack` +- Register and deregister rrd datasources +- Plumb through SR.probe +- Add support for `clustered` and `health` +- Plumb through SR `name` and `description` +- Clarify that SR.stat should take the attached URI + 0.8.0 (15-Jul-2015) - Plumb through clone on boot (VDI.epoch_begin, VDI.epoch_end) diff --git a/_oasis b/_oasis index 8c7983f..30e7d70 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.2 Name: xapi-storage-script -Version: 0.7 +Version: 0.12.0 Synopsis: Adapter which allows xapi to call storage scripts Authors: David Scott License: LGPL-2.1 with OCaml linking exception