Updated Branches: refs/heads/trunk 047452e1c -> 4fe570a7b
Update CHANGES with 0.13.3 entry. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7c1e4fd8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7c1e4fd8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7c1e4fd8 Branch: refs/heads/trunk Commit: 7c1e4fd8109efb8f484554f74da8c524ba41c5c2 Parents: 047452e Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 10 22:16:23 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 10 22:16:23 2014 +0100 ---------------------------------------------------------------------- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7c1e4fd8/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 81afe18..096f3db 100644 --- a/CHANGES +++ b/CHANGES @@ -575,6 +575,19 @@ Changes with Apache Libcloud 0.14.0-beta3 changes in the Linode API. (LIBCLOUD-425) [Jon Chen] +Changes with Apache Libcloud 0.13.3 + + *) Compute + + - Send "scrub_data" query parameter when destroying a DigitalOcean node. + This will cause disk to be scrubbed (overwritten with 0's) when destroying + a node. (LIBCLOUD-487) + + Note: This fixes a security issue with a potential leak of data contained + on the destroyed node which only affects users of the DigitalOcean driver. + (CVE-2013-6480) + [Tomaz Muraus] + Changes with Apache Libcloud 0.13.2 *) General
