Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5192c393 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5192c393 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5192c393 Branch: refs/heads/0.13.2 Commit: 5192c393a75f0a93e0409d1f2fa6ef1d3b6f7373 Parents: 4d1fecf Author: Tomaz Muraus <[email protected]> Authored: Fri Sep 13 15:25:24 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Sep 13 15:25:24 2013 +0200 ---------------------------------------------------------------------- CHANGES | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5192c393/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 645b858..b7747f7 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,28 @@ Changes with Apache Libcloud 0.13.2 (LIBCLOUD-396) [Ivan Kusalic] + *) Compute + + - Added Ubuntu Linux 12.04 image to ElasticHost driver image list. + (LIBCLOUD-364) + [Bob Thompson] + + - Update ElasticHosts driver to store drive UUID in the node 'extra' field. + (LIBCLOUD-357) + [Bob Thompson] + + *) Storage + + - Store last_modified timestamp in the Object extra dictionary in the S3 + driver. (LIBCLOUD-373) + [Stefan Friesel] + + *) Load Balancer + + - Expose CloudStack driver directly through the Provider.CLOUDSTACK + constant. + [Tomaz Muraus] + *) DNS - Modify Zerigo driver to include record TTL in the record 'extra' attribute @@ -50,16 +72,6 @@ Changes with Apache Libcloud 0.13.1 (LIBCLOUD-378) [Mahendra M] - - Store last_modified timestamp in the Object extra dictionary in the S3 - driver. (LIBCLOUD-373) - [Stefan Friesel] - - *) Load Balancer - - - Expose CloudStack driver directly through the Provider.CLOUDSTACK - constant. - [Tomaz Muraus] - Changes with Apache Libcloud 0.13.0: *) General
