-
Notifications
You must be signed in to change notification settings - Fork 12
/
ChangeLog
44 lines (33 loc) · 999 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1.0.1 (23-06-2016):
* Update to new stdext interface
0.7.1 (16-07-2015):
* Update to new rrd-transport interface
0.7.0 (4-Apr-2015):
* Update following xcp-rrd -> rrd rename
0.6.1 (23-Oct-2014)
* Refactor signal handling logic
* Rename Reporter.create to Reporter.start_async
0.6.0 (10-Sep-2014)
* add new asynchronous Reporter interface
* add travis integration
0.5.5 (04-Aug-2014)
* Split interface up into submodules
* Add autogenerated docs
0.5.4 (30-Jul-2014)
* Add prototype (dom0-only) xenostats transport support
0.5.3 (30-Jul-2014)
* Add protocol argument to main_loop
* remove spammy logging
* general code tidyup
0.5.2 (09-Jul-2014)
* make sure RRDD plugins exit on SIGTERM/SIGINT
0.5.1 (09-Jul-2014)
* Add rrdd-plugin.mli
* Use Xstringext instead of Stringext
0.5.0 (12-Mar-2014)
* switch to rrd-transport library
* switch build system to OASIS
* rename rrdp_common -> rrdd_plugin
* drop xcp prefix from library name
0.4.0 (05-Dec-2013)
* initial release