Repository: libcloud Updated Branches: refs/heads/trunk a57c80831 -> 6e9b7b953
Update changelog. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6e9b7b95 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6e9b7b95 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6e9b7b95 Branch: refs/heads/trunk Commit: 6e9b7b953a7df4277d84ca3917b9d369e776b502 Parents: a57c808 Author: Tomaz Muraus <[email protected]> Authored: Fri Jan 8 16:01:31 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Fri Jan 8 16:01:52 2016 +0100 ---------------------------------------------------------------------- CHANGES.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6e9b7b95/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 3270266..201cabd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,8 @@ Changes with current version of Apache Libcloud General ~~~~~~~ -- Introduced a Backup API driver +- Introduce a new ``libcloud.backup`` API for Backup as a Service projects and + products. (GITHUB-621) [Anthony Shaw] @@ -27,6 +28,14 @@ Compute (GITHUB-664) [Anthony Shaw] +DNS +~~~ + +- Make sure ``ttl`` attribute is correctly parsed and added to the ``Record`` + ``extra`` dictionary. + (GITHUB-675) + [Wido den Hollander] + Changes with Apache Libcloud 0.20.0 -----------------------------------
