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:55:30 UTC

svn commit: r1201160 - in /libcloud/branches/0.6.x: ./ CHANGES

Author: tomaz
Date: Sat Nov 12 01:55:30 2011
New Revision: 1201160

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

Modified:
    libcloud/branches/0.6.x/   (props changed)
    libcloud/branches/0.6.x/CHANGES

Propchange: libcloud/branches/0.6.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Nov 12 01:55:30 2011
@@ -1 +1 @@
-/libcloud/trunk:1201138,1201141,1201152-1201154
+/libcloud/trunk:1201138,1201141,1201152-1201155

Modified: libcloud/branches/0.6.x/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/branches/0.6.x/CHANGES?rev=1201160&r1=1201159&r2=1201160&view=diff
==============================================================================
--- libcloud/branches/0.6.x/CHANGES (original)
+++ libcloud/branches/0.6.x/CHANGES Sat Nov 12 01:55:30 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
@@ -29,7 +35,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: