From 7de487658b2182f5b682c6a717333cc2a51bdd84fa107c4032ca7a1b8b584042 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Sun, 22 Sep 2013 13:40:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=39 --- python-apache-libcloud.changes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index f02f299..f8cad37 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Sep 22 13:37:35 UTC 2013 - aboe76@gmail.com + +- Updated to 0.13.2 +- General: + - Don't sent Content-Length: 0 header with POST and PUT request if "raw" + mode is used. This fixes a regression which could cause broken behavior + in some storage driver when uploading a file from disk. +- Compute: + - Added Ubuntu Linux 12.04 image to ElasticHost driver image list. + (LIBCLOUD-364) + - Update ElasticHosts driver to store drive UUID in the node 'extra' field. + (LIBCLOUD-357) +- Storage: + - Store last_modified timestamp in the Object extra dictionary in the S3 + driver. (LIBCLOUD-373) +- Load Balancer: + - Expose CloudStack driver directly through the Provider.CLOUDSTACK + constant. +- DNS: + - Modify Zerigo driver to include record TTL in the record 'extra' attribute + if a record has a TTL set. + - Modify values in the Record 'extra' dictionary attribute in the Zerigo DNS + driver to be set to None instead of an empty string ('') if a value for + the provided key is not set. + ------------------------------------------------------------------- Thu Sep 5 10:20:33 UTC 2013 - aboe76@gmail.com