Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0f67da81 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0f67da81 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0f67da81 Branch: refs/heads/trunk Commit: 0f67da81a8bea5eb7ad1f4b572d8d8d434b5cd85 Parents: c7beb99 Author: Tomaz Muraus <to...@tomaz.me> Authored: Sat Jun 25 18:44:15 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Sat Jun 25 18:45:33 2016 +0200 ---------------------------------------------------------------------- CHANGES.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0f67da81/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index f593999..99a034a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,29 +1,29 @@ Changelog ========= -Changes with current version of Apache Libcloud ------------------------------------------------ +Changes with Apache Libcloud in development +------------------------------------------- Compute ~~~~~~~ -- Add node lookup by UUID for libvirt driver +- Add node lookup by UUID to the libvirt driver. (GITHUB-823) [Frank Wu] -- Add block storage support to DigitalOcean node driver +- Add block storage support to DigitalOcean node driver. (GITHUB-807) [Adam Wolfe Gordon] -- Add SASL auth support to libvirt driver +- Add SASL auth support to libvirt driver. (GITHUB-809) [Katana-Steel] -- Allow VIPs in Dimension Data driver to bind to any port +- Allow VIPs in Dimension Data driver to bind to any port. (GITHUB-818) [Mark Maglana] -- Add support for deleting security group in Aliyun ECS driver +- Add support for deleting a security group to the Aliyun ECS driver. (GITHUB-816) [Heng Wu] @@ -32,6 +32,11 @@ Compute (GITHUB-824) [Juan Font] +- Add support for listing attributes for a particular security group + (``ex_list_security_group_attributes``) to the Aliyun ECS driver. + (GITHUB-826) + [Heng Wu] + Changes with Apache Libcloud in 1.0.0 -------------------------------------