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/08/01 12:16:16 UTC

[6/7] libcloud git commit: Correctly reference commit author.

Correctly reference commit author.


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

Branch: refs/heads/trunk
Commit: 5c0440d3a7466aed88afcc50a2b80f21d68aa706
Parents: 311929b
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Aug 1 11:47:07 2015 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Aug 1 11:47:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5c0440d3/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index d6f887c..502d3df 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -234,6 +234,7 @@ Compute
 - Add ``fault`` attribute to the ``extra`` dictionary of the ``Node`` instance
   returned by the OpenStack driver.
   (LIBCLOUD-730, GITHUB-557)
+  [Nick Fox]
 
 - Add new driver for Onapp IaaS platform.
   (LIBCLOUD-691, GITHUB-502)