You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2011/05/14 13:25:54 UTC

svn commit: r1103047 - /incubator/libcloud/trunk/CHANGES

Author: pquerna
Date: Sat May 14 11:25:54 2011
New Revision: 1103047

URL: http://svn.apache.org/viewvc?rev=1103047&view=rev
Log:
Centralize the new compute drivers list in the CHANGES file

Modified:
    incubator/libcloud/trunk/CHANGES

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=1103047&r1=1103046&r2=1103047&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Sat May 14 11:25:54 2011
@@ -1,16 +1,18 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud 0.4.3
+
+    *) Add new libcloud.compute drivers for:
+        - OpenStack [Roman Bogorodskiy]
+        - Gandi.net [Aymeric Barantal]
+        - Bluebox [Christian Paredes]
+        - Nimbus [David LaBissoniere]
+
     *) Add implementation for the following methods to the CloudFiles
        storage driver: enable_container_cdn(), get_container_cdn_url(),
        get_object_cdn_url()
        [Tomaz Muraus]
 
-    *) Add OpenStack driver, which is actually an extension for
-       Rackspace driver that allows to specify custom port and
-       host of user's OpenStack installation
-       [Roman Bogorodskiy]
-
     *) Add support for Load Balancing services, available through
        libcloud.resource.lb. Drivers for Rackspace and GoGrid are
        included.
@@ -24,19 +26,10 @@ Changes with Apache Libcloud 0.4.3
        and create a "Name" tag with the value of this argument.
        [Tomaz Muraus]
 
-    *) Add Gandi.net driver.
-       [Aymeric Barantal]
-
     *) Add extension method for modifying node attributes and
        changing the node size (EC2 driver).
        [Tomaz Muraus]
 
-    *) Add Bluebox driver.
-       [Christian Paredes]
-
-    *) Add Nimbus driver.
-       [David LaBissoniere]
-
     *) Minor fixes to get the library and tests working on
        Python 2.7 and PyPy.
        [Tomaz Muraus]