GitHub user kylercooper opened a pull request: https://github.com/apache/libcloud/pull/872
0.11.x ## Changes Title (replace this with a logical title for your changes) ### Description Replace this with the PR description (mention the changes you have made, why you have made them, provide some background and any references to the provider documentation if needed, etc.). For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status Replace this: describe the PR status. Examples: - work in progress - done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/libcloud 0.11.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/872.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #872 ---- commit 2f3917daebcd8d2edb328ad51e0f699354c1b816 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T01:22:54Z Merge 0.11.3 into 0.11.x branch. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1410809 13f79535-47bb-0310-9956-ffa450edef68 commit 446a896ea843fa2a4206dc2dc54896325973f00a Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T01:31:27Z Hook up ex_force_service_region argument in the CloudFiles driver. Contributed by Dan Di Spaltro, part of LIBCLOUD-260. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1410810 13f79535-47bb-0310-9956-ffa450edef68 commit 9738b49250671c459fd7f4a8d434df465db2c485 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T01:44:33Z Bump version, update changes. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1410811 13f79535-47bb-0310-9956-ffa450edef68 commit 013ba10c928dbe214a92ed9cad31de7bc84d32ac Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:25:40Z Backport bug-fix commit from trunk: Fix a bug which caused the connection to not be closed when using Python 2.6 and calling get_object on an object which doesn't exist in the S3 driver. Contributed by John Carr, part of LIBCLOUD-257. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411019 13f79535-47bb-0310-9956-ffa450edef68 commit b188c343675137ca6d4322f0b08de3e42cccf6fe Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:26:56Z Backport bug-fix commit from trunk: Update 'if type' checks in the update_record methods to behave correctly if users passes in RecordType.A with a value of 0 - if type is not None. Fixes an issue reported in LIBCLOUD-247. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411020 13f79535-47bb-0310-9956-ffa450edef68 commit f0bb431819da4b27c62b38be812b50d622cadcf7 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:28:50Z Backport bug-fix commit from trunk: Fix a bug where a numeric instead of a string value was used for the content-length header in VCloud driver. Reported by Brian DeGeeter, part of LIBCLOUD-256. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411021 13f79535-47bb-0310-9956-ffa450edef68 commit 2637e910dc89f686b268ab6def869371657ce395 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:39:08Z Backport bug-fix commit from trunk: Fix some of tests failures which happened in Python 3.3 due to randomized dictionary ordering. Part of LIBCLOUD-245 git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411022 13f79535-47bb-0310-9956-ffa450edef68 commit 984ec30cb8e64cf60c722ccbcef72910d8dd88d1 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:41:42Z Update changes. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411023 13f79535-47bb-0310-9956-ffa450edef68 commit 86a5cfc9d6f3b073e49d49fcc8277f3cb43b1593 Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:42:42Z Add tox entry for Python 3.3. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411025 13f79535-47bb-0310-9956-ffa450edef68 commit 48d2f273d3144cdb52285b3448f69ac2918cc70e Author: Tomaž Muraus <to...@apache.org> Date: 2012-11-18T23:47:15Z Set version to 0.11.4. git-svn-id: https://svn.apache.org/repos/asf/libcloud/branches/0.11.x@1411028 13f79535-47bb-0310-9956-ffa450edef68 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---