Update CHANGES.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/859fae70 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/859fae70 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/859fae70 Branch: refs/heads/trunk Commit: 859fae704521dad5cb2eab4b270d0d39af32693d Parents: 93c3db6 Author: Tomaz Muraus <[email protected]> Authored: Thu Oct 17 21:55:24 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Oct 17 21:55:24 2013 +0200 ---------------------------------------------------------------------- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/859fae70/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0bac91b..9bbaa07 100644 --- a/CHANGES +++ b/CHANGES @@ -147,6 +147,19 @@ Changes with Apache Libcloud in development release. [Tomaz Muraus] + - Deprecate the following ElasticHosts provider constants: ELASTICHOSTS_UK1, + ELASTICHOSTS_UK2, ELASTICHOSTS_US1, ELASTICHOSTS_US2, ELASTICHOSTS_US3, + ELASTICHOSTS_CA1, ELASTICHOSTS_AU1, ELASTICHOSTS_CN1 and replace it with a + new ELASTICHOSTS constant. + Driver referenced by this new constant now takes a "region" argument which + dictates to which region to connect. + + Note: Deprecated constants will continue to work until the next major + release. For more information on those changes and how to upgrade your + code, please visit "Upgrade Notes" documentation page - + http://s.apache.org/lc0140un (LIBCLOUD-383) + [Michael Bennett, Tomaz Muraus] + *) Storage - Deprecate CLOUDFILES_US and CLOUDFILES_UK provider constant and replace
