You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2011/01/05 03:08:21 UTC

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

Author: jerry
Date: Wed Jan  5 02:08:21 2011
New Revision: 1055273

URL: http://svn.apache.org/viewvc?rev=1055273&view=rev
Log:
Update CHANGES to reflect CPython 2.5 compatibility changes

Modified:
    incubator/libcloud/trunk/CHANGES

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=1055273&r1=1055272&r2=1055273&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Wed Jan  5 02:08:21 2011
@@ -2,6 +2,9 @@
 
 Changes with Apache Libcloud 0.4.1 [In Development]
 
+    *) Update code for compatibility with CPython 2.5
+       [Jerry Chen]
+
     *) Implement ex_edit_node method for GoGrid driver which allows
        changing node attributes like amount of RAM or description.
        [Roman Bogorodskiy]