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 2013/12/02 13:05:17 UTC

git commit: Update CHANGES.

Updated Branches:
  refs/heads/trunk 7b3fd341a -> 8af20ddb1


Update CHANGES.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8af20ddb
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8af20ddb
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8af20ddb

Branch: refs/heads/trunk
Commit: 8af20ddb1c4da22cf5a40d0b18d15355c3d4bfa9
Parents: 7b3fd34
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Dec 2 13:04:50 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Dec 2 13:04:50 2013 +0100

----------------------------------------------------------------------
 CHANGES | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8af20ddb/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 04d17bd..47a764a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -52,6 +52,13 @@ Changes with Apache Libcloud in development
       Reported by Igor Ajdisek.
       [Tomaz Muraus]
 
+  *) Storage
+
+    - Allow user to specify 'Content-Disposition' header in the CloudFiles
+      driver by passing 'content_disposition' key in the extra dictionary of
+      the upload object methods. (LIBCLOUD-430)
+      [Michael Farrell]
+
 Changes with Apache Libcloud 0.14.0-beta3
 
   *) General