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/12 02:51:29 UTC

svn commit: r1201155 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Sat Nov 12 01:51:28 2011
New Revision: 1201155

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

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1201155&r1=1201154&r2=1201155&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Nov 12 01:51:28 2011
@@ -2,6 +2,12 @@
 
 Changes with Apache Libcloud in development:
 
+  *) General
+
+     - Fix a bug in PollingConnection class - actually use and don't ignore
+       the poll_interval
+       [Tomaz Muraus]
+
   *) Compute:
 
      - Add support for Auth 2.0 API (keystone) to the OpenStack Auth
@@ -44,7 +50,7 @@ Changes with Apache Libcloud in developm
 
       - Fix a bug in Rackspace Cloud DNS driver and make sure to throw an
         exception if an unexpected status code is returned. Reported by
-        jeblair.
+        "jeblair".
         [Tomaz Muraus]
 
 Changes with Apache Libcloud 0.6.1: