You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2014/06/19 18:38:00 UTC

[2/6] git commit: forgot to add CASSANDRA-7317 to CHANGES

forgot to add CASSANDRA-7317 to CHANGES


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

Branch: refs/heads/cassandra-2.1
Commit: f0ebdeb2999b99dac23c5576d2093557424820cd
Parents: 434b5d6
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:29 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:29 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f0ebdeb2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 65e3161..f4f5d83 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,7 @@
  * Fix infinite loop on exception while streaming (CASSANDRA-7330)
  * Reference sstables before populating key cache (CASSANDRA-7234)
  * Account for range tombstones in min/max column names (CASSANDRA-7235)
+ * Improve sub range repair validation (CASSANDRA-7317)
 Merged from 1.2:
  * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
  * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)