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/10/22 13:28:00 UTC

svn commit: r1187693 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Sat Oct 22 11:28:00 2011
New Revision: 1187693

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

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1187693&r1=1187692&r2=1187693&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Oct 22 11:28:00 2011
@@ -1,6 +1,17 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud in development:
+
+  *) General:
+
+     - Modify ParamikoSSHClient.connect so it supports authentication using a
+       key file ; LIBCLOUD-116
+       [Jay Doane]
+
+     - User must now explicitly specify a path when using LIBCLOUD_DEBUG
+       environment variable ; LIBCLOUD-95.
+       [daveb, Tomaz Muraus]
+
   *) Compute:
 
      - Fix API endpoint URL in the Softlayer driver
@@ -9,6 +20,10 @@ Changes with Apache Libcloud in developm
      - Add support for OpenNebula 3.0 API ; LIBCLOUD-120
        [Hutson Betts]
 
+     - Add more attributes to the extra dictionary in the EC2 driver ;
+       GITHUB-31
+       [Juan Carlos Moreno]
+
 Changes with Apache Libcloud 0.6.0-beta1
 
   *) General: