You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2016/03/16 10:00:50 UTC

cassandra git commit: Remove CHANGES.txt duplicated entries

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 b623e82c4 -> ec0092b7c


Remove CHANGES.txt duplicated entries


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ec0092b7
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ec0092b7
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ec0092b7

Branch: refs/heads/cassandra-3.0
Commit: ec0092b7c0a56b83c3f223afe10a556e4b74db20
Parents: b623e82
Author: Benjamin Lerer <b....@gmail.com>
Authored: Wed Mar 16 09:57:50 2016 +0100
Committer: Benjamin Lerer <b....@gmail.com>
Committed: Wed Mar 16 10:00:01 2016 +0100

----------------------------------------------------------------------
 CHANGES.txt | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ec0092b7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 13c682f..126039a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,7 +40,6 @@ Merged from 2.1:
    properly (CASSANDRA-11050)
  * Fix NPE when using forceRepairRangeAsync without DC (CASSANDRA-11239)
 Merged from 2.2:
- * Unresolved hostname leads to replace being ignored (CASSANDRA-11210)
  * Range.compareTo() violates the contract of Comparable (CASSANDRA-11216)
  * Avoid NPE when serializing ErrorMessage with null message (CASSANDRA-11167)
  * Replacing an aggregate with a new version doesn't reset INITCOND (CASSANDRA-10840)
@@ -63,8 +62,6 @@ Merged from 2.2:
 Merged from 2.1:
  * Fix streaming_socket_timeout_in_ms not enforced (CASSANDRA-11286)
  * Avoid dropping message too quickly due to missing unit conversion (CASSANDRA-11302)
- * COPY FROM on large datasets: fix progress report and debug performance (CASSANDRA-11053)
- * InvalidateKeys should have a weak ref to key cache (CASSANDRA-11176)
  * Don't remove FailureDetector history on removeEndpoint (CASSANDRA-10371)
  * Only notify if repair status changed (CASSANDRA-11172)
  * Use logback setting for 'cassandra -v' command (CASSANDRA-10767)