You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/04/12 06:02:04 UTC

libcloud git commit: Add changes for #727

Repository: libcloud
Updated Branches:
  refs/heads/trunk b1d073195 -> a1f07cf59


Add changes for #727

Signed-off-by: anthony-shaw <an...@gmail.com>


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

Branch: refs/heads/trunk
Commit: a1f07cf5925884ee3287ccddac40894ba905069d
Parents: b1d0731
Author: anthony-shaw <an...@gmail.com>
Authored: Tue Apr 12 14:01:44 2016 +1000
Committer: anthony-shaw <an...@gmail.com>
Committed: Tue Apr 12 14:01:44 2016 +1000

----------------------------------------------------------------------
 CHANGES.rst | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a1f07cf5/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 6eef35a..f7f0a9f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,23 @@
 Changelog
 =========
 
+Changes with latest version of Apache Libcloud
+----------------------------------------------
+
+General
+~~~~~~~
+
+Compute
+~~~~~~~
+
+- Fix a race condition on GCE driver `list_nodes()`- Invoking GCE’s `list_nodes()` while some VMs are being shutdown can result
+  in the `following`libcloud.common.google.ResourceNotFoundError` exception to be raised.
+  (GITHUB-727)
+  [Lénaïc Huard]
+
+
 Changes with Apache Libcloud in 1.0.0-rc2
--------------------------------------------
+-----------------------------------------
 
 General
 ~~~~~~~