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 2017/04/13 09:33:52 UTC

[46/46] libcloud git commit: Changes for #1031

Changes for #1031

Closes #1031
Closes #994


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

Branch: refs/heads/trunk
Commit: 89b226085b2e865c2916ba258b14d469a0bd4fc2
Parents: f0e6d9b
Author: Anthony Shaw <an...@apache.org>
Authored: Thu Apr 13 19:32:04 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Apr 13 19:32:04 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/89b22608/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index e6e1733..92d80f1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,11 @@ Changes in current version of Apache Libcloud
 Common
 ~~~~~~
 
+- Fix Aliyun ECS, Load balancer and storage adapters when using unicode UTF-8 characters in the names of resources
+  in 2.0.0rc2 < it would fail as a MalformedResponseError, Python 2.7 element tree was raising a unicode error
+  [GITHUB-1032] [GITHUB-994]
+  (Anthony Shaw)
+
 - Refactor the test classes to use the full libcloud.http and libcloud.common.base modules, with Connection,
   Response all used with requests_mock. This increases our test coverages and catches bugs in drivers' custom
   parse_body and auth modules
@@ -20,6 +25,10 @@ Common
 Compute
 ~~~~~~~
 
+- [VSPHERE] Fix issue with authentication methods crashing
+  [GITHUB-1031]
+  (Anthony Shaw)
+
 - [ARM] Add network security groups to azure ARM
   [GITHUB-1033]
   (Joseph Hall)