Author: tomaz
Date: Sun Jan 27 05:19:57 2013
New Revision: 1439023
URL: http://svn.apache.org/viewvc?rev=1439023&view=rev
Log:
Merge CHANGES file changes from trunk.
Modified:
libcloud/branches/0.12.x/ (props changed)
libcloud/branches/0.12.x/CHANGES
Propchange: libcloud/branches/0.12.x/
------------------------------------------------------------------------------
Merged /libcloud/trunk:r1439022
Modified: libcloud/branches/0.12.x/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/branches/0.12.x/CHANGES?rev=1439023&r1=1439022&r2=1439023&view=diff
==============================================================================
--- libcloud/branches/0.12.x/CHANGES (original)
+++ libcloud/branches/0.12.x/CHANGES Sun Jan 27 05:19:57 2013
@@ -1,6 +1,6 @@
-*- coding: utf-8 -*-
-Changes with Apache Libcloud in development:
+Changes with Apache Libcloud 0.12.0:
*) General
@@ -11,7 +11,7 @@ Changes with Apache Libcloud in developm
Existing list_* methods which previously used LazyList class are
preserving the old behavior and new iterate_* methods which use a new
- generator based approach have been added.
+ generator based approach have been added. (LIBCLOUD-254)
[Mahendra M]
- Replace old ENUM style provider constants and replace them with a string
@@ -47,6 +47,7 @@ Changes with Apache Libcloud in developm
- Expose generic query method (ex_query)
- Provide functionality to get and set control access for vApps. This way
created vApps can be shared between users/groups or everyone.
+ (LIBCLOUD-251)
[Michal Galet]
- Update EC2 pricing data to reflect new, lower prices -
@@ -85,8 +86,8 @@ Changes with Apache Libcloud in developm
(hs1.8xlarge).
[Tomaz Muraus]
- - Map 'shutting-down' node state in EC2 driver to UNKNOWN (previously
- mapped to TERMINATED). (LIBCLOUD-280)
+ - Map 'shutting-down' node state in EC2 driver to UNKNOWN. Previously
+ it was mapped to TERMINATED. (LIBCLOUD-280)
Note: This change is backward incompatible which means you need to update
your code if you rely on the old behavior.