Repository: libcloud Updated Branches: refs/heads/trunk d38712ee0 -> b22c274c9
Update changelog. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b22c274c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b22c274c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b22c274c Branch: refs/heads/trunk Commit: b22c274c9fc4ad10b582607e74b259c23b2fbc13 Parents: d38712e Author: Tomaz Muraus <[email protected]> Authored: Tue Sep 1 00:41:44 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Sep 1 00:41:44 2015 +0200 ---------------------------------------------------------------------- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b22c274c/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 222511b..3fc74a7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,9 @@ General [LIBCLOUD-738) [Brian Curtin] +- Fix ``LIBCLOUD_DEBUG`` mode so it works on Python 3.x. + [Tomaz Muraus] + Compute ~~~~~~~ @@ -61,6 +64,10 @@ DNS (GITHUB-562, LIBCLOUD-735) [Wido den Hollander] +- Fix "_to_record" in the Route53 driver - make sure it doesn't throw if the + record TTL is not available. + [Tomaz Muraus] + Changes with Apache Libcloud 0.18.0 -----------------------------------
