Author: tomaz
Date: Tue Jun 28 14:38:22 2011
New Revision: 1140646
URL: http://svn.apache.org/viewvc?rev=1140646&view=rev
Log:
Update changelog
Modified:
libcloud/trunk/CHANGES
Modified: libcloud/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1140646&r1=1140645&r2=1140646&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Tue Jun 28 14:38:22 2011
@@ -1,50 +1,41 @@
-*- coding: utf-8 -*-
-Changes with Apache Libcloud [in development]
+Changes with Apache Libcloud 0.5.2
+
*) Compute:
- - Fix node name and tags handling in the EC2 driver
- [Wiktor Kolodziej]
- - Fix pricing and response handling in the OpenStack driver
- [Andrey Zhuchkov]
- *) Add new libcloud.compute drivers for:
- - NineFold (ninefold.com)
+ - Fix node name and tag handling in the Amazon EC2 driver
+ [Wiktor Kolodziej]
- *) Storage:
- - Fix handling of the containers with a lot of objects.
- Now a LazyList object is returned when user calls
- list_container_objects() method and this object transparently
- handles pagination.
- [Danny Clark, Wiktor Kolodziej]
+ - Fix pricing and response handling in the OpenStack driver
+ [Andrey Zhuchkov]
- *) Load-balancer:
+ - Fix deploy_node() method and make it more robust
+ [Tomaz Muraus]
- *) Add new libcloud.loadbalancer drivers for:
- - NineFold (ninefold.com)
+ - Users can now pass file like objects to ScriptDeployment and
+ SSHKeyDeployment constructor.
+ [Tomaz Muraus]
-Changes with Apache Libcloud 0.5.1
- *) Compute:
- - Fix deploy_node functionality and make it more robust
+ - Include node tags when calling list_nodes() in the Amazon EC2
+ driver
+ [Trevor Pounds]
+
+ - Properly handle response errors in the Rackspace driver and
+ only throw InvalidCredsError if the returned status code is 401
+ [Brad Morgan]
+
+ - Fix the create_node method in the Nimbus driver and make the
+ "ex_create_tag" method a no-op, because Nimbus doesn't support creating
+ tags.
+ [Tomaz Muraus]
- *) Add new libcloud.compute drivers for:
- - SkaliCloud (skalicloud.com)
- - ServerLove (serverlove.com)
-
- *) Users can now pass file like objects to ScriptDeployment and
- SSHKeyDeployment constructor.
-
- *) Amazon EC2 driver:
- - Include node tags when calling list_nodes()
- [Trevor Pounds]
-
- *) Rackspace driver:
- - Properly handle response errors and only throw InvalidCredsError if
- the returned status code is 401
- [Brad Morgan]
-
- *) Nimbus driver:
- - Fix the create_node method and make the "ex_create_tag" method a no-op,
- because Nimbus doesn't support creating tags.
+ *) Storage:
+
+ - Fix handling of the containers with a lot of objects. Now a LazyList
+ object is returned when user calls list_container_objects() method
+ and this object transparently handles pagination.
+ [Danny Clark, Wiktor Kolodziej]
Changes with Apache Libcloud 0.5.0