Skip to content

Commit 9a429f9

Browse files
committed
Merge pull request #2203 from djs55/release.1.9.60
Prepare to release 1.9.60
2 parents 057afd6 + 90074d5 commit 9a429f9

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: c
2+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
3+
script: bash -ex .travis-opam.sh
4+
sudo: true
5+
env:
6+
- OCAML_VERSION=4.02 PACKAGE=xapi FORK_USER=djs55 EXTRA_REMOTE=git://github.com/xapi-project/opam-repo-dev

CHANGELOG

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
1.9.60 (2015-04-04):
2+
* fix release_version of get_SRs_required_for_recover
3+
* support SM backend-kind override via VDI.other_config key
4+
* support floppy disk drives
5+
* when performing a snapshot, set is_a_snapshot
6+
* update API version to 2.4
7+
* don't double-count HA-protected VMs when restarting them
8+
* don't create refs for snapshots that don't exist on import
9+
* expose RDP state, via guest agents, via VM guest metrics
10+
* read all paths from the config file
11+
* use 'ip' rather than 'ifconfig'
12+
* block the pool-join if the joining host has a network bond
13+
* use local force_state_reset after cross-pool SMX
14+
* correct error text for assert_no_shared_srs_on_me
15+
* allow ISO VBDs to be made from any SR
16+
* disallow resume while a checkpoint is ongoing
17+
* don't pause tapdisk
18+
* use oclock rather than Unix.time
19+
* import_raw_vdi: pass content-length to vhd-tool
20+
* update hostname when it changes
21+
* allow WLB servers to have an IPv6 address
22+
* make sure we return the task reference when cancelling a task
23+
* python: fix compatibility with python 2.7
24+
* add a plugin to install supplemental packs
25+
* create a PGPU for the system display device
26+
* allow PCI vendors to be whitelisted for GPU passthrough
27+
* allow passthrough of vga_arbiter device when appropriate
28+
* remove VM hooks which are now handled by xenopsd
29+
* set the content-length and close the tar header when exporting metadata
30+
* handle cancellation of cross-host VDI.copy
31+
* prevent VM.revert deleting all VDIs unconditionally
32+
* update VDI.snapshot_of links after a VM.revert
33+
* support for read-caching
34+
* check for enough disk space before installing hotfixes
35+
* VM.hard_reboot cancels VM.clean_reboot
36+
137
1.9.58 (2014-11-20):
238
* examples: wrap task.destroy with an exception handler
339
* add GC stats reporting

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.58
1+
1.9.60

opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ depends: [
1010
"ocamlfind"
1111
"xapi-idl"
1212
"xapi-libs-transitional"
13+
"xen-api-client"
1314
"xapi-netdev"
1415
"omake"
1516
"cdrom"

0 commit comments

Comments
 (0)