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/06/18 15:34:38 UTC

svn commit: r1137183 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Sat Jun 18 13:34:38 2011
New Revision: 1137183

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

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1137183&r1=1137182&r2=1137183&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Jun 18 13:34:38 2011
@@ -1,6 +1,16 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud 0.5.1
+  *) Compute:
+     - Fix deploy_node functionality and make it more robust
+
+  *) Users can now pass file like objects to ScriptDeployment and
+     SSHKeyDeployment constructor.
+
+  *) Amazon EC2 driver:
+     - Include node tags when calling list_nodes()
+     [Trevor Pounds]
+
   *) Rackspace driver:
       - Properly handle response errors and only throw InvalidCredsError if
         the returned status code is 401