Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/518ab8d5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/518ab8d5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/518ab8d5 Branch: refs/heads/trunk Commit: 518ab8d593ab9090c155294ae04151a4689ea14f Parents: 9f173d0 Author: Tomaz Muraus <[email protected]> Authored: Tue Oct 15 13:02:57 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Oct 15 13:02:57 2013 +0200 ---------------------------------------------------------------------- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/518ab8d5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e278590..3895fee 100644 --- a/CHANGES +++ b/CHANGES @@ -127,6 +127,19 @@ Changes with Apache Libcloud in development now also available in Sydney and Singapore region. [Tomaz Muraus] + - Add new methods for managing storage volumes and snapshots to the EC2 + driver (list_volumes, list_snapshots, destroy_volume_snapshot, + create_volume_snapshot) (LIBCLOUD-409) + [Oleg Suharev] + + - Add the following new extension methods to EC2 driver: ex_destroy_image, + ex_modify_instance_attributes, ex_delete_keypair. (LIBCLOUD-409) + [Oleg Suharev] + + - Allow user to specify a port range when creating a port forwarding rule. + (LIBCLOUD-409) + [Oleg Suharev] + *) Storage - Deprecate CLOUDFILES_US and CLOUDFILES_UK provider constant and replace
