forked from djs55/vhd-tool
-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGES
72 lines (56 loc) · 2.22 KB
/
CHANGES
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.8.0 (2016-06-23)
* Port get_vhd_vsize from ocaml-vhd
* Fix bad exit code
* Enable debug logging from library code in sparse_dd
* Fix infinite loop in retry code
* Handle transient failures when opening VHD chain
* Opam changes/updates
* New CLI params for TLS version and ciphersuites
(hence change of minor version number)
* For Continuous Integration, move to xenserver-build-env
* Remove Oasis autogenerated code: generate it at build time.
0.7.8 (2015-09-11)
* add retry loop around reading BAT (@simonjbeaumont)
* support sparse raw files (@djs55)
* support copying via sendfile64 (@djs55)
0.7.7 (2015-04-27)
* opam: generate a $NAME.install file
* make: fix conditional compilation when --disable-xenserver set
* now compatible with tar-format.0.2.1 and tar-format.0.3.0
* travis: use new opam 1.2 workflow
0.7.6 (2014-11-04)
* Upgrade to cohttp 0.12.0 API
0.7.5 (2014-06-03)
* Upgrade to cohttp 0.10
0.7.4 (2014-04-09)
* Fix incorrect handling of tar file prefixes
0.7.3 (2014-04-04)
* sparse_dd: Fix references to Vhd_lwt.File.use_unbuffered
0.7.2 (2014-02-03)
* sparse_dd: extra config file options to use ionice
0.7.1 (2014-01-30)
* update to nbd.1.0.1
0.7.0 (2014-01-30)
* vhd-tool: can create vhd-formatted output from 'hybrid' input
* update to ocaml-vhd 0.7.0
* switch build back to OASIS/ocamlbuild from obuild
* vhd-tool: info will not fail even if the parent is missing
0.6.5 (2013-11-21)
* vhd-tool: add machine-parsable progress reporting
* vhd-tool: stream/serve support for SHA1/tar/chunked XenServer import/export encoding
* conditionally compile sparse_dd
0.6.4 (2013-11-05)
* vhd-tool serve: support receiving data as raw (no chunked or NBD)
* vhd-tool serve: use BLKGETSIZE64 to get the size of the destination block device
0.6.3 (2013-11-01)
* open vhds read/only where possible
0.6.2 (2013-10-31)
* support for opening disks > 4GiB on 32-bit hosts
0.6.1 (2013-10-25)
* sparse_dd: set the vhd parent search path to include the directory
of the vhd, not the current directory of the sparse_dd process
0.6.0 (2013-08-02)
* sparse_dd: use O_DIRECT by default
* sparse_dd: allow encryption to be enabled and disabled via config file
* sparse_dd: experimental options to bypass tapdisk for reads and writes
* vhd-tool CLI prototype