Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3965328b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3965328b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3965328b Branch: refs/heads/trunk Commit: 3965328b5da648ba09427ff5fa0d86ce4b593169 Parents: 8cd5b2e Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 18 01:37:07 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 18 01:37:07 2014 +0100 ---------------------------------------------------------------------- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3965328b/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 82357df..13acc40 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ Changelog ========= +Changes with Apache Libcloud in development +------------------------------------------- + +DNS +~~~ + +- Add PTR to the supported record types in the Rackspace driver. + [Tomaz Muraus] + +- Fix Zerigo driver to set Record.name attribute for records which refer + to the bare domain to "None" instead of an empty string. + [Tomaz Muraus] + +- For consistency with other drivers, update Rackspace driver to set + Record.name attribute for the records which refer to the bare domain + to "None" instead of setting them to FQDN. + [Tomaz Muraus] + Changes with Apache Libcloud 0.14.0 -----------------------------------
