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 2013/02/27 00:01:51 UTC

svn commit: r1450512 - /libcloud/branches/0.12.x/CHANGES

Author: tomaz
Date: Tue Feb 26 23:01:51 2013
New Revision: 1450512

URL: http://svn.apache.org/r1450512
Log:
Update changes.

Modified:
    libcloud/branches/0.12.x/CHANGES

Modified: libcloud/branches/0.12.x/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/branches/0.12.x/CHANGES?rev=1450512&r1=1450511&r2=1450512&view=diff
==============================================================================
--- libcloud/branches/0.12.x/CHANGES (original)
+++ libcloud/branches/0.12.x/CHANGES Tue Feb 26 23:01:51 2013
@@ -1,5 +1,14 @@
                                    -*- coding: utf-8 -*-
 
+Changes with Apache Libcloud in development:
+
+  *) Compute
+
+    -  Improve public and private IP address handling in OpenStack 1.1 driver.
+       Assume every IP address which doesn't have a label "public" or "internet"
+       is private. (LIBCLOUD-297)
+       [Grischa Meyer, Tomaz Muraus]
+
 Changes with Apache Libcloud 0.12.1:
 
   *) General
@@ -156,11 +165,6 @@ Changes with Apache Libcloud 0.12.1:
    - Add support for OpenNebula 3.8. (LIBCLOUD-295)
      [Guillaume ZITTA]
 
-   -  Improve public and private IP address handling in OpenStack 1.1 driver.
-      Assume every IP address which doesn't have a label "public" or "internet"
-      is private. (LIBCLOUD-297)
-      [Grischa Meyer, Tomaz Muraus]
-
    - Add missing 'deletd' -> terminated mapping to OpenStack driver.
      (LIBCLOUD-276)
      [Jayyy V]