Updated Branches: refs/heads/trunk 08a79e4d1 -> e47eef43c
Update CHANGES from the 0.13.1 release. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/105b9610 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/105b9610 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/105b9610 Branch: refs/heads/trunk Commit: 105b9610835f99704996d861d613c5a9a8b3f8b1 Parents: 08a79e4 Author: Tomaz Muraus <[email protected]> Authored: Thu Sep 5 12:54:38 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Sep 5 12:54:38 2013 +0200 ---------------------------------------------------------------------- CHANGES | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/105b9610/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e7a2217..243683f 100644 --- a/CHANGES +++ b/CHANGES @@ -13,10 +13,6 @@ Changes with Apache Libcloud in development updating the pricing file. [Tomaz Muraus] - - Fix a regression introduced in 0.13.0 and make sure to include - Content-Length 0 with PUT and POST requests. (LIBCLOUD-362, LIBCLOUD-390) - [Tomaz Muraus] - *) Compute - Deprecate CLOUDFILES_US and CLOUDFILES_UK storage provider constants and @@ -55,10 +51,6 @@ Changes with Apache Libcloud in development uploaded to the EC2 keyring). (Follow on from LIBCLOUD-367). [John Carr] - - Fix a bug in the ElasticHosts driver and check for right HTTP status - code when determining drive imaging success. (LIBCLOUD-363) - [Bob Thompson] - - Unify extension argument names for assigning a node to security groups in EC2 ad OpenStack driver. Argument in the EC2 driver has been renamed from ex_securitygroup to @@ -74,10 +66,6 @@ Changes with Apache Libcloud in development (LIBCLOUD-382) [Ivan Kusalic] - - Update Opsource driver to include node public ip address (if available). - (LIBCLOUD-384) - [Michael Bennett] - - Add extension methods for handling port forwarding to the CloudStack driver, rename CloudStackForwardingRule class to CloudStackIPForwardingRule. (LIBCLOUD-383) @@ -89,11 +77,6 @@ Changes with Apache Libcloud in development *) Storage - - Fix a regression with calling encode_container_name instead of - encode_object_name on object name in get_object method. - Reported by Ben Meng (LIBCLOUD-366) - [Tomaz Muraus] - - Allow users to filter objects starting with a prefix by passing ex_prefix argument to the list_container_objects method in the S3, Google Storage and CloudFiles driver. (LIBCLOUD-369) @@ -103,16 +86,41 @@ Changes with Apache Libcloud in development driver. (LIBCLOUD-373) [Stefan Friesel] - - Ensure that AWS S3 multipart upload works for small iterators. - (LIBCLOUD-378) - [Mahendra M] - *) Load Balancer - Expose CloudStack driver directly through the Provider.CLOUDSTACK constant. [Tomaz Muraus] +Changes with Apache Libcloud 0.13.1 + + *) General + + - Fix a regression introduced in 0.13.0 and make sure to include + Content-Length 0 with PUT and POST requests. (LIBCLOUD-362, LIBCLOUD-390) + [Tomaz Muraus] + + *) Compute + + - Fix a bug in the ElasticHosts driver and check for right HTTP status + code when determining drive imaging success. (LIBCLOUD-363) + [Bob Thompson] + + - Update Opsource driver to include node public ip address (if available). + (LIBCLOUD-384) + [Michael Bennett] + + *) Storage + + - Fix a regression with calling encode_container_name instead of + encode_object_name on object name in get_object method. + Reported by Ben Meng (LIBCLOUD-366) + [Tomaz Muraus] + + - Ensure that AWS S3 multipart upload works for small iterators. + (LIBCLOUD-378) + [Mahendra M] + Changes with Apache Libcloud 0.13.0: *) General
