You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/01 14:41:19 UTC

[8/8] git commit: Update changes.

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 <to...@apache.org>
Authored: Thu Aug 1 14:31:22 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
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.