Updated Branches: refs/heads/trunk adba6dee0 -> 1655e850a
Update CHANGES. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7c72c2f5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7c72c2f5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7c72c2f5 Branch: refs/heads/trunk Commit: 7c72c2f55a6ef1c7dfdc2e2ed5097573039258e3 Parents: adba6de Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 22 02:36:29 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 22 02:36:29 2013 +0100 ---------------------------------------------------------------------- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7c72c2f5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0a75b5a..845d560 100644 --- a/CHANGES +++ b/CHANGES @@ -102,6 +102,11 @@ Changes with Apache Libcloud in development EC2 driver. (LIBCLOUD-466) [Chris DeRamus] + - Add extension methods for deleting security groups + (ex_delete_security_group, ex_delete_security_group_by_id, + ex_delete_security_group_by_name) to the EC2 driver. (LIBCLOUD-464) + [Chris DeRamus] + *) Storage - Allow user to specify 'Content-Disposition' header in the CloudFiles
