You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2016/02/09 07:20:47 UTC

[08/14] cassandra git commit: fix CHANGES.txt after 2.1.13 release

fix CHANGES.txt after 2.1.13 release


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

Branch: refs/heads/cassandra-3.0
Commit: 725b9b1f7f16ff8ad8e77ad0f7679d39bc7f05b2
Parents: b8408f0
Author: Marcus Eriksson <ma...@apache.org>
Authored: Tue Feb 9 07:09:54 2016 +0100
Committer: Marcus Eriksson <ma...@apache.org>
Committed: Tue Feb 9 07:09:54 2016 +0100

----------------------------------------------------------------------
 CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/725b9b1f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e5d6ff1..72b3d59 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,11 +1,11 @@
 2.1.14
  * Make it clear what DTCS timestamp_resolution is used for (CASSANDRA-11041)
  * Gossiper#isEnabled is not thread safe (CASSANDRA-11116)
+ * Avoid major compaction mixing repaired and unrepaired sstables in DTCS (CASSANDRA-11113)
+ * test_bulk_round_trip_blogposts is failing occasionally (CASSANDRA-10938)
 
 
 2.1.13
- * Avoid major compaction mixing repaired and unrepaired sstables in DTCS (CASSANDRA-11113)
- * test_bulk_round_trip_blogposts is failing occasionally (CASSANDRA-10938)
  * Fix isJoined return true only after becoming cluster member (CASANDRA-11007)
  * Fix bad gossip generation seen in long-running clusters (CASSANDRA-10969)
  * Avoid NPE when incremental repair fails (CASSANDRA-10909)