You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2015/12/04 21:50:30 UTC

libcloud git commit: Added change notes for #652 and #646

Repository: libcloud
Updated Branches:
  refs/heads/trunk 994f7a411 -> 049dfa4e7


Added change notes for #652 and #646


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/049dfa4e
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/049dfa4e
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/049dfa4e

Branch: refs/heads/trunk
Commit: 049dfa4e714cbccb249c2a5c2632aabd2b18e740
Parents: 994f7a4
Author: Anthony Shaw <an...@gmail.com>
Authored: Sat Dec 5 07:51:06 2015 +1100
Committer: Anthony Shaw <an...@gmail.com>
Committed: Sat Dec 5 07:51:06 2015 +1100

----------------------------------------------------------------------
 CHANGES.rst | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/049dfa4e/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 4b8a104..d6e80b0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,7 +30,13 @@ General
 Compute
 ~~~~~~~
 
-- Add update node, update VMware tools, add storage, change storage size or speed, remove storage.
+- The EC2 Instance Type updated with correct disk sizes (especially the disk size for the m3 instances),
+  conversion errors between GiB an M[i]B, disk count were the cause.
+  Added instance types - g2.8xlarge and t2.large.
+  (GITHUB-646)
+  [Philipp Hahn]
+
+- Add update node, update VMware tools, add storage, change storage size or speed, remove storage to Dimension Data Driver.
   (LIBCLOUD-775, GITHUB-644)
   [Anthony Shaw]
 
@@ -111,6 +117,17 @@ Loadbalancer
 DNS
 ~~~
 
+- RackSpace driver - New DNS driver methods:
+    ex_iterate_ptr_records
+    ex_get_ptr_record
+    ex_create_ptr_record
+    ex_update_ptr_record
+    ex_delete_ptr_record
+    This should cover all of the functionality offered by the Rackspace
+    DNS API in regards to RDNS.
+  (LIBCLOUD-780, GITHUB-652)
+  [Greg Hill]
+
 - Update ``create_record`` in the WorldWideDNS driver so it automatically
   selects a slot if one is not provided by the user via ``extra['entry']``
   argument.
@@ -155,7 +172,7 @@ General
 
 Compute
 ~~~~~~~
-
+  
 - Fixed malformed XML requests with Dimension Data driver.
   (LIBCLOUD-760, GITHUB-610)
   [Anthony Shaw]