Return-Path: Delivered-To: apmail-incubator-libcloud-commits-archive@minotaur.apache.org Received: (qmail 46922 invoked from network); 11 Feb 2010 07:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 07:35:48 -0000 Received: (qmail 4484 invoked by uid 500); 11 Feb 2010 07:35:48 -0000 Delivered-To: apmail-incubator-libcloud-commits-archive@incubator.apache.org Received: (qmail 4468 invoked by uid 500); 11 Feb 2010 07:35:47 -0000 Mailing-List: contact libcloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud-dev@incubator.apache.org Delivered-To: mailing list libcloud-commits@incubator.apache.org Received: (qmail 4459 invoked by uid 99); 11 Feb 2010 07:35:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 07:35:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 07:35:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 97EF923888DD; Thu, 11 Feb 2010 07:35:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r908861 - /incubator/libcloud/trunk/CHANGES Date: Thu, 11 Feb 2010 07:35:23 -0000 To: libcloud-commits@incubator.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100211073524.97EF923888DD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Thu Feb 11 07:35:21 2010 New Revision: 908861 URL: http://svn.apache.org/viewvc?rev=908861&view=rev Log: add changes Added: incubator/libcloud/trunk/CHANGES Added: incubator/libcloud/trunk/CHANGES URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=908861&view=auto ============================================================================== --- incubator/libcloud/trunk/CHANGES (added) +++ incubator/libcloud/trunk/CHANGES Thu Feb 11 07:35:21 2010 @@ -0,0 +1,8 @@ + -*- coding: utf-8 -*- + +Changes with Apache Libcloud 0.3.0 + + +Changes with Apache Libcloud 0.2.0 [Tagged February 2, 2010] + + *) First public release.