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 2012/02/02 21:20:01 UTC

svn commit: r1239806 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Thu Feb  2 20:20:00 2012
New Revision: 1239806

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

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1239806&r1=1239805&r2=1239806&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Thu Feb  2 20:20:00 2012
@@ -4,10 +4,14 @@ Changes with Apache Libcloud in developm
 
   *) General:
 
-    - Add 'request_kwargs' argument to the get_poll_request_kwargs method.
-      This argument contains kwargs which were previously used to initiate the
-      poll request.
-      [Mark Everett]
+     - Add 'request_kwargs' argument to the get_poll_request_kwargs method.
+       This argument contains kwargs which were previously used to initiate the
+       poll request.
+       [Mark Everett]
+
+     - Add support for handling compressed responses (deflate, gzip). Also send
+       "Accept-Encoding" "gzip,deflate" header with all the requests.
+       [Tomaz Muraus]
 
   *) Compute:
 
@@ -41,6 +45,9 @@ Changes with Apache Libcloud in developm
      - Enable reboot_node method in the OpenNebula 3.2 driver.
        [Hutson Betts]
 
+     - Fix a public_ips Node variable assignment in the Gandi.net driver.
+       [Aymeric Barantal]
+
   *) Storage:
 
     - Propagate extra keyword arguments passed to the Rackspace driver