You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/10/23 00:00:22 UTC

[2/6] git commit: add ticket number to changes

add ticket number to changes


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

Branch: refs/heads/cassandra-2.0
Commit: df778818bf9eb5c3fe88f5787c6018c73f5c8a9b
Parents: 59bf44d
Author: Brandon Williams <br...@apache.org>
Authored: Tue Oct 22 16:58:20 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Oct 22 16:58:20 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/df778818/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4d07d78..b5f83b7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,7 @@
 1.2.11
  * Add a warning for small LCS sstable size (CASSANDRA-6191)
  * Add ability to list specific KS/CF combinations in nodetool cfstats (CASSANDRA-4191)
- * Mark CF clean if a mutation raced the drop and got it marked dirty 
+ * Mark CF clean if a mutation raced the drop and got it marked dirty (CASSANDRA-5946)
  * Add a LOCAL_ONE consistency level (CASSANDRA-6202)
  * Limit CQL prepared statement cache by size instead of count (CASSANDRA-6107)
  * Tracing should log write failure rather than raw exceptions (CASSANDRA-6133)