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/12/30 06:23:11 UTC

svn commit: r1426891 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Sun Dec 30 05:23:11 2012
New Revision: 1426891

URL: http://svn.apache.org/viewvc?rev=1426891&view=rev
Log:
Update changes to include change log from 0.11.4 release which was released as
part of 0.11.x branch.

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1426891&r1=1426890&r2=1426891&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sun Dec 30 05:23:11 2012
@@ -83,7 +83,7 @@ Changes with Apache Libcloud in developm
 
   *) Storage
 
-    - Add a new local storage driver. 
+    - Add a new local storage driver.
       (LIBCLOUD-252, LIBCLOUD-258, LIBCLOUD-265, LIBCLOUD-273)
       [Mahendra M]
 
@@ -129,6 +129,38 @@ Changes with Apache Libcloud in developm
     - New driver for HostVirtual provider (www.vr.org). (LIBCLOUD-249)
       [Dinesh Bhoopathy]
 
+Changes with Apache Libcloud 0.11.4:
+
+  *) General
+
+    - Fix some of tests failures which happened in Python 3.3 due to randomized
+      dictionary ordering. (LIBCLOUD-245)
+      [Tomaz Muraus]
+
+  *) Compute
+
+    - Fix a bug where a numeric instead of a string value was used for the
+      content-length header in VCloud driver. (LIBCLOUD-256)
+      [Brian DeGeeter, Tomaz Muraus]
+
+  *) Storage
+
+    - Don't ignore ex_force_service_region argument in the CloudFiles driver.
+      (LIBCLOUD-260)
+      [Dan Di Spaltro]
+
+    - Fix a bug which caused the connection to not be closed when using Python
+      2.6 and calling get_object on an object which doesn't exist in the S3
+      driver. (LIBCLOUD-257)
+      [John Carr]
+
+  *) DNS
+
+    - Update 'if type' checks in the update_record methods to behave correctly
+      if users passes in RecordType.A with a value of 0 - if type is not None.
+      (LIBCLOUD-247)
+      [Tomaz Muraus]
+
 Changes with Apache Libcloud 0.11.3:
 
   *) Storage