Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a6bebca6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a6bebca6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a6bebca6 Branch: refs/heads/trunk Commit: a6bebca672279bf71f31983235552e7bd53870de Parents: fd9bc17 Author: Tomaz Muraus <[email protected]> Authored: Thu Aug 1 14:31:22 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Aug 1 14:31:22 2013 +0200 ---------------------------------------------------------------------- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a6bebca6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index c7367d3..e46b896 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,17 @@ Changes with Apache Libcloud in development + *) General + + - By default read pricing data from ~/.libcloud/pricing.json if this file + exists. If it doesn't it uses old behavior and falls back to pricing file + bundled with a libcloud release. + [Tomaz Muraus] + + - Add libcloud.pricing.download_pricing_file function for downloading and + updating the pricing file. + [Tomaz Muraus] + *) Compute - Modify ElasticHosts drive to store drive UUID in 'extra' field.
