Author: tomaz
Date: Sat Mar 31 04:09:44 2012
New Revision: 1307713
URL: http://svn.apache.org/viewvc?rev=1307713&view=rev
Log:
Bump version to 0.9.1, update changelog.
Modified:
libcloud/trunk/CHANGES
libcloud/trunk/libcloud/__init__.py
Modified: libcloud/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1307713&r1=1307712&r2=1307713&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Mar 31 04:09:44 2012
@@ -2,21 +2,6 @@
Changes with Apache Libcloud 0.9.1:
- *) Compute:
-
- - Update create_node in Linode driver and make it return a Node object
- instead of a list. Reported by Jouke Waleson. ; LIBCLOUD-175
- [Tomaz Muraus]
-
- *) Load-balancer:
-
- - Add new ex_create_balancer_access_rule and
- ex_create_balancer_access_rule_no_poll method to the Rackspace driver. ;
- LIBCLOUD-170
- [Dave King]
-
-Changes with Apache Libcloud 0.9.0:
-
*) General:
- Make parsing of the Auth API responses in the OpenStack drivers more
@@ -89,6 +74,10 @@ Changes with Apache Libcloud 0.9.0:
the 'internet' key in the addresses dictionary.
[Tomaz Muraus]
+ - Update create_node in Linode driver and make it return a Node object
+ instead of a list. Reported by Jouke Waleson. ; LIBCLOUD-175
+ [Tomaz Muraus]
+
*) Storage:
- Don't lowercase special header names in the Amazon S3 storage driver. ;
@@ -113,6 +102,11 @@ Changes with Apache Libcloud 0.9.0:
- Update Rackspace driver to support Auth 2.0. ; LIBCLOUD-165
[Dave King]
+ - Add new ex_create_balancer_access_rule and
+ ex_create_balancer_access_rule_no_poll method to the Rackspace driver. ;
+ LIBCLOUD-170
+ [Dave King]
+
*) DNS:
- Update Rackspace driver to support Auth 2.0. ; LIBCLOUD-165
Modified: libcloud/trunk/libcloud/__init__.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/__init__.py?rev=1307713&r1=1307712&r2=1307713&view=diff
==============================================================================
--- libcloud/trunk/libcloud/__init__.py (original)
+++ libcloud/trunk/libcloud/__init__.py Sat Mar 31 04:09:44 2012
@@ -19,8 +19,8 @@ libcloud provides a unified interface to
@var __version__: Current version of libcloud
"""
-__all__ = ["__version__", "enable_debug"]
-__version__ = '0.9.0'
+__all__ = ['__version__', 'enable_debug']
+__version__ = '0.9.1'
try:
import paramiko