Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 95B562009A8 for ; Tue, 17 May 2016 19:07:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9443C1609F5; Tue, 17 May 2016 17:07:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DE1921607A8 for ; Tue, 17 May 2016 19:07:49 +0200 (CEST) Received: (qmail 30569 invoked by uid 500); 17 May 2016 17:07:49 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 30558 invoked by uid 99); 17 May 2016 17:07:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2016 17:07:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5E2FDFB14; Tue, 17 May 2016 17:07:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jake@apache.org To: commits@cassandra.apache.org Message-Id: <465173f4d4f6427092ab0179f5c24814@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra git commit: Support older ant versions Date: Tue, 17 May 2016 17:07:48 +0000 (UTC) archived-at: Tue, 17 May 2016 17:07:50 -0000 Repository: cassandra Updated Branches: refs/heads/trunk 812a676a7 -> fb466f99f Support older ant versions Patch by Ed Capriolo; reviewed by tjake for CASSANDRA-11807 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fb466f99 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fb466f99 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fb466f99 Branch: refs/heads/trunk Commit: fb466f99f8690c1729a09aae897b35e5f710a2ef Parents: 812a676 Author: Edward Capriolo Authored: Sun May 15 15:43:07 2016 -0400 Committer: T Jake Luciani Committed: Tue May 17 13:06:52 2016 -0400 ---------------------------------------------------------------------- CHANGES.txt | 1 + build.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fb466f99/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 644530b..865824c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.8 + * Support older ant versions (CASSANDRA-11807) * Estimate compressed on disk size when deciding if sstable size limit reached (CASSANDRA-11623) * cassandra-stress profiles should support case sensitive schemas (CASSANDRA-11546) * Remove DatabaseDescriptor dependency from FileUtils (CASSANDRA-11578) http://git-wip-us.apache.org/repos/asf/cassandra/blob/fb466f99/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 3c9fb59..1e58228 100644 --- a/build.xml +++ b/build.xml @@ -802,7 +802,7 @@ - + @@ -1135,6 +1135,7 @@