From 999bee7951cf5aa65511c55d53ff9760680eb116 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 28 May 2014 14:39:03 -0500 Subject: [PATCH] remove duplicate changes entry --- CHANGES.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2b8ce609d6..94a1f06e3b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -36,19 +36,6 @@ * Re-add parameter columns to tracing session (CASSANDRA-6942) * Fix writetime/ttl functions for static columns (CASSANDRA-7081) * Suggest CTRL-C or semicolon after three blank lines in cqlsh (CASSANDRA-7142) - * (Hadoop) support authentication in CqlRecordReader (CASSANDRA-7221) - * (Hadoop) Close java driver Cluster in CQLRR.close (CASSANDRA-7228) - * Fix potential SlabAllocator yield-starvation (CASSANDRA-7133) - * Warn when 'USING TIMESTAMP' is used on a CAS BATCH (CASSANDRA-7067) - * Starting threads in OutboundTcpConnectionPool constructor causes race conditions (CASSANDRA-7177) - * return all cpu values from BackgroundActivityMonitor.readAndCompute (CASSANDRA-7183) - * fix c* launch issues on Russian os's due to output of linux 'free' cmd (CASSANDRA-6162) - * Fix disabling autocompaction (CASSANDRA-7187) - * Fix potential NumberFormatException when deserializing IntegerType (CASSANDRA-7088) - * cqlsh can't tab-complete disabling compaction (CASSANDRA-7185) - * cqlsh: Accept and execute CQL statement(s) from command-line parameter (CASSANDRA-7172) - * Fix IllegalStateException in CqlPagingRecordReader (CASSANDRA-7198) - * Fix the InvertedIndex trigger example (CASSANDRA-7211) * Add --resolve-ip option to 'nodetool ring' (CASSANDRA-7210) * Fix duplicated error messages on directory creation error at startup (CASSANDRA-5818) * reduce garbage on codec flag deserialization (CASSANDRA-7244)