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/11/01 14:05:17 UTC

svn commit: r1195973 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Tue Nov  1 13:05:17 2011
New Revision: 1195973

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

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1195973&r1=1195972&r2=1195973&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Tue Nov  1 13:05:17 2011
@@ -17,10 +17,10 @@ Changes with Apache Libcloud in developm
        classes where applicable.
        [Caio Romão]
 
-      - Add new 'PollingConnection' class. This class can work with 'async'
-        APIs. It sends and an initial request and then periodically poll the API
-        until the job has completed or a timeout has been reached.
-        [Tomaz Muraus]
+     - Add new 'PollingConnection' class. This class can work with 'async'
+       APIs. It sends and an initial request and then periodically poll the API
+       until the job has completed or a timeout has been reached.
+       [Tomaz Muraus]
 
   *) Compute:
 
@@ -52,6 +52,10 @@ Changes with Apache Libcloud in developm
        authentication
        [Russell Haering, Tomaz Muraus]
 
+     - Enable paramiko library debug log level if LIBCLOUD_DEBUG is used and
+       paramiko is installed.
+       [Tomaz Muraus]
+
   *) DNS:
 
    - New drivers for Rackspace Cloud DNS (US and UK region)