You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vd...@apache.org on 2018/07/30 10:35:21 UTC

[1/2] libcloud git commit: Fixed Spelling.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 370964d5b -> afc1aefb2


Fixed Spelling.

Signed-off-by: Rick van de Loo <ri...@gmail.com>


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

Branch: refs/heads/trunk
Commit: 65ded9c5e058d264e1d0412cf0d539b3f082ddd5
Parents: 370964d
Author: Jimmy Casey <ca...@gmail.com>
Authored: Sun Jul 29 21:47:24 2018 +0000
Committer: Rick van de Loo <ri...@gmail.com>
Committed: Mon Jul 30 12:15:03 2018 +0200

----------------------------------------------------------------------
 docs/other/changes_in_2_0.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/65ded9c5/docs/other/changes_in_2_0.rst
----------------------------------------------------------------------
diff --git a/docs/other/changes_in_2_0.rst b/docs/other/changes_in_2_0.rst
index 4dc21b5..706db12 100644
--- a/docs/other/changes_in_2_0.rst
+++ b/docs/other/changes_in_2_0.rst
@@ -7,7 +7,7 @@ Replacement of httplib with `requests`
 Apache Libcloud supports Python 2.6, 2.7 - 3.3 and beyond. To achieve this a package was written within the
 Libcloud library to create a generic HTTP client for Python 2 and 3. This package has a custom implementation of a certificate store, searching and TLS preference configuration. One of the first errors to greet new users of Libcloud would be "No CA Certificates were found in CA_CERTS_PATH."... 
 
-In 2.0 this implementation has been replaced with the `requests` package, and SSL verification should work against any publically signed HTTPS endpoint by default, without having to provide a CA cert store.
+In 2.0 this implementation has been replaced with the `requests` package, and SSL verification should work against any publicly signed HTTPS endpoint by default, without having to provide a CA cert store.
 
 Other changes include:
 


[2/2] libcloud git commit: Add changes for #1228

Posted by vd...@apache.org.
Add changes for #1228

Closes #1228


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

Branch: refs/heads/trunk
Commit: afc1aefb2864f32efd8a9efc483673859eda52cd
Parents: 65ded9c
Author: Rick van de Loo <ri...@gmail.com>
Authored: Mon Jul 30 12:27:50 2018 +0200
Committer: Rick van de Loo <ri...@gmail.com>
Committed: Mon Jul 30 12:27:50 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/afc1aefb/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index d7e1e55..95997ae 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -120,6 +120,12 @@ Storage
 - [S3] Guess s3 upload content type (LIBCLOUD-958, GITHUB-1195)
   [Iuri de Silvio]
 
+Other
+~~~~~
+
+- Fixed spelling in 2.0 changes documentation (GITHUB-1228)
+  [Jimmy Casey]
+
 Changes in Apache Libcloud 2.3.0
 --------------------------------