Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5cc9ddf6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5cc9ddf6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5cc9ddf6 Branch: refs/heads/0.13.2 Commit: 5cc9ddf616428fc7edcd797ea148de9c299ca5d6 Parents: d7152c7 Author: Tomaz Muraus <[email protected]> Authored: Fri Sep 13 15:21:33 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Sep 13 15:21:33 2013 +0200 ---------------------------------------------------------------------- CHANGES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5cc9ddf6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 29db668..645b858 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,14 @@ Changes with Apache Libcloud 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. + (LIBCLOUD-396) + [Ivan Kusalic] + *) DNS - Modify Zerigo driver to include record TTL in the record 'extra' attribute @@ -136,11 +144,11 @@ Changes with Apache Libcloud 0.13.0: (LIBCLOUD-333) [sebastien goasguen] - - Add extension methods for managing security groups to the CloudStack + - Add extension methods for managing security groups to the CloudStack driver. (LIBCLOUD-332) [sebastien goasguen] - - Add extension methods for starting and stoping the node to the + - Add extension methods for starting and stoping the node to the CloudStack driver. (LIBCLOUD-338) [sebastien goasguen]
