Updated Branches: refs/heads/trunk 6c32efed2 -> 58c1b6fc4
Update CHANGES. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/af6ab1a6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/af6ab1a6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/af6ab1a6 Branch: refs/heads/trunk Commit: af6ab1a6a213b936d869b68298a09c00f4faab09 Parents: 6c32efe Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 29 16:20:18 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 29 16:20:18 2013 +0100 ---------------------------------------------------------------------- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/af6ab1a6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index cee6864..a916f43 100644 --- a/CHANGES +++ b/CHANGES @@ -135,6 +135,14 @@ Changes with Apache Libcloud in development the executed deployment script printed a lot of output to stdout or stderr. [Tomaz Muraus] + - Add additional attributes to the "extra" dictionary of the VolumeSnapshot + object in the EC2 driver. + + Also modify create_volume_snapshot method to correctly handle "name" + argument. Previous, "name" argument was used as a snapshot description, + now it's used as a Tag with a key "Name". (LIBCLOUD-480) + [Chris DeRamus] + *) Storage - Allow user to specify 'Content-Disposition' header in the CloudFiles
