Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6e96a8ae Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6e96a8ae Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6e96a8ae Branch: refs/heads/trunk Commit: 6e96a8aeea9b94110fdfd5742b7031f5cd9f3463 Parents: 455f11c Author: Tomaz Muraus <[email protected]> Authored: Wed Oct 23 21:49:57 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Oct 23 21:49:57 2013 +0200 ---------------------------------------------------------------------- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6e96a8ae/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 3ecd2f1..dbd9805 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,11 @@ Changes with Apache Libcloud in development - Fix ex_delete_keypair method in the EC2 driver. (LIBCLOUD-415) [Oleg Suharev] + - Add the following new extension methods for elastic IP management to the + EC2 driver: ex_allocate_address, ex_disassociate_address, + ex_release_address. (LIBCLOUD-417) + [Patrick Armstrong] + Changes with Apache Libcloud 0.14.0-beta2 *) Compute
