Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/147e5f38 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/147e5f38 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/147e5f38 Branch: refs/heads/trunk Commit: 147e5f384e051bc311d1a573ccef2280a25f8ee4 Parents: de7c9d3 Author: Tomaz Muraus <[email protected]> Authored: Mon Nov 4 21:30:29 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Mon Nov 4 21:30:29 2013 +0000 ---------------------------------------------------------------------- CHANGES | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/147e5f38/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a6f820c..bc8bbf9 100644 --- a/CHANGES +++ b/CHANGES @@ -51,12 +51,26 @@ Changes with Apache Libcloud in development - Update Google Compute Engine driver to v1beta16. [Rick Wright] + - Modify auth_url variable in the OpenStack drivers so it works more like + users would expect it to. + + Previously path specified in the auth_url was ignored and only protocol, + hostname and port were used. Now user can provide a full url for the + auth_url variable and the path provided in the url is also used. + [DaeMyung Kang, Tomaz Muraus] + + *) Storage + + - Add a new driver for KT UCloud based on the OpenStack Swift driver. + (LIBCLOUD-431). + [DaeMyung Kang] + *) DNS - - Update issue with inexistent zone / record handling in the get_zone and - get_record method in the Linode driver. Those issues were related to - changes in the Linode API. (LIBCLOUD-425) - [Jon Chen] + - Update issue with inexistent zone / record handling in the get_zone and + get_record method in the Linode driver. Those issues were related to + changes in the Linode API. (LIBCLOUD-425) + [Jon Chen] Changes with Apache Libcloud 0.14.0-beta2
