Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b7f709f1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b7f709f1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b7f709f1 Branch: refs/heads/trunk Commit: b7f709f14fe61b4ea9b3df1785910923ef8af90d Parents: 8c94887 Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 3 03:35:06 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 3 03:35:06 2014 +0100 ---------------------------------------------------------------------- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b7f709f1/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index bb37f54..806a807 100644 --- a/CHANGES +++ b/CHANGES @@ -162,6 +162,12 @@ Changes with Apache Libcloud in development (CVE-2013-6480) [Tomaz Muraus] + - Add extension methods for network interface management + (ex_list_network_interfaces, ex_create_network_interface, + ex_attach_network_interface_to_node, ex_detach_network_interface, + ex_delete_network_interface) to the EC2 driver. (LIBCLOUD-474) + [Chris DeRamus] + *) Storage - Allow user to specify 'Content-Disposition' header in the CloudFiles
