diff --git a/CHANGES b/CHANGES index 907a719..348c94f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.9.16 (30-Aug-2017) +* Fix connection leak in Lwt client, now XenAPI calls close their connections + 0.9.15 (21-Jul-2017) * Update to latest XenAPI from xen-api.git#323ba8f * Remove use of camlp4 Lwt syntax; switch to PPX-based RPC syntax diff --git a/_oasis b/_oasis index 3786760..9392a49 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.3 Name: xen-api-client -Version: 0.9.15 +Version: 0.9.16 Synopsis: Xen API client Authors: Jonathan Ludlam, Anil Madhavapeddy, David Scott License: LGPL-2.0 with OCaml linking exception