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

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

Author: rbogorodskiy
Date: Tue Apr 19 19:54:14 2011
New Revision: 1095182

URL: http://svn.apache.org/viewvc?rev=1095182&view=rev
Log:
Update CHANGES with lb support.

Modified:
    incubator/libcloud/trunk/CHANGES

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=1095182&r1=1095181&r2=1095182&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Tue Apr 19 19:54:14 2011
@@ -1,6 +1,11 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud 0.4.3
+    *) Add support for Load Balancing services, available through
+       libcloud.resource.lb. Drivers for Rackspace and GoGrid are
+       included.
+       [Roman Bogorodskiy]
+
     *) Update GoGrid driver to use API Version 1.8. Sandbox flag
        for servers is no longer used.
        [Roman Bogorodskiy]