Update upgrade notes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b6cb0699 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b6cb0699 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b6cb0699 Branch: refs/heads/trunk Commit: b6cb0699f5728cac475c01bf3e2862a05ce4987a Parents: 0e02b74 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 21:08:04 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 21:08:04 2013 +0100 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b6cb0699/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index b4aa68b..8b0065d 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -15,6 +15,21 @@ single class plus ``region`` argument model. More information on how this affects existing drivers and your code can be found bellow. +libcloud.security.VERIFY_SSL_CERT_STRICT variable has been removed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +``libcloud.security.VERIFY_SSL_CERT_STRICT`` variable has been introduced in +version 0.4.2 when we initially added support for SSL certificate verification. +This variable was added to ease the migration from older versions of Libcloud +which didn't verify SSL certificates. + +In version 0.6.0, this variable has been set to ``True`` by default and +deprecated. + +In this release, this variable has been fully removed. For more information +on how SSL certificate validation works in Libcloud, see the :doc:`SSL +Certificate Validation </other/ssl-certificate-validation>` page. + Cache busting functionality is now only enabled in Rackspace first-gen driver ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
