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 2011/03/22 14:52:54 UTC

svn commit: r1084183 - /incubator/libcloud/trunk/CHANGES

Author: tomaz
Date: Tue Mar 22 13:52:54 2011
New Revision: 1084183

URL: http://svn.apache.org/viewvc?rev=1084183&view=rev
Log:
Update changes.

Modified:
    incubator/libcloud/trunk/CHANGES

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=1084183&r1=1084182&r2=1084183&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Tue Mar 22 13:52:54 2011
@@ -1,12 +1,16 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud 0.4.3
+   *) Add extension method for modifying node attributes and
+      changing the node size (EC2 driver).
+      [Tomaz Muraus]
+
    *) Add Bluebox driver.
       [Christian Paredes]
-   
+
    *) Add Nimbus driver.
       [David LaBissoniere]
-   
+
    *) Minor fixes to get the library and tests working on
       Python 2.7 and PyPy.
       [Tomaz Muraus]
@@ -35,7 +39,7 @@ Changes with Apache Libcloud 0.4.3
        [Tomaz Muraus]
 
     *) Use ipAddress and privateIpAddress attribute for
-       the EC 2node public and private ip 
+       the EC 2node public and private ip
        [Tomaz Muraus]
 
     *) Add ex_describe_addresses method to the EC2 driver.
@@ -146,7 +150,7 @@ Changes with Apache Libcloud 0.4.0 [Rele
     *) Fix behavior of GoGrid's create_node to wait for a Node ID.
        [Roman Bogorodskiy]
 
-    *) Add ex_create_node_nowait to GoGrid driver if you don't need to 
+    *) Add ex_create_node_nowait to GoGrid driver if you don't need to
        wait for a Node ID when creating a node.
        [Roman Bogorodskiy]