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 2011/11/22 04:40:47 UTC

svn commit: r1204797 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Tue Nov 22 03:40:47 2011
New Revision: 1204797

URL: http://svn.apache.org/viewvc?rev=1204797&view=rev
Log:
Fix the CHANGES file. Those entries should be under in development, not 0.6.2 (failed
to merge it properly the first time).

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1204797&r1=1204796&r2=1204797&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Tue Nov 22 03:40:47 2011
@@ -12,6 +12,21 @@ Changes with Apache Libcloud in developm
        ex_stop_node.
        [Suvish Vt]
 
+     - Change public_ip and private_ip attribute on the Node object to the
+       public_ips and private_ips since both of the objects are always a list.
+
+       Note: For backward compatibility you can still access public_ip and
+       private_ip attributes, but this will be removed in the next release.
+       [Tomaz Muraus]
+
+     - Fix an inconsistency in IBM SBC driver and make sure public_ips and
+       private_ips attributes are a list.
+       [Tomaz Muraus]
+
+     - Fix an inconsistency in OpSource driver and make sure public_ips is an
+       empty list ([]), not 'unknown'
+       [Tomaz Muraus]
+
   *) Load-baancer:
 
     - Add ex_member_address argument to the Rackspace driver list_balancers
@@ -41,21 +56,6 @@ Changes with Apache Libcloud 0.6.2:
        US West 2 (Oregon)
        [Tomaz Muraus]
 
-     - Change public_ip and private_ip attribute on the Node object to the
-       public_ips and private_ips since both of the objects are always a list.
-
-       Note: For backward compatibility you can still access public_ip and
-       private_ip attributes, but this will be removed in the next release.
-       [Tomaz Muraus]
-
-     - Fix an inconsistency in IBM SBC driver and make sure public_ips and
-       private_ips attributes are a list.
-       [Tomaz Muraus]
-
-     - Fix an inconsistency in OpSource driver and make sure public_ips is an
-       empty list ([]), not 'unknown'
-       [Tomaz Muraus]
-
      - Expose 'CLOUDSTACK' provider. This driver can be used with an
        arbitrary CloudStack installation.
        [Tomaz Muraus]