From commits-return-5710-apmail-libcloud-commits-archive=libcloud.apache.org@libcloud.apache.org Mon Dec 9 14:25:14 2013 Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D150310BF3 for ; Mon, 9 Dec 2013 14:25:14 +0000 (UTC) Received: (qmail 15214 invoked by uid 500); 9 Dec 2013 14:25:07 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 15155 invoked by uid 500); 9 Dec 2013 14:25:07 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 15105 invoked by uid 99); 9 Dec 2013 14:25:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 14:25:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 317E18B14BD; Mon, 9 Dec 2013 14:25:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Mon, 09 Dec 2013 14:25:04 -0000 Message-Id: <5bafa3cfeaa341e680fe12ad43fcfe59@git.apache.org> In-Reply-To: <50b6097352c149c9a98495b4a1570ebf@git.apache.org> References: <50b6097352c149c9a98495b4a1570ebf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/6] git commit: Update CHANGES. Update CHANGES. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1f249f54 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1f249f54 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1f249f54 Branch: refs/heads/trunk Commit: 1f249f54d4f1dc68361eebcc771118de0cb6d153 Parents: 888b3d5 Author: Tomaz Muraus Authored: Mon Dec 9 14:49:00 2013 +0100 Committer: Tomaz Muraus Committed: Mon Dec 9 14:49:00 2013 +0100 ---------------------------------------------------------------------- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1f249f54/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 75990f3..ff3905c 100644 --- a/CHANGES +++ b/CHANGES @@ -76,6 +76,11 @@ Changes with Apache Libcloud in development Rackspace drivers to use auth 2.0 by default. [John Obelenus] + - Update storage drivers to default to "application/octet-stream" + Content-Type if none is provided and none can be guessed. + (LIBCLOUD-433) + [Michael Farrell] + *) DNS - Implement iterate_* methods in the Route53 driver and makes it work