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 2015/06/11 10:58:09 UTC

cassandra git commit: fix CHANGES.txt

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 e7d02e39c -> 16665ee19


fix CHANGES.txt


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

Branch: refs/heads/cassandra-2.1
Commit: 16665ee1936ed19a054393a03df1154afa8f671e
Parents: e7d02e3
Author: Marcus Eriksson <ma...@apache.org>
Authored: Thu Jun 11 10:56:01 2015 +0200
Committer: Marcus Eriksson <ma...@apache.org>
Committed: Thu Jun 11 10:56:01 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/16665ee1/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c31509..928eb55 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,4 @@
 2.1.6
- * Make nodetool exit with non-0 status on failure (CASSANDRA-9569)
  * (cqlsh) Fix using COPY through SOURCE or -f (CASSANDRA-9083)
  * Fix occasional lack of `system` keyspace in schema tables (CASSANDRA-8487)
  * Use ProtocolError code instead of ServerError code for native protocol