Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e83cc20c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e83cc20c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e83cc20c Branch: refs/heads/0.13.3 Commit: e83cc20c0ba3e11b1b08e2caa780c66dcce650f5 Parents: 067e994 Author: Tomaz Muraus <[email protected]> Authored: Mon Dec 30 23:23:25 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Dec 30 23:23:25 2013 +0100 ---------------------------------------------------------------------- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e83cc20c/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index b7747f7..7bdf955 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,17 @@ -*- coding: utf-8 -*- +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. + [Tomaz Muraus] + Changes with Apache Libcloud 0.13.2 *) General
