From 72941b9ec14e64af9e64365027d542b4fff41d81 Mon Sep 17 00:00:00 2001 From: Angelo Polo Date: Wed, 21 Oct 2020 13:09:51 +0100 Subject: [PATCH] Package tools/bin scripts as executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Angelo Polo; reviewed by Andres de la Peña for CASSANDRA-16151 --- CHANGES.txt | 1 + build.xml | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 127468940d..8a789931a3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2.19 + * Package tools/bin scripts as executable (CASSANDRA-16151) * Fix ExceptionInInitializerError when data_file_directories is not set (CASSANDRA-16008) * Fixed a NullPointerException when calling nodetool enablethrift (CASSANDRA-16127) diff --git a/build.xml b/build.xml index 2037f65bd8..4f3818c957 100644 --- a/build.xml +++ b/build.xml @@ -1139,14 +1139,14 @@ + - - - + + @@ -1164,6 +1164,7 @@ + @@ -1171,16 +1172,21 @@ - + + + + + +