From b2aa67ea298044f4c4ad905e54963f0c03643b68 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 17 Mar 2015 14:33:27 -0500 Subject: [PATCH] Allow specifying the tmp dir Patch by mshuler, reviewed by brandonwilliams for CASSANDRA-7712 --- CHANGES.txt | 1 + build.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 65f2da4d16..f10a89a289 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.0.14: + * Allow specifying the tmp dir (CASSANDRA-7712) * Improve compaction estimated tasks estimation (CASSANDRA-8904) * Fix duplicate up/down messages sent to native clients (CASSANDRA-7816) * Expose commit log archive status via JMX (CASSANDRA-8734) diff --git a/build.xml b/build.xml index bdbd10aca8..f5e14ba59e 100644 --- a/build.xml +++ b/build.xml @@ -60,6 +60,7 @@ + @@ -1098,6 +1099,7 @@ +