You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/08/25 19:49:21 UTC

[3/6] cassandra git commit: Fix CHANGELOG version for CASSANDRA-9232

Fix CHANGELOG version for CASSANDRA-9232


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

Branch: refs/heads/trunk
Commit: 15293a73b8bc6840a272f95ae6e32b9b0f90a3bc
Parents: 386f197
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Tue Aug 25 12:46:17 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Tue Aug 25 12:46:17 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/15293a73/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 92dcf59..2e3fb7d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
-2.1.9
+2.1.10
  * (cqlsh) update list of CQL keywords (CASSANDRA-9232)
+
+
+2.1.9
  * Avoid race condition during read repair (CASSANDRA-9460)
  * (cqlsh) default load-from-file encoding to utf-8 (CASSANDRA-9898)
  * Avoid returning Permission.NONE when failing to query users table (CASSANDRA-10168)