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 2015/03/28 15:51:26 UTC

[09/16] libcloud git commit: Update changelog.

Update changelog.

Closes #444


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

Branch: refs/heads/trunk
Commit: 882fdf8b6652775ccd4f0987bc9ee171ba64c0d9
Parents: 5565244
Author: Tomaz Muraus <to...@apache.org>
Authored: Fri Mar 6 17:16:38 2015 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Fri Mar 6 17:16:38 2015 +0100

----------------------------------------------------------------------
 CHANGES.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/882fdf8b/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index b33aede..e269238 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,6 +12,12 @@ General
   versions < 3.2.
   [Tomaz Muraus]
 
+- Add support for AWS Signature version 4.
+
+  Note: Currently only GET HTTP method is supported.
+  (GITHUB-444)
+  [Gertjan Oude Lohuis]
+
 Compute
 ~~~~~~~
 
@@ -60,6 +66,11 @@ Compute
   (LIBCLOUD-671, GITHUB-468)
   [Mateusz Korszun]
 
+- Add a support for a new AWS Frankfurt, Germany region (``eu-central-1``) to
+  the EC2 driver using AWS Signature v4.
+  (GITHUB-444)
+  [Gertjan Oude Lohuis]
+
 DNS
 ~~~