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 23:40:27 UTC

svn commit: r1451010 - in /libcloud/branches/0.12.x: ./ CHANGES

Author: tomaz
Date: Wed Feb 27 22:40:27 2013
New Revision: 1451010

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

Modified:
    libcloud/branches/0.12.x/   (props changed)
    libcloud/branches/0.12.x/CHANGES

Propchange: libcloud/branches/0.12.x/
------------------------------------------------------------------------------
  Merged /libcloud/trunk:r1450524-1451009

Modified: libcloud/branches/0.12.x/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/branches/0.12.x/CHANGES?rev=1451010&r1=1451009&r2=1451010&view=diff
==============================================================================
--- libcloud/branches/0.12.x/CHANGES (original)
+++ libcloud/branches/0.12.x/CHANGES Wed Feb 27 22:40:27 2013
@@ -2,15 +2,21 @@
 
 Changes with Apache Libcloud in development:
 
-  *) Compute
+  *) General
 
-    -  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]
+    - Fix Python 3.x related regressions. (LIBCLOUD-245)
+      Reported by Arfrever Frehtes Taifersar Arahesis.
+      [Tomaz Muraus]
 
   *) 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]
+
+  *) DNS 
+
     - Allow user to specify 'priority' extra argument when creating a MX or SRV
       record.
       [Brian Jinwright, Tomaz Muraus]