Repository: cassandra Updated Branches: refs/heads/trunk f7a19b3e5 -> 05eb6022c
Fix typo in ticket number Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a2c4d4e4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a2c4d4e4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a2c4d4e4 Branch: refs/heads/trunk Commit: a2c4d4e4888dbfb434189c05fc58c7298e1dd7ff Parents: 9d8436f Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Wed Oct 21 14:31:59 2015 +0200 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Wed Oct 21 14:31:59 2015 +0200 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a2c4d4e4/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 31ae1c0..d06345e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ 2.1.12 - * Avoid repetition of JVM_OPTS in debian package (CASSANDRA-8821) + * Avoid repetition of JVM_OPTS in debian package (CASSANDRA-10251) * Fix potential NPE from handling result of SIM.highestSelectivityIndex (CASSANDRA-10550) * Fix paging issues with partitions containing only static columns data (CASSANDRA-10381)