You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/03/24 23:28:56 UTC

svn commit: r1304949 - in /libcloud/trunk: CHANGES libcloud/__init__.py

Author: tomaz
Date: Sat Mar 24 22:28:56 2012
New Revision: 1304949

URL: http://svn.apache.org/viewvc?rev=1304949&view=rev
Log:
Update CHANGES, bump version.

Modified:
    libcloud/trunk/CHANGES
    libcloud/trunk/libcloud/__init__.py

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1304949&r1=1304948&r2=1304949&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Mar 24 22:28:56 2012
@@ -1,6 +1,6 @@
                                    -*- coding: utf-8 -*-
 
-Changes with Apache Libcloud in development:
+Changes with Apache Libcloud 0.9.0:
 
   *) General:
 
@@ -36,7 +36,7 @@ Changes with Apache Libcloud in developm
       ; LIBCLOUD-155
       [Chris Gilmer]
 
-    - Include 'minRam' and 'minDisk' attribute in the OpenStack 1.1 driver 
+    - Include 'minRam' and 'minDisk' attribute in the OpenStack 1.1 driver
       Node extra dictionary. ; LIBCLOUD-163
       [Chris Gilmer]
 
@@ -67,6 +67,9 @@ Changes with Apache Libcloud in developm
       argument to the OpenStack driver constructor.
       [Dave King]
 
+    - Add new experimental libvirt driver.
+      [Tomaz Muraus]
+
     - Properly handle OpenStack providers which return public IP addresses under
       the 'internet' key in the addresses dictionary.
       [Tomaz Muraus]

Modified: libcloud/trunk/libcloud/__init__.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/__init__.py?rev=1304949&r1=1304948&r2=1304949&view=diff
==============================================================================
--- libcloud/trunk/libcloud/__init__.py (original)
+++ libcloud/trunk/libcloud/__init__.py Sat Mar 24 22:28:56 2012
@@ -20,7 +20,7 @@ libcloud provides a unified interface to
 """
 
 __all__ = ["__version__", "enable_debug"]
-__version__ = '0.8.0'
+__version__ = '0.9.0'
 
 try:
     import paramiko