Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fd2b4093 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fd2b4093 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fd2b4093 Branch: refs/heads/trunk Commit: fd2b40931fc04f416665e6a31df8cd8757f7d453 Parents: dbf8f67 Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 18 23:02:46 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 18 23:02:46 2013 +0200 ---------------------------------------------------------------------- CHANGES | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fd2b4093/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2c40863..2c1be7c 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,15 @@ Changes with Apache Libcloud in development *) Compute + - Deprecate CLOUDFILES_US and CLOUDFILES_UK storage provider constants and + add a new CLOUDFILES constant. + Driver referenced by this constant takes a "region" keyword argument + and can be one of 'ord', 'dfw' or 'lon'. + + Note: Deprecated constants will continue to work for the foreseeable + future. + [Tomaz Muraus] + - Modify ElasticHosts drive to store drive UUID in 'extra' field. (LIBCLOUD-357) [Bob Thompson] @@ -475,15 +484,6 @@ Changes with Apache Libcloud 0.12.1: (LIBCLOUD-267) [Tomaz Muraus] - - Deprecate CLOUDFILES_US and CLOUDFILES_UK storage provider constants and - add a new CLOUDFILES constant. - Driver referenced by this constant takes a "region" keyword argument - and can be one of 'ord', 'dfw' or 'lon'. - - Note: Deprecated constants will continue to work for the foreseeable - future. - [Tomaz Muraus] - - Support for multipart uploads and other improvements in the S3 driver so it can more easily be re-used with other implementations (e.g. Google Storage, etc.).
